Shades of Baker's Chocolate #4E3204
Tints of Baker's Chocolate #4E3204
RGB
CMYK
RGB Variations
Color information
#4E3204 (or 0x4E3204) is known color: Baker's Chocolate. HEX triplet: 4E, 32 and 04. RGB value is (78,50,4). Sum of RGB (Red+Green+Blue) = 78+50+4=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3204 is #B1CDFB. Grayscale: #353535. Windows color (decimal): -11652604 or 275022. OLE color: 275022.
HSL color Cylindrical-coordinate representation of color #4E3204: hue angle of 37.3º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E3204 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 50 | 4 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.69 |
| HSL | 37.3º | 0.9% | 0.16% | - |
| HSV(B) | 37.3º | 0.95% | 0.31% | - |
| XYZ | 4.3 | 3.91 | 0.64 | - |
| YUV | 53.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 50 | 4 | 0 | 0.36 | 0.95 | 0.69 | 37.3 | 0.9 | 0.16 |
| Hex | 4E | 32 | 4 | 0 | 24 | 5F | 45 | 25 | 5A | 10 |
| Octal | 116 | 62 | 4 | 0 | 44 | 137 | 105 | 45 | 132 | 20 |
| Binary | 1001110 | 110010 | 100 | 0 | 100100 | 1011111 | 1000101 | 100101 | 1011010 | 10000 |
Color Harmonies of #4E3204
Complementary color
Monochromatic Colors of #4E3204
Black with #4E3204
Text Example
Text Example
White with #4E3204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3204; }
p { color: rgb(78,50,4); }
H1.HeaderClassName
{
color: #4E3204;
}
.AnyTagClassName
{
color: #4E3204;
}
</style>
background-color css
<style>
a { background-color: #4E3204; }
a { background-color: rgb(78,50,4); }
div.DivClassName
{
background-color: #4E3204;
}
.BgClassName
{
background-color: #4E3204;
}
</style>
border-color css
<style>
span { border-color: #4E3204; }
span { border-color: rgb(78,50,4); }
td.TdClassName
{
border-color: #4E3204;
}
.TagClassName
{
border-color: #4E3204;
}
</style>