Shades of Baker's Chocolate #4E2B06
Tints of Baker's Chocolate #4E2B06
RGB
CMYK
RGB Variations
Color information
#4E2B06 (or 0x4E2B06) is known color: Baker's Chocolate. HEX triplet: 4E, 2B and 06. RGB value is (78,43,6). Sum of RGB (Red+Green+Blue) = 78+43+6=127 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.42% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2B06 is #B1D4F9. Grayscale: #313131. Windows color (decimal): -11654394 or 404302. OLE color: 404302.
HSL color Cylindrical-coordinate representation of color #4E2B06: hue angle of 30.83º 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 #4E2B06 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 43 | 6 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.69 |
| HSL | 30.83º | 0.86% | 0.16% | - |
| HSV(B) | 30.83º | 0.92% | 0.31% | - |
| XYZ | 4.04 | 3.36 | 0.61 | - |
| YUV | 49.25 | 103.6 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 43 | 6 | 0 | 0.45 | 0.92 | 0.69 | 30.83 | 0.86 | 0.16 |
| Hex | 4E | 2B | 6 | 0 | 2D | 5C | 45 | 1F | 56 | 10 |
| Octal | 116 | 53 | 6 | 0 | 55 | 134 | 105 | 37 | 126 | 20 |
| Binary | 1001110 | 101011 | 110 | 0 | 101101 | 1011100 | 1000101 | 11111 | 1010110 | 10000 |
Color Harmonies of #4E2B06
Complementary color
Monochromatic Colors of #4E2B06
Black with #4E2B06
Text Example
Text Example
White with #4E2B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2B06; }
p { color: rgb(78,43,6); }
H1.HeaderClassName
{
color: #4E2B06;
}
.AnyTagClassName
{
color: #4E2B06;
}
</style>
background-color css
<style>
a { background-color: #4E2B06; }
a { background-color: rgb(78,43,6); }
div.DivClassName
{
background-color: #4E2B06;
}
.BgClassName
{
background-color: #4E2B06;
}
</style>
border-color css
<style>
span { border-color: #4E2B06; }
span { border-color: rgb(78,43,6); }
td.TdClassName
{
border-color: #4E2B06;
}
.TagClassName
{
border-color: #4E2B06;
}
</style>