Shades of Baker's Chocolate #4E300C
Tints of Baker's Chocolate #4E300C
RGB
CMYK
RGB Variations
Color information
#4E300C (or 0x4E300C) is known color: Baker's Chocolate. HEX triplet: 4E, 30 and 0C. RGB value is (78,48,12). Sum of RGB (Red+Green+Blue) = 78+48+12=138 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.52% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 78 - color contains mainly: red. Hex color #4E300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E300C is #B1CFF3. Grayscale: #353535. Windows color (decimal): -11653108 or 798798. OLE color: 798798.
HSL color Cylindrical-coordinate representation of color #4E300C: hue angle of 32.73º 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 #4E300C is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 48 | 12 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.69 |
| HSL | 32.73º | 0.73% | 0.18% | - |
| HSV(B) | 32.73º | 0.85% | 0.31% | - |
| XYZ | 4.27 | 3.76 | 0.85 | - |
| YUV | 52.87 | 104.94 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 48 | 12 | 0 | 0.38 | 0.85 | 0.69 | 32.73 | 0.73 | 0.18 |
| Hex | 4E | 30 | C | 0 | 26 | 55 | 45 | 21 | 49 | 12 |
| Octal | 116 | 60 | 14 | 0 | 46 | 125 | 105 | 41 | 111 | 22 |
| Binary | 1001110 | 110000 | 1100 | 0 | 100110 | 1010101 | 1000101 | 100001 | 1001001 | 10010 |
Color Harmonies of #4E300C
Complementary color
Monochromatic Colors of #4E300C
Black with #4E300C
Text Example
Text Example
White with #4E300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E300C; }
p { color: rgb(78,48,12); }
H1.HeaderClassName
{
color: #4E300C;
}
.AnyTagClassName
{
color: #4E300C;
}
</style>
background-color css
<style>
a { background-color: #4E300C; }
a { background-color: rgb(78,48,12); }
div.DivClassName
{
background-color: #4E300C;
}
.BgClassName
{
background-color: #4E300C;
}
</style>
border-color css
<style>
span { border-color: #4E300C; }
span { border-color: rgb(78,48,12); }
td.TdClassName
{
border-color: #4E300C;
}
.TagClassName
{
border-color: #4E300C;
}
</style>