CSS Color Background

Umber

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

Preview

Umber solid color background preview (#635147)

Color value: #635147

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #635147; }

HTML Code

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