Shades of Zest #C57136
Tints of Zest #C57136
RGB
CMYK
RGB Variations
Color information
#C57136 (or 0xC57136) is known color: Zest. HEX triplet: C5, 71 and 36. RGB value is (197,113,54). Sum of RGB (Red+Green+Blue) = 197+113+54=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C57136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57136 is #3A8EC9. Grayscale: #838383. Windows color (decimal): -3837642 or 3568069. OLE color: 3568069.
HSL color Cylindrical-coordinate representation of color #C57136: hue angle of 24.76º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C57136 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 54 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.23 |
| HSL | 24.76º | 0.57% | 0.49% | - |
| HSV(B) | 24.76º | 0.73% | 0.77% | - |
| XYZ | 29.6 | 23.95 | 6.55 | - |
| YUV | 131.39 | 84.33 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 54 | 0 | 0.43 | 0.73 | 0.23 | 24.76 | 0.57 | 0.49 |
| Hex | C5 | 71 | 36 | 0 | 2B | 49 | 17 | 19 | 39 | 31 |
| Octal | 305 | 161 | 66 | 0 | 53 | 111 | 27 | 31 | 71 | 61 |
| Binary | 11000101 | 1110001 | 110110 | 0 | 101011 | 1001001 | 10111 | 11001 | 111001 | 110001 |
Color Harmonies of #C57136
Complementary color
Monochromatic Colors of #C57136
Black with #C57136
Text Example
Text Example
White with #C57136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57136; }
p { color: rgb(197,113,54); }
H1.HeaderClassName
{
color: #C57136;
}
.AnyTagClassName
{
color: #C57136;
}
</style>
background-color css
<style>
a { background-color: #C57136; }
a { background-color: rgb(197,113,54); }
div.DivClassName
{
background-color: #C57136;
}
.BgClassName
{
background-color: #C57136;
}
</style>
border-color css
<style>
span { border-color: #C57136; }
span { border-color: rgb(197,113,54); }
td.TdClassName
{
border-color: #C57136;
}
.TagClassName
{
border-color: #C57136;
}
</style>