Shades of Baker's Chocolate #4E3509
Tints of Baker's Chocolate #4E3509
RGB
CMYK
RGB Variations
Color information
#4E3509 (or 0x4E3509) is known color: Baker's Chocolate. HEX triplet: 4E, 35 and 09. RGB value is (78,53,9). Sum of RGB (Red+Green+Blue) = 78+53+9=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3509 is #B1CAF6. Grayscale: #373737. Windows color (decimal): -11651831 or 603470. OLE color: 603470.
HSL color Cylindrical-coordinate representation of color #4E3509: hue angle of 38.26º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E3509 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 53 | 9 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.69 |
| HSL | 38.26º | 0.79% | 0.17% | - |
| HSV(B) | 38.26º | 0.88% | 0.31% | - |
| XYZ | 4.46 | 4.19 | 0.83 | - |
| YUV | 55.46 | 101.78 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 9 | 0 | 0.32 | 0.88 | 0.69 | 38.26 | 0.79 | 0.17 |
| Hex | 4E | 35 | 9 | 0 | 20 | 58 | 45 | 26 | 4F | 11 |
| Octal | 116 | 65 | 11 | 0 | 40 | 130 | 105 | 46 | 117 | 21 |
| Binary | 1001110 | 110101 | 1001 | 0 | 100000 | 1011000 | 1000101 | 100110 | 1001111 | 10001 |
Color Harmonies of #4E3509
Complementary color
Monochromatic Colors of #4E3509
Black with #4E3509
Text Example
Text Example
White with #4E3509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3509; }
p { color: rgb(78,53,9); }
H1.HeaderClassName
{
color: #4E3509;
}
.AnyTagClassName
{
color: #4E3509;
}
</style>
background-color css
<style>
a { background-color: #4E3509; }
a { background-color: rgb(78,53,9); }
div.DivClassName
{
background-color: #4E3509;
}
.BgClassName
{
background-color: #4E3509;
}
</style>
border-color css
<style>
span { border-color: #4E3509; }
span { border-color: rgb(78,53,9); }
td.TdClassName
{
border-color: #4E3509;
}
.TagClassName
{
border-color: #4E3509;
}
</style>