Shades of Baker's Chocolate #5A3C16
Tints of Baker's Chocolate #5A3C16
RGB
CMYK
RGB Variations
Color information
#5A3C16 (or 0x5A3C16) is known color: Baker's Chocolate. HEX triplet: 5A, 3C and 16. RGB value is (90,60,22). Sum of RGB (Red+Green+Blue) = 90+60+22=172 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.33% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3C16 is #A5C3E9. Grayscale: #404040. Windows color (decimal): -10863594 or 1457242. OLE color: 1457242.
HSL color Cylindrical-coordinate representation of color #5A3C16: hue angle of 33.53º 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 #5A3C16 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 60 | 22 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.65 |
| HSL | 33.53º | 0.61% | 0.22% | - |
| HSV(B) | 33.53º | 0.76% | 0.35% | - |
| XYZ | 5.98 | 5.46 | 1.5 | - |
| YUV | 64.64 | 103.94 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 60 | 22 | 0 | 0.33 | 0.76 | 0.65 | 33.53 | 0.61 | 0.22 |
| Hex | 5A | 3C | 16 | 0 | 21 | 4C | 41 | 22 | 3D | 16 |
| Octal | 132 | 74 | 26 | 0 | 41 | 114 | 101 | 42 | 75 | 26 |
| Binary | 1011010 | 111100 | 10110 | 0 | 100001 | 1001100 | 1000001 | 100010 | 111101 | 10110 |
Color Harmonies of #5A3C16
Complementary color
Monochromatic Colors of #5A3C16
Black with #5A3C16
Text Example
Text Example
White with #5A3C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3C16; }
p { color: rgb(90,60,22); }
H1.HeaderClassName
{
color: #5A3C16;
}
.AnyTagClassName
{
color: #5A3C16;
}
</style>
background-color css
<style>
a { background-color: #5A3C16; }
a { background-color: rgb(90,60,22); }
div.DivClassName
{
background-color: #5A3C16;
}
.BgClassName
{
background-color: #5A3C16;
}
</style>
border-color css
<style>
span { border-color: #5A3C16; }
span { border-color: rgb(90,60,22); }
td.TdClassName
{
border-color: #5A3C16;
}
.TagClassName
{
border-color: #5A3C16;
}
</style>