Shades of Baker's Chocolate #4E320E
Tints of Baker's Chocolate #4E320E
RGB
CMYK
RGB Variations
Color information
#4E320E (or 0x4E320E) is known color: Baker's Chocolate. HEX triplet: 4E, 32 and 0E. RGB value is (78,50,14). Sum of RGB (Red+Green+Blue) = 78+50+14=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E320E is #B1CDF1. Grayscale: #363636. Windows color (decimal): -11652594 or 930382. OLE color: 930382.
HSL color Cylindrical-coordinate representation of color #4E320E: hue angle of 33.75º 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 #4E320E is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 50 | 14 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.69 |
| HSL | 33.75º | 0.7% | 0.18% | - |
| HSV(B) | 33.75º | 0.82% | 0.31% | - |
| XYZ | 4.36 | 3.93 | 0.94 | - |
| YUV | 54.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 50 | 14 | 0 | 0.36 | 0.82 | 0.69 | 33.75 | 0.7 | 0.18 |
| Hex | 4E | 32 | E | 0 | 24 | 52 | 45 | 22 | 46 | 12 |
| Octal | 116 | 62 | 16 | 0 | 44 | 122 | 105 | 42 | 106 | 22 |
| Binary | 1001110 | 110010 | 1110 | 0 | 100100 | 1010010 | 1000101 | 100010 | 1000110 | 10010 |
Color Harmonies of #4E320E
Complementary color
Monochromatic Colors of #4E320E
Black with #4E320E
Text Example
Text Example
White with #4E320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E320E; }
p { color: rgb(78,50,14); }
H1.HeaderClassName
{
color: #4E320E;
}
.AnyTagClassName
{
color: #4E320E;
}
</style>
background-color css
<style>
a { background-color: #4E320E; }
a { background-color: rgb(78,50,14); }
div.DivClassName
{
background-color: #4E320E;
}
.BgClassName
{
background-color: #4E320E;
}
</style>
border-color css
<style>
span { border-color: #4E320E; }
span { border-color: rgb(78,50,14); }
td.TdClassName
{
border-color: #4E320E;
}
.TagClassName
{
border-color: #4E320E;
}
</style>