Shades of Baker's Chocolate #5A2916
Tints of Baker's Chocolate #5A2916
RGB
CMYK
RGB Variations
Color information
#5A2916 (or 0x5A2916) is known color: Baker's Chocolate. HEX triplet: 5A, 29 and 16. RGB value is (90,41,22). Sum of RGB (Red+Green+Blue) = 90+41+22=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2916 is #A5D6E9. Grayscale: #353535. Windows color (decimal): -10868458 or 1452378. OLE color: 1452378.
HSL color Cylindrical-coordinate representation of color #5A2916: hue angle of 16.76º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A2916 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 41 | 22 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.65 |
| HSL | 16.76º | 0.61% | 0.22% | - |
| HSV(B) | 16.76º | 0.76% | 0.35% | - |
| XYZ | 5.15 | 3.82 | 1.22 | - |
| YUV | 53.49 | 110.23 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 22 | 0 | 0.54 | 0.76 | 0.65 | 16.76 | 0.61 | 0.22 |
| Hex | 5A | 29 | 16 | 0 | 36 | 4C | 41 | 11 | 3D | 16 |
| Octal | 132 | 51 | 26 | 0 | 66 | 114 | 101 | 21 | 75 | 26 |
| Binary | 1011010 | 101001 | 10110 | 0 | 110110 | 1001100 | 1000001 | 10001 | 111101 | 10110 |
Color Harmonies of #5A2916
Complementary color
Monochromatic Colors of #5A2916
Black with #5A2916
Text Example
Text Example
White with #5A2916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2916; }
p { color: rgb(90,41,22); }
H1.HeaderClassName
{
color: #5A2916;
}
.AnyTagClassName
{
color: #5A2916;
}
</style>
background-color css
<style>
a { background-color: #5A2916; }
a { background-color: rgb(90,41,22); }
div.DivClassName
{
background-color: #5A2916;
}
.BgClassName
{
background-color: #5A2916;
}
</style>
border-color css
<style>
span { border-color: #5A2916; }
span { border-color: rgb(90,41,22); }
td.TdClassName
{
border-color: #5A2916;
}
.TagClassName
{
border-color: #5A2916;
}
</style>