Saddle Brown Hex Code — #8B4513
RGB, HSL, and CMYK values for Saddle Brown.
Last updated: April 6, 2026
Saddle Brown Color Values
| Format | Value |
|---|---|
| HEX | #8B4513 |
| RGB | rgb(139, 69, 19) |
| HSL | hsl(25, 76%, 31%) |
| CMYK | cmyk(0%, 50%, 86%, 45%) |
About Saddle Brown
Color psychology: Earthiness, strength.
Saddle Brown (#8B4513) is a dark shade of brown with a hue angle of 25° on the color wheel, 76% saturation, and 31% lightness. It's commonly used in web design, graphic design, and branding where earthiness, strength are desired associations.
In color theory, Saddle Brown sits in the warm section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Saddle Brown in Design
Web Design
Use Saddle Brown for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Saddle Brown conveys earthiness, strength — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:50% Y:86% K:45%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Dark colors like Saddle Brown are effective for primary buttons, navigation bars, and text. Use a lighter tint (increase HSL lightness to 90%+) for hover backgrounds.
How to Use Saddle Brown in CSS
/* Using HEX */ color: #8B4513; background-color: #8B4513; /* Using RGB */ color: rgb(139, 69, 19); /* Using HSL — best for creating variations */ color: hsl(25, 76%, 31%); /* Transparent overlay (50% opacity) */ background-color: rgba(139, 69, 19, 0.5); /* Lighter variant for hover states */ background-color: hsl(25, 76%, 41%); /* Darker variant for active states */ background-color: hsl(25, 76%, 21%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Saddle Brown without changing its core hue or saturation.
Colors That Go With Saddle Brown
Complementary
Analogous
Triadic
Similar Shades of Brown
Frequently Asked Questions
What is the hex code for Saddle Brown?
What is Saddle Brown in RGB and when should I use RGB?
How to use Saddle Brown in CSS with different color formats?
What is the HSL value of Saddle Brown and why is HSL useful for designers?
What is the CMYK value of Saddle Brown for print design?
What colors pair well with Saddle Brown in design projects?
Is Saddle Brown (#8B4513) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.