Prune
#701c11
Prune, represented by the hex value #701c11, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #701c11 | |
|---|---|---|
| RGB | rgb(112, 28, 17) | |
| HSL | hsl(7, 74%, 25%) | |
| CMYK | cmyk(0%, 75%, 85%, 56%) | |
| LAB | lab(25, 37, 29) | |
| OKLCH | oklch(0.36 0.119 31) |
Color harmonies
Tints & shades
Code snippets
color: #701c11;
background-color: #701c11;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF701C11)
/* Swift / UIKit */
UIColor(red: 0.44, green: 0.11, blue: 0.07, alpha: 1.0)