Shades of Baker's Chocolate #4E2904
Tints of Baker's Chocolate #4E2904
RGB
CMYK
RGB Variations
Color information
#4E2904 (or 0x4E2904) is known color: Baker's Chocolate. HEX triplet: 4E, 29 and 04. RGB value is (78,41,4). Sum of RGB (Red+Green+Blue) = 78+41+4=123 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.41% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2904 is #B1D6FB. Grayscale: #303030. Windows color (decimal): -11654908 or 272718. OLE color: 272718.
HSL color Cylindrical-coordinate representation of color #4E2904: hue angle of 30º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E2904 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 41 | 4 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.69 |
| HSL | 30º | 0.9% | 0.16% | - |
| HSV(B) | 30º | 0.95% | 0.31% | - |
| XYZ | 3.96 | 3.21 | 0.53 | - |
| YUV | 47.85 | 103.26 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 41 | 4 | 0 | 0.47 | 0.95 | 0.69 | 30 | 0.9 | 0.16 |
| Hex | 4E | 29 | 4 | 0 | 2F | 5F | 45 | 1E | 5A | 10 |
| Octal | 116 | 51 | 4 | 0 | 57 | 137 | 105 | 36 | 132 | 20 |
| Binary | 1001110 | 101001 | 100 | 0 | 101111 | 1011111 | 1000101 | 11110 | 1011010 | 10000 |
Color Harmonies of #4E2904
Complementary color
Monochromatic Colors of #4E2904
Black with #4E2904
Text Example
Text Example
White with #4E2904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2904; }
p { color: rgb(78,41,4); }
H1.HeaderClassName
{
color: #4E2904;
}
.AnyTagClassName
{
color: #4E2904;
}
</style>
background-color css
<style>
a { background-color: #4E2904; }
a { background-color: rgb(78,41,4); }
div.DivClassName
{
background-color: #4E2904;
}
.BgClassName
{
background-color: #4E2904;
}
</style>
border-color css
<style>
span { border-color: #4E2904; }
span { border-color: rgb(78,41,4); }
td.TdClassName
{
border-color: #4E2904;
}
.TagClassName
{
border-color: #4E2904;
}
</style>