Shades of Zest #C77436
Tints of Zest #C77436
RGB
CMYK
RGB Variations
Color information
#C77436 (or 0xC77436) is known color: Zest. HEX triplet: C7, 74 and 36. RGB value is (199,116,54). Sum of RGB (Red+Green+Blue) = 199+116+54=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C77436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77436 is #388BC9. Grayscale: #868686. Windows color (decimal): -3705802 or 3568839. OLE color: 3568839.
HSL color Cylindrical-coordinate representation of color #C77436: hue angle of 25.66º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C77436 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 54 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.22 |
| HSL | 25.66º | 0.57% | 0.5% | - |
| HSV(B) | 25.66º | 0.73% | 0.78% | - |
| XYZ | 30.46 | 24.9 | 6.69 | - |
| YUV | 133.75 | 83 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 54 | 0 | 0.42 | 0.73 | 0.22 | 25.66 | 0.57 | 0.5 |
| Hex | C7 | 74 | 36 | 0 | 2A | 49 | 16 | 1A | 39 | 32 |
| Octal | 307 | 164 | 66 | 0 | 52 | 111 | 26 | 32 | 71 | 62 |
| Binary | 11000111 | 1110100 | 110110 | 0 | 101010 | 1001001 | 10110 | 11010 | 111001 | 110010 |
Color Harmonies of #C77436
Complementary color
Monochromatic Colors of #C77436
Black with #C77436
Text Example
Text Example
White with #C77436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77436; }
p { color: rgb(199,116,54); }
H1.HeaderClassName
{
color: #C77436;
}
.AnyTagClassName
{
color: #C77436;
}
</style>
background-color css
<style>
a { background-color: #C77436; }
a { background-color: rgb(199,116,54); }
div.DivClassName
{
background-color: #C77436;
}
.BgClassName
{
background-color: #C77436;
}
</style>
border-color css
<style>
span { border-color: #C77436; }
span { border-color: rgb(199,116,54); }
td.TdClassName
{
border-color: #C77436;
}
.TagClassName
{
border-color: #C77436;
}
</style>