CSS Color Background

Light Brown

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

Preview

Light Brown solid color background preview (#B5651D)

Color value: #B5651D

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #B5651D; }

HTML Code

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