Shades of Baker's Chocolate #582909
Tints of Baker's Chocolate #582909
RGB
CMYK
RGB Variations
Color information
#582909 (or 0x582909) is known color: Baker's Chocolate. HEX triplet: 58, 29 and 09. RGB value is (88,41,9). Sum of RGB (Red+Green+Blue) = 88+41+9=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #582909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582909 is #A7D6F6. Grayscale: #333333. Windows color (decimal): -10999543 or 600408. OLE color: 600408.
HSL color Cylindrical-coordinate representation of color #582909: hue angle of 24.3º 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 #582909 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 41 | 9 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.65 |
| HSL | 24.3º | 0.81% | 0.19% | - |
| HSV(B) | 24.3º | 0.9% | 0.35% | - |
| XYZ | 4.87 | 3.68 | 0.71 | - |
| YUV | 51.41 | 104.07 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 9 | 0 | 0.53 | 0.90 | 0.65 | 24.3 | 0.81 | 0.19 |
| Hex | 58 | 29 | 9 | 0 | 35 | 5A | 41 | 18 | 51 | 13 |
| Octal | 130 | 51 | 11 | 0 | 65 | 132 | 101 | 30 | 121 | 23 |
| Binary | 1011000 | 101001 | 1001 | 0 | 110101 | 1011010 | 1000001 | 11000 | 1010001 | 10011 |
Color Harmonies of #582909
Complementary color
Monochromatic Colors of #582909
Black with #582909
Text Example
Text Example
White with #582909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582909; }
p { color: rgb(88,41,9); }
H1.HeaderClassName
{
color: #582909;
}
.AnyTagClassName
{
color: #582909;
}
</style>
background-color css
<style>
a { background-color: #582909; }
a { background-color: rgb(88,41,9); }
div.DivClassName
{
background-color: #582909;
}
.BgClassName
{
background-color: #582909;
}
</style>
border-color css
<style>
span { border-color: #582909; }
span { border-color: rgb(88,41,9); }
td.TdClassName
{
border-color: #582909;
}
.TagClassName
{
border-color: #582909;
}
</style>