Shades of Baker's Chocolate #4E280C
Tints of Baker's Chocolate #4E280C
RGB
CMYK
RGB Variations
Color information
#4E280C (or 0x4E280C) is known color: Baker's Chocolate. HEX triplet: 4E, 28 and 0C. RGB value is (78,40,12). Sum of RGB (Red+Green+Blue) = 78+40+12=130 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 78 - color contains mainly: red. Hex color #4E280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E280C is #B1D7F3. Grayscale: #303030. Windows color (decimal): -11655156 or 796750. OLE color: 796750.
HSL color Cylindrical-coordinate representation of color #4E280C: hue angle of 25.45º 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 #4E280C is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 40 | 12 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.69 |
| HSL | 25.45º | 0.73% | 0.18% | - |
| HSV(B) | 25.45º | 0.85% | 0.31% | - |
| XYZ | 3.97 | 3.16 | 0.75 | - |
| YUV | 48.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 12 | 0 | 0.49 | 0.85 | 0.69 | 25.45 | 0.73 | 0.18 |
| Hex | 4E | 28 | C | 0 | 31 | 55 | 45 | 19 | 49 | 12 |
| Octal | 116 | 50 | 14 | 0 | 61 | 125 | 105 | 31 | 111 | 22 |
| Binary | 1001110 | 101000 | 1100 | 0 | 110001 | 1010101 | 1000101 | 11001 | 1001001 | 10010 |
Color Harmonies of #4E280C
Complementary color
Monochromatic Colors of #4E280C
Black with #4E280C
Text Example
Text Example
White with #4E280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E280C; }
p { color: rgb(78,40,12); }
H1.HeaderClassName
{
color: #4E280C;
}
.AnyTagClassName
{
color: #4E280C;
}
</style>
background-color css
<style>
a { background-color: #4E280C; }
a { background-color: rgb(78,40,12); }
div.DivClassName
{
background-color: #4E280C;
}
.BgClassName
{
background-color: #4E280C;
}
</style>
border-color css
<style>
span { border-color: #4E280C; }
span { border-color: rgb(78,40,12); }
td.TdClassName
{
border-color: #4E280C;
}
.TagClassName
{
border-color: #4E280C;
}
</style>