Muddy
#a13905
Muddy, represented by the hex value #a13905, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a13905 | |
|---|---|---|
| RGB | rgb(161, 57, 5) | |
| HSL | hsl(20, 94%, 33%) | |
| CMYK | cmyk(0%, 65%, 97%, 37%) | |
| LAB | lab(39, 42, 49) | |
| OKLCH | oklch(0.49 0.148 41) |
Color harmonies
Tints & shades
Code snippets
color: #a13905;
background-color: #a13905;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFA13905)
/* Swift / UIKit */
UIColor(red: 0.63, green: 0.22, blue: 0.02, alpha: 1.0)