Shades of Baker's Chocolate #5E2916
Tints of Baker's Chocolate #5E2916
RGB
CMYK
RGB Variations
Color information
#5E2916 (or 0x5E2916) is known color: Baker's Chocolate. HEX triplet: 5E, 29 and 16. RGB value is (94,41,22). Sum of RGB (Red+Green+Blue) = 94+41+22=157 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.87% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2916 is #A1D6E9. Grayscale: #363636. Windows color (decimal): -10606314 or 1452382. OLE color: 1452382.
HSL color Cylindrical-coordinate representation of color #5E2916: hue angle of 15.83º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E2916 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 41 | 22 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.63 |
| HSL | 15.83º | 0.62% | 0.23% | - |
| HSV(B) | 15.83º | 0.77% | 0.37% | - |
| XYZ | 5.55 | 4.02 | 1.24 | - |
| YUV | 54.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 41 | 22 | 0 | 0.56 | 0.77 | 0.63 | 15.83 | 0.62 | 0.23 |
| Hex | 5E | 29 | 16 | 0 | 38 | 4D | 3F | 10 | 3E | 17 |
| Octal | 136 | 51 | 26 | 0 | 70 | 115 | 77 | 20 | 76 | 27 |
| Binary | 1011110 | 101001 | 10110 | 0 | 111000 | 1001101 | 111111 | 10000 | 111110 | 10111 |
Color Harmonies of #5E2916
Complementary color
Monochromatic Colors of #5E2916
Black with #5E2916
Text Example
Text Example
White with #5E2916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2916; }
p { color: rgb(94,41,22); }
H1.HeaderClassName
{
color: #5E2916;
}
.AnyTagClassName
{
color: #5E2916;
}
</style>
background-color css
<style>
a { background-color: #5E2916; }
a { background-color: rgb(94,41,22); }
div.DivClassName
{
background-color: #5E2916;
}
.BgClassName
{
background-color: #5E2916;
}
</style>
border-color css
<style>
span { border-color: #5E2916; }
span { border-color: rgb(94,41,22); }
td.TdClassName
{
border-color: #5E2916;
}
.TagClassName
{
border-color: #5E2916;
}
</style>