CSS Color Background

Caput Mortuum

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

Preview

Caput Mortuum solid color background preview (#592720)

Color value: #592720

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #592720; }

HTML Code

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