CSS Color Background

Dark Brown

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

Preview

Dark Brown solid color background preview (#654321)

Color value: #654321

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #654321; }

HTML Code

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