Single Origin
#713e39
Looking for the precise values behind Single Origin (#713e39)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #713e39 | |
|---|---|---|
| RGB | rgb(113, 62, 57) | |
| HSL | hsl(5, 33%, 33%) | |
| CMYK | cmyk(0%, 45%, 50%, 56%) | |
| LAB | lab(33, 22, 13) | |
| OKLCH | oklch(0.43 0.072 26) |
Color harmonies
Tints & shades
Code snippets
color: #713e39;
background-color: #713e39;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF713E39)
/* Swift / UIKit */
UIColor(red: 0.44, green: 0.24, blue: 0.22, alpha: 1.0)