Shades of Baker's Chocolate #4E2501
Tints of Baker's Chocolate #4E2501
RGB
CMYK
RGB Variations
Color information
#4E2501 (or 0x4E2501) is known color: Baker's Chocolate. HEX triplet: 4E, 25 and 01. RGB value is (78,37,1). Sum of RGB (Red+Green+Blue) = 78+37+1=116 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.24% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2501 is #B1DAFE. Grayscale: #2D2D2D. Windows color (decimal): -11655935 or 75086. OLE color: 75086.
HSL color Cylindrical-coordinate representation of color #4E2501: hue angle of 28.05º 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 #4E2501 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 37 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.69 |
| HSL | 28.05º | 0.97% | 0.15% | - |
| HSV(B) | 28.05º | 0.99% | 0.31% | - |
| XYZ | 3.81 | 2.95 | 0.4 | - |
| YUV | 45.16 | 103.08 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 37 | 1 | 0 | 0.53 | 0.99 | 0.69 | 28.05 | 0.97 | 0.15 |
| Hex | 4E | 25 | 1 | 0 | 35 | 63 | 45 | 1C | 61 | F |
| Octal | 116 | 45 | 1 | 0 | 65 | 143 | 105 | 34 | 141 | 17 |
| Binary | 1001110 | 100101 | 1 | 0 | 110101 | 1100011 | 1000101 | 11100 | 1100001 | 1111 |
Color Harmonies of #4E2501
Complementary color
Monochromatic Colors of #4E2501
Black with #4E2501
Text Example
Text Example
White with #4E2501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2501; }
p { color: rgb(78,37,1); }
H1.HeaderClassName
{
color: #4E2501;
}
.AnyTagClassName
{
color: #4E2501;
}
</style>
background-color css
<style>
a { background-color: #4E2501; }
a { background-color: rgb(78,37,1); }
div.DivClassName
{
background-color: #4E2501;
}
.BgClassName
{
background-color: #4E2501;
}
</style>
border-color css
<style>
span { border-color: #4E2501; }
span { border-color: rgb(78,37,1); }
td.TdClassName
{
border-color: #4E2501;
}
.TagClassName
{
border-color: #4E2501;
}
</style>