CSS Color Background

Burnt Umber

Pure CSS color background: #8A3324. Use this solid color for personal and commercial creative projects.

Preview

Burnt Umber solid color background preview (#8A3324)

Color value: #8A3324

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #8A3324; }

HTML Code

<section class="hero burnt-umber-bg"> <h2>Your content</h2> </section> <style> .burnt-umber-bg { background-color: #8A3324; } </style>