Shades of Baker's Chocolate #582709
Tints of Baker's Chocolate #582709
RGB
CMYK
RGB Variations
Color information
#582709 (or 0x582709) is known color: Baker's Chocolate. HEX triplet: 58, 27 and 09. RGB value is (88,39,9). Sum of RGB (Red+Green+Blue) = 88+39+9=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #582709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582709 is #A7D8F6. Grayscale: #323232. Windows color (decimal): -11000055 or 599896. OLE color: 599896.
HSL color Cylindrical-coordinate representation of color #582709: hue angle of 22.78º 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 #582709 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 39 | 9 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.65 |
| HSL | 22.78º | 0.81% | 0.19% | - |
| HSV(B) | 22.78º | 0.9% | 0.35% | - |
| XYZ | 4.8 | 3.55 | 0.69 | - |
| YUV | 50.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 39 | 9 | 0 | 0.56 | 0.90 | 0.65 | 22.78 | 0.81 | 0.19 |
| Hex | 58 | 27 | 9 | 0 | 38 | 5A | 41 | 17 | 51 | 13 |
| Octal | 130 | 47 | 11 | 0 | 70 | 132 | 101 | 27 | 121 | 23 |
| Binary | 1011000 | 100111 | 1001 | 0 | 111000 | 1011010 | 1000001 | 10111 | 1010001 | 10011 |
Color Harmonies of #582709
Complementary color
Monochromatic Colors of #582709
Black with #582709
Text Example
Text Example
White with #582709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582709; }
p { color: rgb(88,39,9); }
H1.HeaderClassName
{
color: #582709;
}
.AnyTagClassName
{
color: #582709;
}
</style>
background-color css
<style>
a { background-color: #582709; }
a { background-color: rgb(88,39,9); }
div.DivClassName
{
background-color: #582709;
}
.BgClassName
{
background-color: #582709;
}
</style>
border-color css
<style>
span { border-color: #582709; }
span { border-color: rgb(88,39,9); }
td.TdClassName
{
border-color: #582709;
}
.TagClassName
{
border-color: #582709;
}
</style>