Chestnut Hex Code — #954535
RGB, HSL, and CMYK values for Chestnut.
Chestnut Color Values
| Format | Value |
|---|---|
| HEX | #954535 |
| RGB | rgb(149, 69, 53) |
| HSL | hsl(10, 48%, 40%) |
| CMYK | cmyk(0%, 54%, 64%, 42%) |
Want to explore more shades? Use our Color Converter
About Chestnut
Color psychology: Warmth, reliability.
Chestnut (#954535) is a dark shade of brown. It's commonly used in web design, graphic design, and branding where warmth, reliability are desired associations.
How to Use Chestnut in CSS
/* Using HEX */ color: #954535; background-color: #954535; /* Using RGB */ color: rgb(149, 69, 53); /* Using HSL */ color: hsl(10, 48%, 40%);