Sunbathing Beauty
#7e4730
Looking for the precise values behind Sunbathing Beauty (#7e4730)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #7e4730 | |
|---|---|---|
| RGB | rgb(126, 71, 48) | |
| HSL | hsl(18, 45%, 34%) | |
| CMYK | cmyk(0%, 44%, 62%, 51%) | |
| LAB | lab(37, 22, 24) | |
| OKLCH | oklch(0.46 0.083 43) |
Color harmonies
Tints & shades
Code snippets
color: #7e4730;
background-color: #7e4730;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF7E4730)
/* Swift / UIKit */
UIColor(red: 0.49, green: 0.28, blue: 0.19, alpha: 1.0)