Shades of Baker's Chocolate #5A2510
Tints of Baker's Chocolate #5A2510
RGB
CMYK
RGB Variations
Color information
#5A2510 (or 0x5A2510) is known color: Baker's Chocolate. HEX triplet: 5A, 25 and 10. RGB value is (90,37,16). Sum of RGB (Red+Green+Blue) = 90+37+16=143 (18% of max value = 765). Red value is 90 (35.55% from 255 or 62.94% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2510 is #A5DAEF. Grayscale: #323232. Windows color (decimal): -10869488 or 1058138. OLE color: 1058138.
HSL color Cylindrical-coordinate representation of color #5A2510: hue angle of 17.03º 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 #5A2510 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 37 | 16 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.65 |
| HSL | 17.03º | 0.7% | 0.21% | - |
| HSV(B) | 17.03º | 0.82% | 0.35% | - |
| XYZ | 4.97 | 3.53 | 0.91 | - |
| YUV | 50.45 | 108.56 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 37 | 16 | 0 | 0.59 | 0.82 | 0.65 | 17.03 | 0.7 | 0.21 |
| Hex | 5A | 25 | 10 | 0 | 3B | 52 | 41 | 11 | 46 | 15 |
| Octal | 132 | 45 | 20 | 0 | 73 | 122 | 101 | 21 | 106 | 25 |
| Binary | 1011010 | 100101 | 10000 | 0 | 111011 | 1010010 | 1000001 | 10001 | 1000110 | 10101 |
Color Harmonies of #5A2510
Complementary color
Monochromatic Colors of #5A2510
Black with #5A2510
Text Example
Text Example
White with #5A2510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2510; }
p { color: rgb(90,37,16); }
H1.HeaderClassName
{
color: #5A2510;
}
.AnyTagClassName
{
color: #5A2510;
}
</style>
background-color css
<style>
a { background-color: #5A2510; }
a { background-color: rgb(90,37,16); }
div.DivClassName
{
background-color: #5A2510;
}
.BgClassName
{
background-color: #5A2510;
}
</style>
border-color css
<style>
span { border-color: #5A2510; }
span { border-color: rgb(90,37,16); }
td.TdClassName
{
border-color: #5A2510;
}
.TagClassName
{
border-color: #5A2510;
}
</style>