Shades of Baker's Chocolate #4E2C01
Tints of Baker's Chocolate #4E2C01
RGB
CMYK
RGB Variations
Color information
#4E2C01 (or 0x4E2C01) is known color: Baker's Chocolate. HEX triplet: 4E, 2C and 01. RGB value is (78,44,1). Sum of RGB (Red+Green+Blue) = 78+44+1=123 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.41% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2C01 is #B1D3FE. Grayscale: #313131. Windows color (decimal): -11654143 or 76878. OLE color: 76878.
HSL color Cylindrical-coordinate representation of color #4E2C01: hue angle of 33.51º 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 #4E2C01 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 44 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.69 |
| HSL | 33.51º | 0.97% | 0.15% | - |
| HSV(B) | 33.51º | 0.99% | 0.31% | - |
| XYZ | 4.05 | 3.42 | 0.48 | - |
| YUV | 49.26 | 100.76 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 44 | 1 | 0 | 0.44 | 0.99 | 0.69 | 33.51 | 0.97 | 0.15 |
| Hex | 4E | 2C | 1 | 0 | 2C | 63 | 45 | 22 | 61 | F |
| Octal | 116 | 54 | 1 | 0 | 54 | 143 | 105 | 42 | 141 | 17 |
| Binary | 1001110 | 101100 | 1 | 0 | 101100 | 1100011 | 1000101 | 100010 | 1100001 | 1111 |
Color Harmonies of #4E2C01
Complementary color
Monochromatic Colors of #4E2C01
Black with #4E2C01
Text Example
Text Example
White with #4E2C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2C01; }
p { color: rgb(78,44,1); }
H1.HeaderClassName
{
color: #4E2C01;
}
.AnyTagClassName
{
color: #4E2C01;
}
</style>
background-color css
<style>
a { background-color: #4E2C01; }
a { background-color: rgb(78,44,1); }
div.DivClassName
{
background-color: #4E2C01;
}
.BgClassName
{
background-color: #4E2C01;
}
</style>
border-color css
<style>
span { border-color: #4E2C01; }
span { border-color: rgb(78,44,1); }
td.TdClassName
{
border-color: #4E2C01;
}
.TagClassName
{
border-color: #4E2C01;
}
</style>