CSS Color Background

Antique Bronze

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

Preview

Antique Bronze solid color background preview (#665D1E)

Color value: #665D1E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #665D1E; }

HTML Code

<section class="hero antique-bronze-bg"> <h2>Your content</h2> </section> <style> .antique-bronze-bg { background-color: #665D1E; } </style>