Shades of Baker's Chocolate #5A2009
Tints of Baker's Chocolate #5A2009
RGB
CMYK
RGB Variations
Color information
#5A2009 (or 0x5A2009) is known color: Baker's Chocolate. HEX triplet: 5A, 20 and 09. RGB value is (90,32,9). Sum of RGB (Red+Green+Blue) = 90+32+9=131 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.70% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2009 is #A5DFF6. Grayscale: #2E2E2E. Windows color (decimal): -10870775 or 598106. OLE color: 598106.
HSL color Cylindrical-coordinate representation of color #5A2009: hue angle of 17.04º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A2009 is Cyan = 0, Magento = 0.64, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 32 | 9 | - |
| CMYK | 0 | 0.64 | 0.9 | 0.65 |
| HSL | 17.04º | 0.82% | 0.19% | - |
| HSV(B) | 17.04º | 0.9% | 0.35% | - |
| XYZ | 4.78 | 3.23 | 0.63 | - |
| YUV | 46.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 32 | 9 | 0 | 0.64 | 0.9 | 0.65 | 17.04 | 0.82 | 0.19 |
| Hex | 5A | 20 | 9 | 0 | 40 | 5A | 41 | 11 | 52 | 13 |
| Octal | 132 | 40 | 11 | 0 | 100 | 132 | 101 | 21 | 122 | 23 |
| Binary | 1011010 | 100000 | 1001 | 0 | 1000000 | 1011010 | 1000001 | 10001 | 1010010 | 10011 |
Color Harmonies of #5A2009
Complementary color
Monochromatic Colors of #5A2009
Black with #5A2009
Text Example
Text Example
White with #5A2009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2009; }
p { color: rgb(90,32,9); }
H1.HeaderClassName
{
color: #5A2009;
}
.AnyTagClassName
{
color: #5A2009;
}
</style>
background-color css
<style>
a { background-color: #5A2009; }
a { background-color: rgb(90,32,9); }
div.DivClassName
{
background-color: #5A2009;
}
.BgClassName
{
background-color: #5A2009;
}
</style>
border-color css
<style>
span { border-color: #5A2009; }
span { border-color: rgb(90,32,9); }
td.TdClassName
{
border-color: #5A2009;
}
.TagClassName
{
border-color: #5A2009;
}
</style>