Shades of Zest #C47137
Tints of Zest #C47137
RGB
CMYK
RGB Variations
Color information
#C47137 (or 0xC47137) is known color: Zest. HEX triplet: C4, 71 and 37. RGB value is (196,113,55). Sum of RGB (Red+Green+Blue) = 196+113+55=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 55 (21.88% from 255 or 15.11% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C47137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47137 is #3B8EC8. Grayscale: #838383. Windows color (decimal): -3903177 or 3633604. OLE color: 3633604.
HSL color Cylindrical-coordinate representation of color #C47137: hue angle of 24.68º 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 #C47137 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 55 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.23 |
| HSL | 24.68º | 0.56% | 0.49% | - |
| HSV(B) | 24.68º | 0.72% | 0.77% | - |
| XYZ | 29.36 | 23.82 | 6.67 | - |
| YUV | 131.21 | 85 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 55 | 0 | 0.42 | 0.72 | 0.23 | 24.68 | 0.56 | 0.49 |
| Hex | C4 | 71 | 37 | 0 | 2A | 48 | 17 | 19 | 38 | 31 |
| Octal | 304 | 161 | 67 | 0 | 52 | 110 | 27 | 31 | 70 | 61 |
| Binary | 11000100 | 1110001 | 110111 | 0 | 101010 | 1001000 | 10111 | 11001 | 111000 | 110001 |
Color Harmonies of #C47137
Complementary color
Monochromatic Colors of #C47137
Black with #C47137
Text Example
Text Example
White with #C47137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47137; }
p { color: rgb(196,113,55); }
H1.HeaderClassName
{
color: #C47137;
}
.AnyTagClassName
{
color: #C47137;
}
</style>
background-color css
<style>
a { background-color: #C47137; }
a { background-color: rgb(196,113,55); }
div.DivClassName
{
background-color: #C47137;
}
.BgClassName
{
background-color: #C47137;
}
</style>
border-color css
<style>
span { border-color: #C47137; }
span { border-color: rgb(196,113,55); }
td.TdClassName
{
border-color: #C47137;
}
.TagClassName
{
border-color: #C47137;
}
</style>