Shades of Zest #C47534
Tints of Zest #C47534
RGB
CMYK
RGB Variations
Color information
#C47534 (or 0xC47534) is known color: Zest. HEX triplet: C4, 75 and 34. RGB value is (196,117,52). Sum of RGB (Red+Green+Blue) = 196+117+52=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C47534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47534 is #3B8ACB. Grayscale: #858585. Windows color (decimal): -3902156 or 3438020. OLE color: 3438020.
HSL color Cylindrical-coordinate representation of color #C47534: hue angle of 27.08º 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 #C47534 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 52 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.23 |
| HSL | 27.08º | 0.58% | 0.49% | - |
| HSV(B) | 27.08º | 0.73% | 0.77% | - |
| XYZ | 29.75 | 24.71 | 6.45 | - |
| YUV | 133.21 | 82.17 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 52 | 0 | 0.40 | 0.73 | 0.23 | 27.08 | 0.58 | 0.49 |
| Hex | C4 | 75 | 34 | 0 | 28 | 49 | 17 | 1B | 3A | 31 |
| Octal | 304 | 165 | 64 | 0 | 50 | 111 | 27 | 33 | 72 | 61 |
| Binary | 11000100 | 1110101 | 110100 | 0 | 101000 | 1001001 | 10111 | 11011 | 111010 | 110001 |
Color Harmonies of #C47534
Complementary color
Monochromatic Colors of #C47534
Black with #C47534
Text Example
Text Example
White with #C47534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47534; }
p { color: rgb(196,117,52); }
H1.HeaderClassName
{
color: #C47534;
}
.AnyTagClassName
{
color: #C47534;
}
</style>
background-color css
<style>
a { background-color: #C47534; }
a { background-color: rgb(196,117,52); }
div.DivClassName
{
background-color: #C47534;
}
.BgClassName
{
background-color: #C47534;
}
</style>
border-color css
<style>
span { border-color: #C47534; }
span { border-color: rgb(196,117,52); }
td.TdClassName
{
border-color: #C47534;
}
.TagClassName
{
border-color: #C47534;
}
</style>