Shades of Zest #C57034
Tints of Zest #C57034
RGB
CMYK
RGB Variations
Color information
#C57034 (or 0xC57034) is known color: Zest. HEX triplet: C5, 70 and 34. RGB value is (197,112,52). Sum of RGB (Red+Green+Blue) = 197+112+52=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C57034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57034 is #3A8FCB. Grayscale: #828282. Windows color (decimal): -3837900 or 3436741. OLE color: 3436741.
HSL color Cylindrical-coordinate representation of color #C57034: hue angle of 24.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C57034 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 52 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.23 |
| HSL | 24.83º | 0.58% | 0.49% | - |
| HSV(B) | 24.83º | 0.74% | 0.77% | - |
| XYZ | 29.44 | 23.71 | 6.27 | - |
| YUV | 130.58 | 83.66 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 52 | 0 | 0.43 | 0.74 | 0.23 | 24.83 | 0.58 | 0.49 |
| Hex | C5 | 70 | 34 | 0 | 2B | 4A | 17 | 19 | 3A | 31 |
| Octal | 305 | 160 | 64 | 0 | 53 | 112 | 27 | 31 | 72 | 61 |
| Binary | 11000101 | 1110000 | 110100 | 0 | 101011 | 1001010 | 10111 | 11001 | 111010 | 110001 |
Color Harmonies of #C57034
Complementary color
Monochromatic Colors of #C57034
Black with #C57034
Text Example
Text Example
White with #C57034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57034; }
p { color: rgb(197,112,52); }
H1.HeaderClassName
{
color: #C57034;
}
.AnyTagClassName
{
color: #C57034;
}
</style>
background-color css
<style>
a { background-color: #C57034; }
a { background-color: rgb(197,112,52); }
div.DivClassName
{
background-color: #C57034;
}
.BgClassName
{
background-color: #C57034;
}
</style>
border-color css
<style>
span { border-color: #C57034; }
span { border-color: rgb(197,112,52); }
td.TdClassName
{
border-color: #C57034;
}
.TagClassName
{
border-color: #C57034;
}
</style>