Shades of Zest #C57237
Tints of Zest #C57237
RGB
CMYK
RGB Variations
Color information
#C57237 (or 0xC57237) is known color: Zest. HEX triplet: C5, 72 and 37. RGB value is (197,114,55). Sum of RGB (Red+Green+Blue) = 197+114+55=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 55 (21.88% from 255 or 15.03% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C57237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57237 is #3A8DC8. Grayscale: #848484. Windows color (decimal): -3837385 or 3633861. OLE color: 3633861.
HSL color Cylindrical-coordinate representation of color #C57237: hue angle of 24.93º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C57237 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 55 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.23 |
| HSL | 24.93º | 0.56% | 0.49% | - |
| HSV(B) | 24.93º | 0.72% | 0.77% | - |
| XYZ | 29.73 | 24.18 | 6.71 | - |
| YUV | 132.09 | 84.5 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 55 | 0 | 0.42 | 0.72 | 0.23 | 24.93 | 0.56 | 0.49 |
| Hex | C5 | 72 | 37 | 0 | 2A | 48 | 17 | 19 | 38 | 31 |
| Octal | 305 | 162 | 67 | 0 | 52 | 110 | 27 | 31 | 70 | 61 |
| Binary | 11000101 | 1110010 | 110111 | 0 | 101010 | 1001000 | 10111 | 11001 | 111000 | 110001 |
Color Harmonies of #C57237
Complementary color
Monochromatic Colors of #C57237
Black with #C57237
Text Example
Text Example
White with #C57237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57237; }
p { color: rgb(197,114,55); }
H1.HeaderClassName
{
color: #C57237;
}
.AnyTagClassName
{
color: #C57237;
}
</style>
background-color css
<style>
a { background-color: #C57237; }
a { background-color: rgb(197,114,55); }
div.DivClassName
{
background-color: #C57237;
}
.BgClassName
{
background-color: #C57237;
}
</style>
border-color css
<style>
span { border-color: #C57237; }
span { border-color: rgb(197,114,55); }
td.TdClassName
{
border-color: #C57237;
}
.TagClassName
{
border-color: #C57237;
}
</style>