Shades of Baker's Chocolate #5A2D10
Tints of Baker's Chocolate #5A2D10
RGB
CMYK
RGB Variations
Color information
#5A2D10 (or 0x5A2D10) is known color: Baker's Chocolate. HEX triplet: 5A, 2D and 10. RGB value is (90,45,16). Sum of RGB (Red+Green+Blue) = 90+45+16=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2D10 is #A5D2EF. Grayscale: #373737. Windows color (decimal): -10867440 or 1060186. OLE color: 1060186.
HSL color Cylindrical-coordinate representation of color #5A2D10: hue angle of 23.51º 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 #5A2D10 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 45 | 16 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.65 |
| HSL | 23.51º | 0.7% | 0.21% | - |
| HSV(B) | 23.51º | 0.82% | 0.35% | - |
| XYZ | 5.25 | 4.09 | 1 | - |
| YUV | 55.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 45 | 16 | 0 | 0.50 | 0.82 | 0.65 | 23.51 | 0.7 | 0.21 |
| Hex | 5A | 2D | 10 | 0 | 32 | 52 | 41 | 18 | 46 | 15 |
| Octal | 132 | 55 | 20 | 0 | 62 | 122 | 101 | 30 | 106 | 25 |
| Binary | 1011010 | 101101 | 10000 | 0 | 110010 | 1010010 | 1000001 | 11000 | 1000110 | 10101 |
Color Harmonies of #5A2D10
Complementary color
Monochromatic Colors of #5A2D10
Black with #5A2D10
Text Example
Text Example
White with #5A2D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2D10; }
p { color: rgb(90,45,16); }
H1.HeaderClassName
{
color: #5A2D10;
}
.AnyTagClassName
{
color: #5A2D10;
}
</style>
background-color css
<style>
a { background-color: #5A2D10; }
a { background-color: rgb(90,45,16); }
div.DivClassName
{
background-color: #5A2D10;
}
.BgClassName
{
background-color: #5A2D10;
}
</style>
border-color css
<style>
span { border-color: #5A2D10; }
span { border-color: rgb(90,45,16); }
td.TdClassName
{
border-color: #5A2D10;
}
.TagClassName
{
border-color: #5A2D10;
}
</style>