Shades of Zest #C47538
Tints of Zest #C47538
RGB
CMYK
RGB Variations
Color information
#C47538 (or 0xC47538) is known color: Zest. HEX triplet: C4, 75 and 38. RGB value is (196,117,56). Sum of RGB (Red+Green+Blue) = 196+117+56=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C47538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47538 is #3B8AC7. Grayscale: #858585. Windows color (decimal): -3902152 or 3700164. OLE color: 3700164.
HSL color Cylindrical-coordinate representation of color #C47538: hue angle of 26.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C47538 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 56 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.23 |
| HSL | 26.14º | 0.56% | 0.49% | - |
| HSV(B) | 26.14º | 0.71% | 0.77% | - |
| XYZ | 29.84 | 24.74 | 6.94 | - |
| YUV | 133.67 | 84.17 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 56 | 0 | 0.40 | 0.71 | 0.23 | 26.14 | 0.56 | 0.49 |
| Hex | C4 | 75 | 38 | 0 | 28 | 47 | 17 | 1A | 38 | 31 |
| Octal | 304 | 165 | 70 | 0 | 50 | 107 | 27 | 32 | 70 | 61 |
| Binary | 11000100 | 1110101 | 111000 | 0 | 101000 | 1000111 | 10111 | 11010 | 111000 | 110001 |
Color Harmonies of #C47538
Complementary color
Monochromatic Colors of #C47538
Black with #C47538
Text Example
Text Example
White with #C47538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47538; }
p { color: rgb(196,117,56); }
H1.HeaderClassName
{
color: #C47538;
}
.AnyTagClassName
{
color: #C47538;
}
</style>
background-color css
<style>
a { background-color: #C47538; }
a { background-color: rgb(196,117,56); }
div.DivClassName
{
background-color: #C47538;
}
.BgClassName
{
background-color: #C47538;
}
</style>
border-color css
<style>
span { border-color: #C47538; }
span { border-color: rgb(196,117,56); }
td.TdClassName
{
border-color: #C47538;
}
.TagClassName
{
border-color: #C47538;
}
</style>