Shades of Baker's Chocolate #4E3606
Tints of Baker's Chocolate #4E3606
RGB
CMYK
RGB Variations
Color information
#4E3606 (or 0x4E3606) is known color: Baker's Chocolate. HEX triplet: 4E, 36 and 06. RGB value is (78,54,6). Sum of RGB (Red+Green+Blue) = 78+54+6=138 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.52% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3606 is #B1C9F9. Grayscale: #373737. Windows color (decimal): -11651578 or 407118. OLE color: 407118.
HSL color Cylindrical-coordinate representation of color #4E3606: hue angle of 40º 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 #4E3606 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 54 | 6 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.69 |
| HSL | 40º | 0.86% | 0.16% | - |
| HSV(B) | 40º | 0.92% | 0.31% | - |
| XYZ | 4.49 | 4.27 | 0.76 | - |
| YUV | 55.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 54 | 6 | 0 | 0.31 | 0.92 | 0.69 | 40 | 0.86 | 0.16 |
| Hex | 4E | 36 | 6 | 0 | 1F | 5C | 45 | 28 | 56 | 10 |
| Octal | 116 | 66 | 6 | 0 | 37 | 134 | 105 | 50 | 126 | 20 |
| Binary | 1001110 | 110110 | 110 | 0 | 11111 | 1011100 | 1000101 | 101000 | 1010110 | 10000 |
Color Harmonies of #4E3606
Complementary color
Monochromatic Colors of #4E3606
Black with #4E3606
Text Example
Text Example
White with #4E3606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3606; }
p { color: rgb(78,54,6); }
H1.HeaderClassName
{
color: #4E3606;
}
.AnyTagClassName
{
color: #4E3606;
}
</style>
background-color css
<style>
a { background-color: #4E3606; }
a { background-color: rgb(78,54,6); }
div.DivClassName
{
background-color: #4E3606;
}
.BgClassName
{
background-color: #4E3606;
}
</style>
border-color css
<style>
span { border-color: #4E3606; }
span { border-color: rgb(78,54,6); }
td.TdClassName
{
border-color: #4E3606;
}
.TagClassName
{
border-color: #4E3606;
}
</style>