Shades of Baker's Chocolate #4E2B03
Tints of Baker's Chocolate #4E2B03
RGB
CMYK
RGB Variations
Color information
#4E2B03 (or 0x4E2B03) is known color: Baker's Chocolate. HEX triplet: 4E, 2B and 03. RGB value is (78,43,3). Sum of RGB (Red+Green+Blue) = 78+43+3=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2B03 is #B1D4FC. Grayscale: #313131. Windows color (decimal): -11654397 or 207694. OLE color: 207694.
HSL color Cylindrical-coordinate representation of color #4E2B03: hue angle of 32º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E2B03 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 43 | 3 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.69 |
| HSL | 32º | 0.93% | 0.16% | - |
| HSV(B) | 32º | 0.96% | 0.31% | - |
| XYZ | 4.02 | 3.35 | 0.52 | - |
| YUV | 48.91 | 102.1 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 43 | 3 | 0 | 0.45 | 0.96 | 0.69 | 32 | 0.93 | 0.16 |
| Hex | 4E | 2B | 3 | 0 | 2D | 60 | 45 | 20 | 5D | 10 |
| Octal | 116 | 53 | 3 | 0 | 55 | 140 | 105 | 40 | 135 | 20 |
| Binary | 1001110 | 101011 | 11 | 0 | 101101 | 1100000 | 1000101 | 100000 | 1011101 | 10000 |
Color Harmonies of #4E2B03
Complementary color
Monochromatic Colors of #4E2B03
Black with #4E2B03
Text Example
Text Example
White with #4E2B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2B03; }
p { color: rgb(78,43,3); }
H1.HeaderClassName
{
color: #4E2B03;
}
.AnyTagClassName
{
color: #4E2B03;
}
</style>
background-color css
<style>
a { background-color: #4E2B03; }
a { background-color: rgb(78,43,3); }
div.DivClassName
{
background-color: #4E2B03;
}
.BgClassName
{
background-color: #4E2B03;
}
</style>
border-color css
<style>
span { border-color: #4E2B03; }
span { border-color: rgb(78,43,3); }
td.TdClassName
{
border-color: #4E2B03;
}
.TagClassName
{
border-color: #4E2B03;
}
</style>