Shades of Baker's Chocolate #5A2008
Tints of Baker's Chocolate #5A2008
RGB
CMYK
RGB Variations
Color information
#5A2008 (or 0x5A2008) is known color: Baker's Chocolate. HEX triplet: 5A, 20 and 08. RGB value is (90,32,8). Sum of RGB (Red+Green+Blue) = 90+32+8=130 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.23% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2008 is #A5DFF7. Grayscale: #2E2E2E. Windows color (decimal): -10870776 or 532570. OLE color: 532570.
HSL color Cylindrical-coordinate representation of color #5A2008: hue angle of 17.56º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A2008 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 32 | 8 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.65 |
| HSL | 17.56º | 0.84% | 0.19% | - |
| HSV(B) | 17.56º | 0.91% | 0.35% | - |
| XYZ | 4.78 | 3.22 | 0.6 | - |
| YUV | 46.61 | 106.22 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 32 | 8 | 0 | 0.64 | 0.91 | 0.65 | 17.56 | 0.84 | 0.19 |
| Hex | 5A | 20 | 8 | 0 | 40 | 5B | 41 | 12 | 54 | 13 |
| Octal | 132 | 40 | 10 | 0 | 100 | 133 | 101 | 22 | 124 | 23 |
| Binary | 1011010 | 100000 | 1000 | 0 | 1000000 | 1011011 | 1000001 | 10010 | 1010100 | 10011 |
Color Harmonies of #5A2008
Complementary color
Monochromatic Colors of #5A2008
Black with #5A2008
Text Example
Text Example
White with #5A2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2008; }
p { color: rgb(90,32,8); }
H1.HeaderClassName
{
color: #5A2008;
}
.AnyTagClassName
{
color: #5A2008;
}
</style>
background-color css
<style>
a { background-color: #5A2008; }
a { background-color: rgb(90,32,8); }
div.DivClassName
{
background-color: #5A2008;
}
.BgClassName
{
background-color: #5A2008;
}
</style>
border-color css
<style>
span { border-color: #5A2008; }
span { border-color: rgb(90,32,8); }
td.TdClassName
{
border-color: #5A2008;
}
.TagClassName
{
border-color: #5A2008;
}
</style>