Shades of Zest #C57337
Tints of Zest #C57337
RGB
CMYK
RGB Variations
Color information
#C57337 (or 0xC57337) is known color: Zest. HEX triplet: C5, 73 and 37. RGB value is (197,115,55). Sum of RGB (Red+Green+Blue) = 197+115+55=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 55 (21.88% from 255 or 14.99% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C57337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57337 is #3A8CC8. Grayscale: #858585. Windows color (decimal): -3837129 or 3634117. OLE color: 3634117.
HSL color Cylindrical-coordinate representation of color #C57337: hue angle of 25.35º 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 #C57337 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 55 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.23 |
| HSL | 25.35º | 0.56% | 0.49% | - |
| HSV(B) | 25.35º | 0.72% | 0.77% | - |
| XYZ | 29.85 | 24.41 | 6.75 | - |
| YUV | 132.68 | 84.17 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 55 | 0 | 0.42 | 0.72 | 0.23 | 25.35 | 0.56 | 0.49 |
| Hex | C5 | 73 | 37 | 0 | 2A | 48 | 17 | 19 | 38 | 31 |
| Octal | 305 | 163 | 67 | 0 | 52 | 110 | 27 | 31 | 70 | 61 |
| Binary | 11000101 | 1110011 | 110111 | 0 | 101010 | 1001000 | 10111 | 11001 | 111000 | 110001 |
Color Harmonies of #C57337
Complementary color
Monochromatic Colors of #C57337
Black with #C57337
Text Example
Text Example
White with #C57337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57337; }
p { color: rgb(197,115,55); }
H1.HeaderClassName
{
color: #C57337;
}
.AnyTagClassName
{
color: #C57337;
}
</style>
background-color css
<style>
a { background-color: #C57337; }
a { background-color: rgb(197,115,55); }
div.DivClassName
{
background-color: #C57337;
}
.BgClassName
{
background-color: #C57337;
}
</style>
border-color css
<style>
span { border-color: #C57337; }
span { border-color: rgb(197,115,55); }
td.TdClassName
{
border-color: #C57337;
}
.TagClassName
{
border-color: #C57337;
}
</style>