Shades of Baker's Chocolate #4E2500
Tints of Baker's Chocolate #4E2500
RGB
CMYK
RGB Variations
Color information
#4E2500 (or 0x4E2500) is known color: Baker's Chocolate. HEX triplet: 4E, 25 and 00. RGB value is (78,37,0). Sum of RGB (Red+Green+Blue) = 78+37+0=115 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.83% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2500 is #B1DAFF. Grayscale: #2D2D2D. Windows color (decimal): -11655936 or 9550. OLE color: 9550.
HSL color Cylindrical-coordinate representation of color #4E2500: hue angle of 28.46º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E2500 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 37 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.69 |
| HSL | 28.46º | 1% | 0.15% | - |
| HSV(B) | 28.46º | 1% | 0.31% | - |
| XYZ | 3.8 | 2.94 | 0.37 | - |
| YUV | 45.04 | 102.58 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 37 | 0 | 0 | 0.53 | 1 | 0.69 | 28.46 | 1 | 0.15 |
| Hex | 4E | 25 | 0 | 0 | 35 | 64 | 45 | 1C | 64 | F |
| Octal | 116 | 45 | 0 | 0 | 65 | 144 | 105 | 34 | 144 | 17 |
| Binary | 1001110 | 100101 | 0 | 0 | 110101 | 1100100 | 1000101 | 11100 | 1100100 | 1111 |
Color Harmonies of #4E2500
Complementary color
Monochromatic Colors of #4E2500
Black with #4E2500
Text Example
Text Example
White with #4E2500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2500; }
p { color: rgb(78,37,0); }
H1.HeaderClassName
{
color: #4E2500;
}
.AnyTagClassName
{
color: #4E2500;
}
</style>
background-color css
<style>
a { background-color: #4E2500; }
a { background-color: rgb(78,37,0); }
div.DivClassName
{
background-color: #4E2500;
}
.BgClassName
{
background-color: #4E2500;
}
</style>
border-color css
<style>
span { border-color: #4E2500; }
span { border-color: rgb(78,37,0); }
td.TdClassName
{
border-color: #4E2500;
}
.TagClassName
{
border-color: #4E2500;
}
</style>