Shades of Baker's Chocolate #4E2B01
Tints of Baker's Chocolate #4E2B01
RGB
CMYK
RGB Variations
Color information
#4E2B01 (or 0x4E2B01) is known color: Baker's Chocolate. HEX triplet: 4E, 2B and 01. RGB value is (78,43,1). Sum of RGB (Red+Green+Blue) = 78+43+1=122 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.93% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2B01 is #B1D4FE. Grayscale: #303030. Windows color (decimal): -11654399 or 76622. OLE color: 76622.
HSL color Cylindrical-coordinate representation of color #4E2B01: hue angle of 32.73º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E2B01 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 43 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.69 |
| HSL | 32.73º | 0.97% | 0.15% | - |
| HSV(B) | 32.73º | 0.99% | 0.31% | - |
| XYZ | 4.01 | 3.35 | 0.46 | - |
| YUV | 48.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 43 | 1 | 0 | 0.45 | 0.99 | 0.69 | 32.73 | 0.97 | 0.15 |
| Hex | 4E | 2B | 1 | 0 | 2D | 63 | 45 | 21 | 61 | F |
| Octal | 116 | 53 | 1 | 0 | 55 | 143 | 105 | 41 | 141 | 17 |
| Binary | 1001110 | 101011 | 1 | 0 | 101101 | 1100011 | 1000101 | 100001 | 1100001 | 1111 |
Color Harmonies of #4E2B01
Complementary color
Monochromatic Colors of #4E2B01
Black with #4E2B01
Text Example
Text Example
White with #4E2B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2B01; }
p { color: rgb(78,43,1); }
H1.HeaderClassName
{
color: #4E2B01;
}
.AnyTagClassName
{
color: #4E2B01;
}
</style>
background-color css
<style>
a { background-color: #4E2B01; }
a { background-color: rgb(78,43,1); }
div.DivClassName
{
background-color: #4E2B01;
}
.BgClassName
{
background-color: #4E2B01;
}
</style>
border-color css
<style>
span { border-color: #4E2B01; }
span { border-color: rgb(78,43,1); }
td.TdClassName
{
border-color: #4E2B01;
}
.TagClassName
{
border-color: #4E2B01;
}
</style>