Shades of Baker's Chocolate #582009
Tints of Baker's Chocolate #582009
RGB
CMYK
RGB Variations
Color information
#582009 (or 0x582009) is known color: Baker's Chocolate. HEX triplet: 58, 20 and 09. RGB value is (88,32,9). Sum of RGB (Red+Green+Blue) = 88+32+9=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #582009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582009 is #A7DFF6. Grayscale: #2E2E2E. Windows color (decimal): -11001847 or 598104. OLE color: 598104.
HSL color Cylindrical-coordinate representation of color #582009: hue angle of 17.47º degrees, saturation: 0.81, 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 #582009 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 32 | 9 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.65 |
| HSL | 17.47º | 0.81% | 0.19% | - |
| HSV(B) | 17.47º | 0.9% | 0.35% | - |
| XYZ | 4.59 | 3.13 | 0.62 | - |
| YUV | 46.12 | 107.05 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 32 | 9 | 0 | 0.64 | 0.90 | 0.65 | 17.47 | 0.81 | 0.19 |
| Hex | 58 | 20 | 9 | 0 | 40 | 5A | 41 | 11 | 51 | 13 |
| Octal | 130 | 40 | 11 | 0 | 100 | 132 | 101 | 21 | 121 | 23 |
| Binary | 1011000 | 100000 | 1001 | 0 | 1000000 | 1011010 | 1000001 | 10001 | 1010001 | 10011 |
Color Harmonies of #582009
Complementary color
Monochromatic Colors of #582009
Black with #582009
Text Example
Text Example
White with #582009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582009; }
p { color: rgb(88,32,9); }
H1.HeaderClassName
{
color: #582009;
}
.AnyTagClassName
{
color: #582009;
}
</style>
background-color css
<style>
a { background-color: #582009; }
a { background-color: rgb(88,32,9); }
div.DivClassName
{
background-color: #582009;
}
.BgClassName
{
background-color: #582009;
}
</style>
border-color css
<style>
span { border-color: #582009; }
span { border-color: rgb(88,32,9); }
td.TdClassName
{
border-color: #582009;
}
.TagClassName
{
border-color: #582009;
}
</style>