Shades of Baker's Chocolate #5A3A16
Tints of Baker's Chocolate #5A3A16
RGB
CMYK
RGB Variations
Color information
#5A3A16 (or 0x5A3A16) is known color: Baker's Chocolate. HEX triplet: 5A, 3A and 16. RGB value is (90,58,22). Sum of RGB (Red+Green+Blue) = 90+58+22=170 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.94% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3A16 is #A5C5E9. Grayscale: #3F3F3F. Windows color (decimal): -10864106 or 1456730. OLE color: 1456730.
HSL color Cylindrical-coordinate representation of color #5A3A16: hue angle of 31.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 #5A3A16 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 58 | 22 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.65 |
| HSL | 31.76º | 0.61% | 0.22% | - |
| HSV(B) | 31.76º | 0.76% | 0.35% | - |
| XYZ | 5.87 | 5.26 | 1.46 | - |
| YUV | 63.46 | 104.6 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 58 | 22 | 0 | 0.36 | 0.76 | 0.65 | 31.76 | 0.61 | 0.22 |
| Hex | 5A | 3A | 16 | 0 | 24 | 4C | 41 | 20 | 3D | 16 |
| Octal | 132 | 72 | 26 | 0 | 44 | 114 | 101 | 40 | 75 | 26 |
| Binary | 1011010 | 111010 | 10110 | 0 | 100100 | 1001100 | 1000001 | 100000 | 111101 | 10110 |
Color Harmonies of #5A3A16
Complementary color
Monochromatic Colors of #5A3A16
Black with #5A3A16
Text Example
Text Example
White with #5A3A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3A16; }
p { color: rgb(90,58,22); }
H1.HeaderClassName
{
color: #5A3A16;
}
.AnyTagClassName
{
color: #5A3A16;
}
</style>
background-color css
<style>
a { background-color: #5A3A16; }
a { background-color: rgb(90,58,22); }
div.DivClassName
{
background-color: #5A3A16;
}
.BgClassName
{
background-color: #5A3A16;
}
</style>
border-color css
<style>
span { border-color: #5A3A16; }
span { border-color: rgb(90,58,22); }
td.TdClassName
{
border-color: #5A3A16;
}
.TagClassName
{
border-color: #5A3A16;
}
</style>