Shades of Baker's Chocolate #5A2609
Tints of Baker's Chocolate #5A2609
RGB
CMYK
RGB Variations
Color information
#5A2609 (or 0x5A2609) is known color: Baker's Chocolate. HEX triplet: 5A, 26 and 09. RGB value is (90,38,9). Sum of RGB (Red+Green+Blue) = 90+38+9=137 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.69% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2609 is #A5D9F6. Grayscale: #323232. Windows color (decimal): -10869239 or 599642. OLE color: 599642.
HSL color Cylindrical-coordinate representation of color #5A2609: hue angle of 21.48º 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 #5A2609 is Cyan = 0, Magento = 0.58, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 38 | 9 | - |
| CMYK | 0 | 0.58 | 0.9 | 0.65 |
| HSL | 21.48º | 0.82% | 0.19% | - |
| HSV(B) | 21.48º | 0.9% | 0.35% | - |
| XYZ | 4.96 | 3.58 | 0.69 | - |
| YUV | 50.24 | 104.73 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 38 | 9 | 0 | 0.58 | 0.9 | 0.65 | 21.48 | 0.82 | 0.19 |
| Hex | 5A | 26 | 9 | 0 | 3A | 5A | 41 | 15 | 52 | 13 |
| Octal | 132 | 46 | 11 | 0 | 72 | 132 | 101 | 25 | 122 | 23 |
| Binary | 1011010 | 100110 | 1001 | 0 | 111010 | 1011010 | 1000001 | 10101 | 1010010 | 10011 |
Color Harmonies of #5A2609
Complementary color
Monochromatic Colors of #5A2609
Black with #5A2609
Text Example
Text Example
White with #5A2609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2609; }
p { color: rgb(90,38,9); }
H1.HeaderClassName
{
color: #5A2609;
}
.AnyTagClassName
{
color: #5A2609;
}
</style>
background-color css
<style>
a { background-color: #5A2609; }
a { background-color: rgb(90,38,9); }
div.DivClassName
{
background-color: #5A2609;
}
.BgClassName
{
background-color: #5A2609;
}
</style>
border-color css
<style>
span { border-color: #5A2609; }
span { border-color: rgb(90,38,9); }
td.TdClassName
{
border-color: #5A2609;
}
.TagClassName
{
border-color: #5A2609;
}
</style>