Harvest Time
#cf875f
Harvest Time, represented by the hex value #cf875f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #cf875f | |
|---|---|---|
| RGB | rgb(207, 135, 95) | |
| HSL | hsl(21, 54%, 59%) | |
| CMYK | cmyk(0%, 35%, 54%, 19%) | |
| LAB | lab(63, 25, 33) | |
| OKLCH | oklch(0.69 0.104 49) |
Color harmonies
Tints & shades
Code snippets
color: #cf875f;
background-color: #cf875f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFCF875F)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.53, blue: 0.37, alpha: 1.0)