Shades of Baker's Chocolate #4E3503
Tints of Baker's Chocolate #4E3503
RGB
CMYK
RGB Variations
Color information
#4E3503 (or 0x4E3503) is known color: Baker's Chocolate. HEX triplet: 4E, 35 and 03. RGB value is (78,53,3). Sum of RGB (Red+Green+Blue) = 78+53+3=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3503 is #B1CAFC. Grayscale: #373737. Windows color (decimal): -11651837 or 210254. OLE color: 210254.
HSL color Cylindrical-coordinate representation of color #4E3503: hue angle of 40º 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 #4E3503 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 53 | 3 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.69 |
| HSL | 40º | 0.93% | 0.16% | - |
| HSV(B) | 40º | 0.96% | 0.31% | - |
| XYZ | 4.43 | 4.17 | 0.66 | - |
| YUV | 54.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 3 | 0 | 0.32 | 0.96 | 0.69 | 40 | 0.93 | 0.16 |
| Hex | 4E | 35 | 3 | 0 | 20 | 60 | 45 | 28 | 5D | 10 |
| Octal | 116 | 65 | 3 | 0 | 40 | 140 | 105 | 50 | 135 | 20 |
| Binary | 1001110 | 110101 | 11 | 0 | 100000 | 1100000 | 1000101 | 101000 | 1011101 | 10000 |
Color Harmonies of #4E3503
Complementary color
Monochromatic Colors of #4E3503
Black with #4E3503
Text Example
Text Example
White with #4E3503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3503; }
p { color: rgb(78,53,3); }
H1.HeaderClassName
{
color: #4E3503;
}
.AnyTagClassName
{
color: #4E3503;
}
</style>
background-color css
<style>
a { background-color: #4E3503; }
a { background-color: rgb(78,53,3); }
div.DivClassName
{
background-color: #4E3503;
}
.BgClassName
{
background-color: #4E3503;
}
</style>
border-color css
<style>
span { border-color: #4E3503; }
span { border-color: rgb(78,53,3); }
td.TdClassName
{
border-color: #4E3503;
}
.TagClassName
{
border-color: #4E3503;
}
</style>