CSS Color Background

Taupe

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

Preview

Taupe solid color background preview (#483C32)

Color value: #483C32

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #483C32; }

HTML Code

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