Shades of Zest #C47134
Tints of Zest #C47134
RGB
CMYK
RGB Variations
Color information
#C47134 (or 0xC47134) is known color: Zest. HEX triplet: C4, 71 and 34. RGB value is (196,113,52). Sum of RGB (Red+Green+Blue) = 196+113+52=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C47134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47134 is #3B8ECB. Grayscale: #838383. Windows color (decimal): -3903180 or 3436996. OLE color: 3436996.
HSL color Cylindrical-coordinate representation of color #C47134: hue angle of 25.42º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C47134 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 52 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.23 |
| HSL | 25.42º | 0.58% | 0.49% | - |
| HSV(B) | 25.42º | 0.73% | 0.77% | - |
| XYZ | 29.29 | 23.79 | 6.3 | - |
| YUV | 130.86 | 83.5 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 52 | 0 | 0.42 | 0.73 | 0.23 | 25.42 | 0.58 | 0.49 |
| Hex | C4 | 71 | 34 | 0 | 2A | 49 | 17 | 19 | 3A | 31 |
| Octal | 304 | 161 | 64 | 0 | 52 | 111 | 27 | 31 | 72 | 61 |
| Binary | 11000100 | 1110001 | 110100 | 0 | 101010 | 1001001 | 10111 | 11001 | 111010 | 110001 |
Color Harmonies of #C47134
Complementary color
Monochromatic Colors of #C47134
Black with #C47134
Text Example
Text Example
White with #C47134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47134; }
p { color: rgb(196,113,52); }
H1.HeaderClassName
{
color: #C47134;
}
.AnyTagClassName
{
color: #C47134;
}
</style>
background-color css
<style>
a { background-color: #C47134; }
a { background-color: rgb(196,113,52); }
div.DivClassName
{
background-color: #C47134;
}
.BgClassName
{
background-color: #C47134;
}
</style>
border-color css
<style>
span { border-color: #C47134; }
span { border-color: rgb(196,113,52); }
td.TdClassName
{
border-color: #C47134;
}
.TagClassName
{
border-color: #C47134;
}
</style>