Mossy
#857349
Looking for the precise values behind Mossy (#857349)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #857349 | |
|---|---|---|
| RGB | rgb(133, 115, 73) | |
| HSL | hsl(42, 29%, 40%) | |
| CMYK | cmyk(0%, 14%, 45%, 48%) | |
| LAB | lab(49, 3, 26) | |
| OKLCH | oklch(0.56 0.063 87) |
Color harmonies
Tints & shades
Code snippets
color: #857349;
background-color: #857349;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF857349)
/* Swift / UIKit */
UIColor(red: 0.52, green: 0.45, blue: 0.29, alpha: 1.0)