Shades of Baker's Chocolate #4E3003
Tints of Baker's Chocolate #4E3003
RGB
CMYK
RGB Variations
Color information
#4E3003 (or 0x4E3003) is known color: Baker's Chocolate. HEX triplet: 4E, 30 and 03. RGB value is (78,48,3). Sum of RGB (Red+Green+Blue) = 78+48+3=129 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60.47% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3003 is #B1CFFC. Grayscale: #343434. Windows color (decimal): -11653117 or 208974. OLE color: 208974.
HSL color Cylindrical-coordinate representation of color #4E3003: hue angle of 36º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E3003 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 48 | 3 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.69 |
| HSL | 36º | 0.93% | 0.16% | - |
| HSV(B) | 36º | 0.96% | 0.31% | - |
| XYZ | 4.22 | 3.74 | 0.59 | - |
| YUV | 51.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 48 | 3 | 0 | 0.38 | 0.96 | 0.69 | 36 | 0.93 | 0.16 |
| Hex | 4E | 30 | 3 | 0 | 26 | 60 | 45 | 24 | 5D | 10 |
| Octal | 116 | 60 | 3 | 0 | 46 | 140 | 105 | 44 | 135 | 20 |
| Binary | 1001110 | 110000 | 11 | 0 | 100110 | 1100000 | 1000101 | 100100 | 1011101 | 10000 |
Color Harmonies of #4E3003
Complementary color
Monochromatic Colors of #4E3003
Black with #4E3003
Text Example
Text Example
White with #4E3003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3003; }
p { color: rgb(78,48,3); }
H1.HeaderClassName
{
color: #4E3003;
}
.AnyTagClassName
{
color: #4E3003;
}
</style>
background-color css
<style>
a { background-color: #4E3003; }
a { background-color: rgb(78,48,3); }
div.DivClassName
{
background-color: #4E3003;
}
.BgClassName
{
background-color: #4E3003;
}
</style>
border-color css
<style>
span { border-color: #4E3003; }
span { border-color: rgb(78,48,3); }
td.TdClassName
{
border-color: #4E3003;
}
.TagClassName
{
border-color: #4E3003;
}
</style>