CSS Color Background

Auburn

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

Preview

Auburn solid color background preview (#A52A2A)

Color value: #A52A2A

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #A52A2A; }

HTML Code

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