Shades of Baker's Chocolate #582D0B
Tints of Baker's Chocolate #582D0B
RGB
CMYK
RGB Variations
Color information
#582D0B (or 0x582D0B) is known color: Baker's Chocolate. HEX triplet: 58, 2D and 0B. RGB value is (88,45,11). Sum of RGB (Red+Green+Blue) = 88+45+11=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #582D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582D0B is #A7D2F4. Grayscale: #363636. Windows color (decimal): -10998517 or 732504. OLE color: 732504.
HSL color Cylindrical-coordinate representation of color #582D0B: hue angle of 26.49º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #582D0B is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 45 | 11 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.65 |
| HSL | 26.49º | 0.78% | 0.19% | - |
| HSV(B) | 26.49º | 0.88% | 0.35% | - |
| XYZ | 5.02 | 3.98 | 0.82 | - |
| YUV | 53.98 | 103.75 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 11 | 0 | 0.49 | 0.88 | 0.65 | 26.49 | 0.78 | 0.19 |
| Hex | 58 | 2D | B | 0 | 31 | 58 | 41 | 1A | 4E | 13 |
| Octal | 130 | 55 | 13 | 0 | 61 | 130 | 101 | 32 | 116 | 23 |
| Binary | 1011000 | 101101 | 1011 | 0 | 110001 | 1011000 | 1000001 | 11010 | 1001110 | 10011 |
Color Harmonies of #582D0B
Complementary color
Monochromatic Colors of #582D0B
Black with #582D0B
Text Example
Text Example
White with #582D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D0B; }
p { color: rgb(88,45,11); }
H1.HeaderClassName
{
color: #582D0B;
}
.AnyTagClassName
{
color: #582D0B;
}
</style>
background-color css
<style>
a { background-color: #582D0B; }
a { background-color: rgb(88,45,11); }
div.DivClassName
{
background-color: #582D0B;
}
.BgClassName
{
background-color: #582D0B;
}
</style>
border-color css
<style>
span { border-color: #582D0B; }
span { border-color: rgb(88,45,11); }
td.TdClassName
{
border-color: #582D0B;
}
.TagClassName
{
border-color: #582D0B;
}
</style>