Shades of Baker's Chocolate #4E2803
Tints of Baker's Chocolate #4E2803
RGB
CMYK
RGB Variations
Color information
#4E2803 (or 0x4E2803) is known color: Baker's Chocolate. HEX triplet: 4E, 28 and 03. RGB value is (78,40,3). Sum of RGB (Red+Green+Blue) = 78+40+3=121 (16% of max value = 765). Red value is 78 (30.86% from 255 or 64.46% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2803 is #B1D7FC. Grayscale: #2F2F2F. Windows color (decimal): -11655165 or 206926. OLE color: 206926.
HSL color Cylindrical-coordinate representation of color #4E2803: hue angle of 29.6º 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 #4E2803 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 40 | 3 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.69 |
| HSL | 29.6º | 0.93% | 0.16% | - |
| HSV(B) | 29.6º | 0.96% | 0.31% | - |
| XYZ | 3.92 | 3.14 | 0.49 | - |
| YUV | 47.14 | 103.09 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 3 | 0 | 0.49 | 0.96 | 0.69 | 29.6 | 0.93 | 0.16 |
| Hex | 4E | 28 | 3 | 0 | 31 | 60 | 45 | 1E | 5D | 10 |
| Octal | 116 | 50 | 3 | 0 | 61 | 140 | 105 | 36 | 135 | 20 |
| Binary | 1001110 | 101000 | 11 | 0 | 110001 | 1100000 | 1000101 | 11110 | 1011101 | 10000 |
Color Harmonies of #4E2803
Complementary color
Monochromatic Colors of #4E2803
Black with #4E2803
Text Example
Text Example
White with #4E2803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2803; }
p { color: rgb(78,40,3); }
H1.HeaderClassName
{
color: #4E2803;
}
.AnyTagClassName
{
color: #4E2803;
}
</style>
background-color css
<style>
a { background-color: #4E2803; }
a { background-color: rgb(78,40,3); }
div.DivClassName
{
background-color: #4E2803;
}
.BgClassName
{
background-color: #4E2803;
}
</style>
border-color css
<style>
span { border-color: #4E2803; }
span { border-color: rgb(78,40,3); }
td.TdClassName
{
border-color: #4E2803;
}
.TagClassName
{
border-color: #4E2803;
}
</style>