Shades of Baker's Chocolate #4E310C
Tints of Baker's Chocolate #4E310C
RGB
CMYK
RGB Variations
Color information
#4E310C (or 0x4E310C) is known color: Baker's Chocolate. HEX triplet: 4E, 31 and 0C. RGB value is (78,49,12). Sum of RGB (Red+Green+Blue) = 78+49+12=139 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.12% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 78 - color contains mainly: red. Hex color #4E310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E310C is #B1CEF3. Grayscale: #353535. Windows color (decimal): -11652852 or 799054. OLE color: 799054.
HSL color Cylindrical-coordinate representation of color #4E310C: hue angle of 33.64º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E310C is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 49 | 12 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.69 |
| HSL | 33.64º | 0.73% | 0.18% | - |
| HSV(B) | 33.64º | 0.85% | 0.31% | - |
| XYZ | 4.31 | 3.84 | 0.86 | - |
| YUV | 53.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 49 | 12 | 0 | 0.37 | 0.85 | 0.69 | 33.64 | 0.73 | 0.18 |
| Hex | 4E | 31 | C | 0 | 25 | 55 | 45 | 22 | 49 | 12 |
| Octal | 116 | 61 | 14 | 0 | 45 | 125 | 105 | 42 | 111 | 22 |
| Binary | 1001110 | 110001 | 1100 | 0 | 100101 | 1010101 | 1000101 | 100010 | 1001001 | 10010 |
Color Harmonies of #4E310C
Complementary color
Monochromatic Colors of #4E310C
Black with #4E310C
Text Example
Text Example
White with #4E310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E310C; }
p { color: rgb(78,49,12); }
H1.HeaderClassName
{
color: #4E310C;
}
.AnyTagClassName
{
color: #4E310C;
}
</style>
background-color css
<style>
a { background-color: #4E310C; }
a { background-color: rgb(78,49,12); }
div.DivClassName
{
background-color: #4E310C;
}
.BgClassName
{
background-color: #4E310C;
}
</style>
border-color css
<style>
span { border-color: #4E310C; }
span { border-color: rgb(78,49,12); }
td.TdClassName
{
border-color: #4E310C;
}
.TagClassName
{
border-color: #4E310C;
}
</style>