Shades of Baker's Chocolate #582D10
Tints of Baker's Chocolate #582D10
RGB
CMYK
RGB Variations
Color information
#582D10 (or 0x582D10) is known color: Baker's Chocolate. HEX triplet: 58, 2D and 10. RGB value is (88,45,16). Sum of RGB (Red+Green+Blue) = 88+45+16=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #582D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582D10 is #A7D2EF. Grayscale: #363636. Windows color (decimal): -10998512 or 1060184. OLE color: 1060184.
HSL color Cylindrical-coordinate representation of color #582D10: hue angle of 24.17º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #582D10 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 45 | 16 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.65 |
| HSL | 24.17º | 0.69% | 0.2% | - |
| HSV(B) | 24.17º | 0.82% | 0.35% | - |
| XYZ | 5.06 | 3.99 | 0.99 | - |
| YUV | 54.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 16 | 0 | 0.49 | 0.82 | 0.65 | 24.17 | 0.69 | 0.2 |
| Hex | 58 | 2D | 10 | 0 | 31 | 52 | 41 | 18 | 45 | 14 |
| Octal | 130 | 55 | 20 | 0 | 61 | 122 | 101 | 30 | 105 | 24 |
| Binary | 1011000 | 101101 | 10000 | 0 | 110001 | 1010010 | 1000001 | 11000 | 1000101 | 10100 |
Color Harmonies of #582D10
Complementary color
Monochromatic Colors of #582D10
Black with #582D10
Text Example
Text Example
White with #582D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D10; }
p { color: rgb(88,45,16); }
H1.HeaderClassName
{
color: #582D10;
}
.AnyTagClassName
{
color: #582D10;
}
</style>
background-color css
<style>
a { background-color: #582D10; }
a { background-color: rgb(88,45,16); }
div.DivClassName
{
background-color: #582D10;
}
.BgClassName
{
background-color: #582D10;
}
</style>
border-color css
<style>
span { border-color: #582D10; }
span { border-color: rgb(88,45,16); }
td.TdClassName
{
border-color: #582D10;
}
.TagClassName
{
border-color: #582D10;
}
</style>