CSS Color Background

Mahogany

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

Preview

Mahogany solid color background preview (#C04000)

Color value: #C04000

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C04000; }

HTML Code

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