Shades of Baker's Chocolate #4E2F03
Tints of Baker's Chocolate #4E2F03
RGB
CMYK
RGB Variations
Color information
#4E2F03 (or 0x4E2F03) is known color: Baker's Chocolate. HEX triplet: 4E, 2F and 03. RGB value is (78,47,3). Sum of RGB (Red+Green+Blue) = 78+47+3=128 (16% of max value = 765). Red value is 78 (30.86% from 255 or 60.94% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2F03 is #B1D0FC. Grayscale: #333333. Windows color (decimal): -11653373 or 208718. OLE color: 208718.
HSL color Cylindrical-coordinate representation of color #4E2F03: hue angle of 35.2º 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 #4E2F03 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 47 | 3 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.69 |
| HSL | 35.2º | 0.93% | 0.16% | - |
| HSV(B) | 35.2º | 0.96% | 0.31% | - |
| XYZ | 4.17 | 3.66 | 0.57 | - |
| YUV | 51.25 | 100.77 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 3 | 0 | 0.40 | 0.96 | 0.69 | 35.2 | 0.93 | 0.16 |
| Hex | 4E | 2F | 3 | 0 | 28 | 60 | 45 | 23 | 5D | 10 |
| Octal | 116 | 57 | 3 | 0 | 50 | 140 | 105 | 43 | 135 | 20 |
| Binary | 1001110 | 101111 | 11 | 0 | 101000 | 1100000 | 1000101 | 100011 | 1011101 | 10000 |
Color Harmonies of #4E2F03
Complementary color
Monochromatic Colors of #4E2F03
Black with #4E2F03
Text Example
Text Example
White with #4E2F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2F03; }
p { color: rgb(78,47,3); }
H1.HeaderClassName
{
color: #4E2F03;
}
.AnyTagClassName
{
color: #4E2F03;
}
</style>
background-color css
<style>
a { background-color: #4E2F03; }
a { background-color: rgb(78,47,3); }
div.DivClassName
{
background-color: #4E2F03;
}
.BgClassName
{
background-color: #4E2F03;
}
</style>
border-color css
<style>
span { border-color: #4E2F03; }
span { border-color: rgb(78,47,3); }
td.TdClassName
{
border-color: #4E2F03;
}
.TagClassName
{
border-color: #4E2F03;
}
</style>