Shades of Baker's Chocolate #4E330E
Tints of Baker's Chocolate #4E330E
RGB
CMYK
RGB Variations
Color information
#4E330E (or 0x4E330E) is known color: Baker's Chocolate. HEX triplet: 4E, 33 and 0E. RGB value is (78,51,14). Sum of RGB (Red+Green+Blue) = 78+51+14=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E330E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E330E is #B1CCF1. Grayscale: #373737. Windows color (decimal): -11652338 or 930638. OLE color: 930638.
HSL color Cylindrical-coordinate representation of color #4E330E: hue angle of 34.69º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E330E is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 51 | 14 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.69 |
| HSL | 34.69º | 0.7% | 0.18% | - |
| HSV(B) | 34.69º | 0.82% | 0.31% | - |
| XYZ | 4.4 | 4.02 | 0.96 | - |
| YUV | 54.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 51 | 14 | 0 | 0.35 | 0.82 | 0.69 | 34.69 | 0.7 | 0.18 |
| Hex | 4E | 33 | E | 0 | 23 | 52 | 45 | 23 | 46 | 12 |
| Octal | 116 | 63 | 16 | 0 | 43 | 122 | 105 | 43 | 106 | 22 |
| Binary | 1001110 | 110011 | 1110 | 0 | 100011 | 1010010 | 1000101 | 100011 | 1000110 | 10010 |
Color Harmonies of #4E330E
Complementary color
Monochromatic Colors of #4E330E
Black with #4E330E
Text Example
Text Example
White with #4E330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E330E; }
p { color: rgb(78,51,14); }
H1.HeaderClassName
{
color: #4E330E;
}
.AnyTagClassName
{
color: #4E330E;
}
</style>
background-color css
<style>
a { background-color: #4E330E; }
a { background-color: rgb(78,51,14); }
div.DivClassName
{
background-color: #4E330E;
}
.BgClassName
{
background-color: #4E330E;
}
</style>
border-color css
<style>
span { border-color: #4E330E; }
span { border-color: rgb(78,51,14); }
td.TdClassName
{
border-color: #4E330E;
}
.TagClassName
{
border-color: #4E330E;
}
</style>