Shades of Baker's Chocolate #4E2002
Tints of Baker's Chocolate #4E2002
RGB
CMYK
RGB Variations
Color information
#4E2002 (or 0x4E2002) is known color: Baker's Chocolate. HEX triplet: 4E, 20 and 02. RGB value is (78,32,2). Sum of RGB (Red+Green+Blue) = 78+32+2=112 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.64% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2002 is #B1DFFD. Grayscale: #2A2A2A. Windows color (decimal): -11657214 or 139342. OLE color: 139342.
HSL color Cylindrical-coordinate representation of color #4E2002: hue angle of 23.68º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E2002 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 32 | 2 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.69 |
| HSL | 23.68º | 0.95% | 0.16% | - |
| HSV(B) | 23.68º | 0.97% | 0.31% | - |
| XYZ | 3.67 | 2.66 | 0.38 | - |
| YUV | 42.33 | 105.24 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 2 | 0 | 0.59 | 0.97 | 0.69 | 23.68 | 0.95 | 0.16 |
| Hex | 4E | 20 | 2 | 0 | 3B | 61 | 45 | 18 | 5F | 10 |
| Octal | 116 | 40 | 2 | 0 | 73 | 141 | 105 | 30 | 137 | 20 |
| Binary | 1001110 | 100000 | 10 | 0 | 111011 | 1100001 | 1000101 | 11000 | 1011111 | 10000 |
Color Harmonies of #4E2002
Complementary color
Monochromatic Colors of #4E2002
Black with #4E2002
Text Example
Text Example
White with #4E2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2002; }
p { color: rgb(78,32,2); }
H1.HeaderClassName
{
color: #4E2002;
}
.AnyTagClassName
{
color: #4E2002;
}
</style>
background-color css
<style>
a { background-color: #4E2002; }
a { background-color: rgb(78,32,2); }
div.DivClassName
{
background-color: #4E2002;
}
.BgClassName
{
background-color: #4E2002;
}
</style>
border-color css
<style>
span { border-color: #4E2002; }
span { border-color: rgb(78,32,2); }
td.TdClassName
{
border-color: #4E2002;
}
.TagClassName
{
border-color: #4E2002;
}
</style>