Shades of Zest #C76D32
Tints of Zest #C76D32
RGB
CMYK
RGB Variations
Color information
#C76D32 (or 0xC76D32) is known color: Zest. HEX triplet: C7, 6D and 32. RGB value is (199,109,50). Sum of RGB (Red+Green+Blue) = 199+109+50=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76D32 is #3892CD. Grayscale: #818181. Windows color (decimal): -3707598 or 3304903. OLE color: 3304903.
HSL color Cylindrical-coordinate representation of color #C76D32: hue angle of 23.76º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C76D32 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 50 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.22 |
| HSL | 23.76º | 0.6% | 0.49% | - |
| HSV(B) | 23.76º | 0.75% | 0.78% | - |
| XYZ | 29.6 | 23.31 | 5.96 | - |
| YUV | 129.18 | 83.32 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 50 | 0 | 0.45 | 0.75 | 0.22 | 23.76 | 0.6 | 0.49 |
| Hex | C7 | 6D | 32 | 0 | 2D | 4B | 16 | 18 | 3C | 31 |
| Octal | 307 | 155 | 62 | 0 | 55 | 113 | 26 | 30 | 74 | 61 |
| Binary | 11000111 | 1101101 | 110010 | 0 | 101101 | 1001011 | 10110 | 11000 | 111100 | 110001 |
Color Harmonies of #C76D32
Complementary color
Monochromatic Colors of #C76D32
Black with #C76D32
Text Example
Text Example
White with #C76D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D32; }
p { color: rgb(199,109,50); }
H1.HeaderClassName
{
color: #C76D32;
}
.AnyTagClassName
{
color: #C76D32;
}
</style>
background-color css
<style>
a { background-color: #C76D32; }
a { background-color: rgb(199,109,50); }
div.DivClassName
{
background-color: #C76D32;
}
.BgClassName
{
background-color: #C76D32;
}
</style>
border-color css
<style>
span { border-color: #C76D32; }
span { border-color: rgb(199,109,50); }
td.TdClassName
{
border-color: #C76D32;
}
.TagClassName
{
border-color: #C76D32;
}
</style>