Shades of Baker's Chocolate #5A2A10
Tints of Baker's Chocolate #5A2A10
RGB
CMYK
RGB Variations
Color information
#5A2A10 (or 0x5A2A10) is known color: Baker's Chocolate. HEX triplet: 5A, 2A and 10. RGB value is (90,42,16). Sum of RGB (Red+Green+Blue) = 90+42+16=148 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.81% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2A10 is #A5D5EF. Grayscale: #353535. Windows color (decimal): -10868208 or 1059418. OLE color: 1059418.
HSL color Cylindrical-coordinate representation of color #5A2A10: hue angle of 21.08º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A2A10 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 42 | 16 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.65 |
| HSL | 21.08º | 0.7% | 0.21% | - |
| HSV(B) | 21.08º | 0.82% | 0.35% | - |
| XYZ | 5.14 | 3.87 | 0.97 | - |
| YUV | 53.39 | 106.9 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 42 | 16 | 0 | 0.53 | 0.82 | 0.65 | 21.08 | 0.7 | 0.21 |
| Hex | 5A | 2A | 10 | 0 | 35 | 52 | 41 | 15 | 46 | 15 |
| Octal | 132 | 52 | 20 | 0 | 65 | 122 | 101 | 25 | 106 | 25 |
| Binary | 1011010 | 101010 | 10000 | 0 | 110101 | 1010010 | 1000001 | 10101 | 1000110 | 10101 |
Color Harmonies of #5A2A10
Complementary color
Monochromatic Colors of #5A2A10
Black with #5A2A10
Text Example
Text Example
White with #5A2A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2A10; }
p { color: rgb(90,42,16); }
H1.HeaderClassName
{
color: #5A2A10;
}
.AnyTagClassName
{
color: #5A2A10;
}
</style>
background-color css
<style>
a { background-color: #5A2A10; }
a { background-color: rgb(90,42,16); }
div.DivClassName
{
background-color: #5A2A10;
}
.BgClassName
{
background-color: #5A2A10;
}
</style>
border-color css
<style>
span { border-color: #5A2A10; }
span { border-color: rgb(90,42,16); }
td.TdClassName
{
border-color: #5A2A10;
}
.TagClassName
{
border-color: #5A2A10;
}
</style>