Mahogany Hex Code — #C04000
RGB, HSL, and CMYK values for Mahogany.
Mahogany Color Values
| Format | Value |
|---|---|
| HEX | #C04000 |
| RGB | rgb(192, 64, 0) |
| HSL | hsl(20, 100%, 38%) |
| CMYK | cmyk(0%, 67%, 100%, 25%) |
Want to explore more shades? Use our Color Converter
About Mahogany
Color psychology: Strength, endurance.
Mahogany (#C04000) is a dark shade of brown. It's commonly used in web design, graphic design, and branding where strength, endurance are desired associations.
How to Use Mahogany in CSS
/* Using HEX */ color: #C04000; background-color: #C04000; /* Using RGB */ color: rgb(192, 64, 0); /* Using HSL */ color: hsl(20, 100%, 38%);