Shades of Baker's Chocolate #4E2A03
Tints of Baker's Chocolate #4E2A03
RGB
CMYK
RGB Variations
Color information
#4E2A03 (or 0x4E2A03) is known color: Baker's Chocolate. HEX triplet: 4E, 2A and 03. RGB value is (78,42,3). Sum of RGB (Red+Green+Blue) = 78+42+3=123 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.41% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2A03 is #B1D5FC. Grayscale: #303030. Windows color (decimal): -11654653 or 207438. OLE color: 207438.
HSL color Cylindrical-coordinate representation of color #4E2A03: hue angle of 31.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 #4E2A03 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 42 | 3 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.69 |
| HSL | 31.2º | 0.93% | 0.16% | - |
| HSV(B) | 31.2º | 0.96% | 0.31% | - |
| XYZ | 3.99 | 3.28 | 0.51 | - |
| YUV | 48.32 | 102.43 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 42 | 3 | 0 | 0.46 | 0.96 | 0.69 | 31.2 | 0.93 | 0.16 |
| Hex | 4E | 2A | 3 | 0 | 2E | 60 | 45 | 1F | 5D | 10 |
| Octal | 116 | 52 | 3 | 0 | 56 | 140 | 105 | 37 | 135 | 20 |
| Binary | 1001110 | 101010 | 11 | 0 | 101110 | 1100000 | 1000101 | 11111 | 1011101 | 10000 |
Color Harmonies of #4E2A03
Complementary color
Monochromatic Colors of #4E2A03
Black with #4E2A03
Text Example
Text Example
White with #4E2A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2A03; }
p { color: rgb(78,42,3); }
H1.HeaderClassName
{
color: #4E2A03;
}
.AnyTagClassName
{
color: #4E2A03;
}
</style>
background-color css
<style>
a { background-color: #4E2A03; }
a { background-color: rgb(78,42,3); }
div.DivClassName
{
background-color: #4E2A03;
}
.BgClassName
{
background-color: #4E2A03;
}
</style>
border-color css
<style>
span { border-color: #4E2A03; }
span { border-color: rgb(78,42,3); }
td.TdClassName
{
border-color: #4E2A03;
}
.TagClassName
{
border-color: #4E2A03;
}
</style>