CSS Color Background

Windsor Tan

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

Preview

Windsor Tan solid color background preview (#A75502)

Color value: #A75502

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #A75502; }

HTML Code

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