Taupe Hex Code — #483C32
RGB, HSL, and CMYK values for Taupe.
Taupe Color Values
| Format | Value |
|---|---|
| HEX | #483C32 |
| RGB | rgb(72, 60, 50) |
| HSL | hsl(27, 18%, 24%) |
| CMYK | cmyk(0%, 17%, 31%, 72%) |
Want to explore more shades? Use our Color Converter
About Taupe
Color psychology: Timelessness, warmth.
Taupe (#483C32) is a dark shade of brown. It's commonly used in web design, graphic design, and branding where timelessness, warmth are desired associations.
How to Use Taupe in CSS
/* Using HEX */ color: #483C32; background-color: #483C32; /* Using RGB */ color: rgb(72, 60, 50); /* Using HSL */ color: hsl(27, 18%, 24%);