CSS Color Background

Seal Brown

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

Preview

Seal Brown solid color background preview (#321414)

Color value: #321414

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #321414; }

HTML Code

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