Shades of Baker's Chocolate #5A2E16
Tints of Baker's Chocolate #5A2E16
RGB
CMYK
RGB Variations
Color information
#5A2E16 (or 0x5A2E16) is known color: Baker's Chocolate. HEX triplet: 5A, 2E and 16. RGB value is (90,46,22). Sum of RGB (Red+Green+Blue) = 90+46+22=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2E16 is #A5D1E9. Grayscale: #383838. Windows color (decimal): -10867178 or 1453658. OLE color: 1453658.
HSL color Cylindrical-coordinate representation of color #5A2E16: hue angle of 21.18º 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 #5A2E16 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 46 | 22 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.65 |
| HSL | 21.18º | 0.61% | 0.22% | - |
| HSV(B) | 21.18º | 0.76% | 0.35% | - |
| XYZ | 5.34 | 4.19 | 1.29 | - |
| YUV | 56.42 | 108.58 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 46 | 22 | 0 | 0.49 | 0.76 | 0.65 | 21.18 | 0.61 | 0.22 |
| Hex | 5A | 2E | 16 | 0 | 31 | 4C | 41 | 15 | 3D | 16 |
| Octal | 132 | 56 | 26 | 0 | 61 | 114 | 101 | 25 | 75 | 26 |
| Binary | 1011010 | 101110 | 10110 | 0 | 110001 | 1001100 | 1000001 | 10101 | 111101 | 10110 |
Color Harmonies of #5A2E16
Complementary color
Monochromatic Colors of #5A2E16
Black with #5A2E16
Text Example
Text Example
White with #5A2E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2E16; }
p { color: rgb(90,46,22); }
H1.HeaderClassName
{
color: #5A2E16;
}
.AnyTagClassName
{
color: #5A2E16;
}
</style>
background-color css
<style>
a { background-color: #5A2E16; }
a { background-color: rgb(90,46,22); }
div.DivClassName
{
background-color: #5A2E16;
}
.BgClassName
{
background-color: #5A2E16;
}
</style>
border-color css
<style>
span { border-color: #5A2E16; }
span { border-color: rgb(90,46,22); }
td.TdClassName
{
border-color: #5A2E16;
}
.TagClassName
{
border-color: #5A2E16;
}
</style>