CSS Color Background

Russet

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

Preview

Russet solid color background preview (#80461B)

Color value: #80461B

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #80461B; }

HTML Code

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