Shades of Zest #C47736
Tints of Zest #C47736
RGB
CMYK
RGB Variations
Color information
#C47736 (or 0xC47736) is known color: Zest. HEX triplet: C4, 77 and 36. RGB value is (196,119,54). Sum of RGB (Red+Green+Blue) = 196+119+54=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C47736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47736 is #3B88C9. Grayscale: #868686. Windows color (decimal): -3901642 or 3569604. OLE color: 3569604.
HSL color Cylindrical-coordinate representation of color #C47736: hue angle of 27.46º degrees, saturation: 0.57, 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 #C47736 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 54 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.23 |
| HSL | 27.46º | 0.57% | 0.49% | - |
| HSV(B) | 27.46º | 0.72% | 0.77% | - |
| XYZ | 30.03 | 25.2 | 6.77 | - |
| YUV | 134.61 | 82.51 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 54 | 0 | 0.39 | 0.72 | 0.23 | 27.46 | 0.57 | 0.49 |
| Hex | C4 | 77 | 36 | 0 | 27 | 48 | 17 | 1B | 39 | 31 |
| Octal | 304 | 167 | 66 | 0 | 47 | 110 | 27 | 33 | 71 | 61 |
| Binary | 11000100 | 1110111 | 110110 | 0 | 100111 | 1001000 | 10111 | 11011 | 111001 | 110001 |
Color Harmonies of #C47736
Complementary color
Monochromatic Colors of #C47736
Black with #C47736
Text Example
Text Example
White with #C47736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47736; }
p { color: rgb(196,119,54); }
H1.HeaderClassName
{
color: #C47736;
}
.AnyTagClassName
{
color: #C47736;
}
</style>
background-color css
<style>
a { background-color: #C47736; }
a { background-color: rgb(196,119,54); }
div.DivClassName
{
background-color: #C47736;
}
.BgClassName
{
background-color: #C47736;
}
</style>
border-color css
<style>
span { border-color: #C47736; }
span { border-color: rgb(196,119,54); }
td.TdClassName
{
border-color: #C47736;
}
.TagClassName
{
border-color: #C47736;
}
</style>