CSS Color Background

Wood Brown

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

Preview

Wood Brown solid color background preview (#C19A6B)

Color value: #C19A6B

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C19A6B; }

HTML Code

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