Saddle Brown Hex Code — #8B4513
RGB, HSL, and CMYK values for Saddle Brown.
Saddle Brown Color Values
| Format | Value |
|---|---|
| HEX | #8B4513 |
| RGB | rgb(139, 69, 19) |
| HSL | hsl(25, 76%, 31%) |
| CMYK | cmyk(0%, 50%, 86%, 45%) |
Want to explore more shades? Use our Color Converter
About Saddle Brown
Color psychology: Earthiness, strength.
Saddle Brown (#8B4513) is a dark shade of brown. It's commonly used in web design, graphic design, and branding where earthiness, strength are desired associations.
How to Use Saddle Brown in CSS
/* Using HEX */ color: #8B4513; background-color: #8B4513; /* Using RGB */ color: rgb(139, 69, 19); /* Using HSL */ color: hsl(25, 76%, 31%);