Shades of Baker's Chocolate #5E240E
Tints of Baker's Chocolate #5E240E
RGB
CMYK
RGB Variations
Color information
#5E240E (or 0x5E240E) is known color: Baker's Chocolate. HEX triplet: 5E, 24 and 0E. RGB value is (94,36,14). Sum of RGB (Red+Green+Blue) = 94+36+14=144 (19% of max value = 765). Red value is 94 (37.11% from 255 or 65.28% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 94 - color contains mainly: red. Hex color #5E240E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E240E is #A1DBF1. Grayscale: #323232. Windows color (decimal): -10607602 or 926814. OLE color: 926814.
HSL color Cylindrical-coordinate representation of color #5E240E: hue angle of 16.5º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E240E is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 36 | 14 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.63 |
| HSL | 16.5º | 0.74% | 0.21% | - |
| HSV(B) | 16.5º | 0.85% | 0.37% | - |
| XYZ | 5.33 | 3.67 | 0.84 | - |
| YUV | 50.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 14 | 0 | 0.62 | 0.85 | 0.63 | 16.5 | 0.74 | 0.21 |
| Hex | 5E | 24 | E | 0 | 3E | 55 | 3F | 10 | 4A | 15 |
| Octal | 136 | 44 | 16 | 0 | 76 | 125 | 77 | 20 | 112 | 25 |
| Binary | 1011110 | 100100 | 1110 | 0 | 111110 | 1010101 | 111111 | 10000 | 1001010 | 10101 |
Color Harmonies of #5E240E
Complementary color
Monochromatic Colors of #5E240E
Black with #5E240E
Text Example
Text Example
White with #5E240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E240E; }
p { color: rgb(94,36,14); }
H1.HeaderClassName
{
color: #5E240E;
}
.AnyTagClassName
{
color: #5E240E;
}
</style>
background-color css
<style>
a { background-color: #5E240E; }
a { background-color: rgb(94,36,14); }
div.DivClassName
{
background-color: #5E240E;
}
.BgClassName
{
background-color: #5E240E;
}
</style>
border-color css
<style>
span { border-color: #5E240E; }
span { border-color: rgb(94,36,14); }
td.TdClassName
{
border-color: #5E240E;
}
.TagClassName
{
border-color: #5E240E;
}
</style>