Shades of Baker's Chocolate #582D0A
Tints of Baker's Chocolate #582D0A
RGB
CMYK
RGB Variations
Color information
#582D0A (or 0x582D0A) is known color: Baker's Chocolate. HEX triplet: 58, 2D and 0A. RGB value is (88,45,10). Sum of RGB (Red+Green+Blue) = 88+45+10=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #582D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582D0A is #A7D2F5. Grayscale: #363636. Windows color (decimal): -10998518 or 666968. OLE color: 666968.
HSL color Cylindrical-coordinate representation of color #582D0A: hue angle of 26.92º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #582D0A is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 45 | 10 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.65 |
| HSL | 26.92º | 0.8% | 0.19% | - |
| HSV(B) | 26.92º | 0.89% | 0.35% | - |
| XYZ | 5.02 | 3.97 | 0.79 | - |
| YUV | 53.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 10 | 0 | 0.49 | 0.89 | 0.65 | 26.92 | 0.8 | 0.19 |
| Hex | 58 | 2D | A | 0 | 31 | 59 | 41 | 1B | 50 | 13 |
| Octal | 130 | 55 | 12 | 0 | 61 | 131 | 101 | 33 | 120 | 23 |
| Binary | 1011000 | 101101 | 1010 | 0 | 110001 | 1011001 | 1000001 | 11011 | 1010000 | 10011 |
Color Harmonies of #582D0A
Complementary color
Monochromatic Colors of #582D0A
Black with #582D0A
Text Example
Text Example
White with #582D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D0A; }
p { color: rgb(88,45,10); }
H1.HeaderClassName
{
color: #582D0A;
}
.AnyTagClassName
{
color: #582D0A;
}
</style>
background-color css
<style>
a { background-color: #582D0A; }
a { background-color: rgb(88,45,10); }
div.DivClassName
{
background-color: #582D0A;
}
.BgClassName
{
background-color: #582D0A;
}
</style>
border-color css
<style>
span { border-color: #582D0A; }
span { border-color: rgb(88,45,10); }
td.TdClassName
{
border-color: #582D0A;
}
.TagClassName
{
border-color: #582D0A;
}
</style>