Shades of Zest #C37139
Tints of Zest #C37139
RGB
CMYK
RGB Variations
Color information
#C37139 (or 0xC37139) is known color: Zest. HEX triplet: C3, 71 and 39. RGB value is (195,113,57). Sum of RGB (Red+Green+Blue) = 195+113+57=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C37139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37139 is #3C8EC6. Grayscale: #838383. Windows color (decimal): -3968711 or 3764675. OLE color: 3764675.
HSL color Cylindrical-coordinate representation of color #C37139: hue angle of 24.35º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C37139 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 57 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.24 |
| HSL | 24.35º | 0.55% | 0.49% | - |
| HSV(B) | 24.35º | 0.71% | 0.76% | - |
| XYZ | 29.15 | 23.71 | 6.91 | - |
| YUV | 131.13 | 86.17 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 57 | 0 | 0.42 | 0.71 | 0.24 | 24.35 | 0.55 | 0.49 |
| Hex | C3 | 71 | 39 | 0 | 2A | 47 | 18 | 18 | 37 | 31 |
| Octal | 303 | 161 | 71 | 0 | 52 | 107 | 30 | 30 | 67 | 61 |
| Binary | 11000011 | 1110001 | 111001 | 0 | 101010 | 1000111 | 11000 | 11000 | 110111 | 110001 |
Color Harmonies of #C37139
Complementary color
Monochromatic Colors of #C37139
Black with #C37139
Text Example
Text Example
White with #C37139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37139; }
p { color: rgb(195,113,57); }
H1.HeaderClassName
{
color: #C37139;
}
.AnyTagClassName
{
color: #C37139;
}
</style>
background-color css
<style>
a { background-color: #C37139; }
a { background-color: rgb(195,113,57); }
div.DivClassName
{
background-color: #C37139;
}
.BgClassName
{
background-color: #C37139;
}
</style>
border-color css
<style>
span { border-color: #C37139; }
span { border-color: rgb(195,113,57); }
td.TdClassName
{
border-color: #C37139;
}
.TagClassName
{
border-color: #C37139;
}
</style>