Shades of Baker's Chocolate #4E2106
Tints of Baker's Chocolate #4E2106
RGB
CMYK
RGB Variations
Color information
#4E2106 (or 0x4E2106) is known color: Baker's Chocolate. HEX triplet: 4E, 21 and 06. RGB value is (78,33,6). Sum of RGB (Red+Green+Blue) = 78+33+6=117 (15% of max value = 765). Red value is 78 (30.86% from 255 or 66.67% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 6 (2.73% from 255 or 5.13% from 117); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2106 is #B1DEF9. Grayscale: #2B2B2B. Windows color (decimal): -11656954 or 401742. OLE color: 401742.
HSL color Cylindrical-coordinate representation of color #4E2106: hue angle of 22.5º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E2106 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 33 | 6 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.69 |
| HSL | 22.5º | 0.86% | 0.16% | - |
| HSV(B) | 22.5º | 0.92% | 0.31% | - |
| XYZ | 3.72 | 2.72 | 0.5 | - |
| YUV | 43.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 6 | 0 | 0.58 | 0.92 | 0.69 | 22.5 | 0.86 | 0.16 |
| Hex | 4E | 21 | 6 | 0 | 3A | 5C | 45 | 16 | 56 | 10 |
| Octal | 116 | 41 | 6 | 0 | 72 | 134 | 105 | 26 | 126 | 20 |
| Binary | 1001110 | 100001 | 110 | 0 | 111010 | 1011100 | 1000101 | 10110 | 1010110 | 10000 |
Color Harmonies of #4E2106
Complementary color
Monochromatic Colors of #4E2106
Black with #4E2106
Text Example
Text Example
White with #4E2106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2106; }
p { color: rgb(78,33,6); }
H1.HeaderClassName
{
color: #4E2106;
}
.AnyTagClassName
{
color: #4E2106;
}
</style>
background-color css
<style>
a { background-color: #4E2106; }
a { background-color: rgb(78,33,6); }
div.DivClassName
{
background-color: #4E2106;
}
.BgClassName
{
background-color: #4E2106;
}
</style>
border-color css
<style>
span { border-color: #4E2106; }
span { border-color: rgb(78,33,6); }
td.TdClassName
{
border-color: #4E2106;
}
.TagClassName
{
border-color: #4E2106;
}
</style>