Shades of Baker's Chocolate #4E330C
Tints of Baker's Chocolate #4E330C
RGB
CMYK
RGB Variations
Color information
#4E330C (or 0x4E330C) is known color: Baker's Chocolate. HEX triplet: 4E, 33 and 0C. RGB value is (78,51,12). Sum of RGB (Red+Green+Blue) = 78+51+12=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E330C is #B1CCF3. Grayscale: #363636. Windows color (decimal): -11652340 or 799566. OLE color: 799566.
HSL color Cylindrical-coordinate representation of color #4E330C: hue angle of 35.45º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E330C is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 51 | 12 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.69 |
| HSL | 35.45º | 0.73% | 0.18% | - |
| HSV(B) | 35.45º | 0.85% | 0.31% | - |
| XYZ | 4.39 | 4.01 | 0.89 | - |
| YUV | 54.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 51 | 12 | 0 | 0.35 | 0.85 | 0.69 | 35.45 | 0.73 | 0.18 |
| Hex | 4E | 33 | C | 0 | 23 | 55 | 45 | 23 | 49 | 12 |
| Octal | 116 | 63 | 14 | 0 | 43 | 125 | 105 | 43 | 111 | 22 |
| Binary | 1001110 | 110011 | 1100 | 0 | 100011 | 1010101 | 1000101 | 100011 | 1001001 | 10010 |
Color Harmonies of #4E330C
Complementary color
Monochromatic Colors of #4E330C
Black with #4E330C
Text Example
Text Example
White with #4E330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E330C; }
p { color: rgb(78,51,12); }
H1.HeaderClassName
{
color: #4E330C;
}
.AnyTagClassName
{
color: #4E330C;
}
</style>
background-color css
<style>
a { background-color: #4E330C; }
a { background-color: rgb(78,51,12); }
div.DivClassName
{
background-color: #4E330C;
}
.BgClassName
{
background-color: #4E330C;
}
</style>
border-color css
<style>
span { border-color: #4E330C; }
span { border-color: rgb(78,51,12); }
td.TdClassName
{
border-color: #4E330C;
}
.TagClassName
{
border-color: #4E330C;
}
</style>