Shades of Baker's Chocolate #582A09
Tints of Baker's Chocolate #582A09
RGB
CMYK
RGB Variations
Color information
#582A09 (or 0x582A09) is known color: Baker's Chocolate. HEX triplet: 58, 2A and 09. RGB value is (88,42,9). Sum of RGB (Red+Green+Blue) = 88+42+9=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #582A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582A09 is #A7D5F6. Grayscale: #343434. Windows color (decimal): -10999287 or 600664. OLE color: 600664.
HSL color Cylindrical-coordinate representation of color #582A09: hue angle of 25.06º 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 #582A09 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 9 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.65 |
| HSL | 25.06º | 0.81% | 0.19% | - |
| HSV(B) | 25.06º | 0.9% | 0.35% | - |
| XYZ | 4.9 | 3.75 | 0.72 | - |
| YUV | 51.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 9 | 0 | 0.52 | 0.90 | 0.65 | 25.06 | 0.81 | 0.19 |
| Hex | 58 | 2A | 9 | 0 | 34 | 5A | 41 | 19 | 51 | 13 |
| Octal | 130 | 52 | 11 | 0 | 64 | 132 | 101 | 31 | 121 | 23 |
| Binary | 1011000 | 101010 | 1001 | 0 | 110100 | 1011010 | 1000001 | 11001 | 1010001 | 10011 |
Color Harmonies of #582A09
Complementary color
Monochromatic Colors of #582A09
Black with #582A09
Text Example
Text Example
White with #582A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A09; }
p { color: rgb(88,42,9); }
H1.HeaderClassName
{
color: #582A09;
}
.AnyTagClassName
{
color: #582A09;
}
</style>
background-color css
<style>
a { background-color: #582A09; }
a { background-color: rgb(88,42,9); }
div.DivClassName
{
background-color: #582A09;
}
.BgClassName
{
background-color: #582A09;
}
</style>
border-color css
<style>
span { border-color: #582A09; }
span { border-color: rgb(88,42,9); }
td.TdClassName
{
border-color: #582A09;
}
.TagClassName
{
border-color: #582A09;
}
</style>