Shades of Baker's Chocolate #5E2B15
Tints of Baker's Chocolate #5E2B15
RGB
CMYK
RGB Variations
Color information
#5E2B15 (or 0x5E2B15) is known color: Baker's Chocolate. HEX triplet: 5E, 2B and 15. RGB value is (94,43,21). Sum of RGB (Red+Green+Blue) = 94+43+21=158 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.49% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2B15 is #A1D4EA. Grayscale: #373737. Windows color (decimal): -10605803 or 1387358. OLE color: 1387358.
HSL color Cylindrical-coordinate representation of color #5E2B15: hue angle of 18.08º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E2B15 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 43 | 21 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.63 |
| HSL | 18.08º | 0.63% | 0.23% | - |
| HSV(B) | 18.08º | 0.78% | 0.37% | - |
| XYZ | 5.62 | 4.16 | 1.22 | - |
| YUV | 55.74 | 108.4 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 43 | 21 | 0 | 0.54 | 0.78 | 0.63 | 18.08 | 0.63 | 0.23 |
| Hex | 5E | 2B | 15 | 0 | 36 | 4E | 3F | 12 | 3F | 17 |
| Octal | 136 | 53 | 25 | 0 | 66 | 116 | 77 | 22 | 77 | 27 |
| Binary | 1011110 | 101011 | 10101 | 0 | 110110 | 1001110 | 111111 | 10010 | 111111 | 10111 |
Color Harmonies of #5E2B15
Complementary color
Monochromatic Colors of #5E2B15
Black with #5E2B15
Text Example
Text Example
White with #5E2B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2B15; }
p { color: rgb(94,43,21); }
H1.HeaderClassName
{
color: #5E2B15;
}
.AnyTagClassName
{
color: #5E2B15;
}
</style>
background-color css
<style>
a { background-color: #5E2B15; }
a { background-color: rgb(94,43,21); }
div.DivClassName
{
background-color: #5E2B15;
}
.BgClassName
{
background-color: #5E2B15;
}
</style>
border-color css
<style>
span { border-color: #5E2B15; }
span { border-color: rgb(94,43,21); }
td.TdClassName
{
border-color: #5E2B15;
}
.TagClassName
{
border-color: #5E2B15;
}
</style>