Shades of Baker's Chocolate #582D07
Tints of Baker's Chocolate #582D07
RGB
CMYK
RGB Variations
Color information
#582D07 (or 0x582D07) is known color: Baker's Chocolate. HEX triplet: 58, 2D and 07. RGB value is (88,45,7). Sum of RGB (Red+Green+Blue) = 88+45+7=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #582D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582D07 is #A7D2F8. Grayscale: #353535. Windows color (decimal): -10998521 or 470360. OLE color: 470360.
HSL color Cylindrical-coordinate representation of color #582D07: hue angle of 28.15º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #582D07 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 45 | 7 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.65 |
| HSL | 28.15º | 0.85% | 0.19% | - |
| HSV(B) | 28.15º | 0.92% | 0.35% | - |
| XYZ | 5 | 3.97 | 0.7 | - |
| YUV | 53.53 | 101.75 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 7 | 0 | 0.49 | 0.92 | 0.65 | 28.15 | 0.85 | 0.19 |
| Hex | 58 | 2D | 7 | 0 | 31 | 5C | 41 | 1C | 55 | 13 |
| Octal | 130 | 55 | 7 | 0 | 61 | 134 | 101 | 34 | 125 | 23 |
| Binary | 1011000 | 101101 | 111 | 0 | 110001 | 1011100 | 1000001 | 11100 | 1010101 | 10011 |
Color Harmonies of #582D07
Complementary color
Monochromatic Colors of #582D07
Black with #582D07
Text Example
Text Example
White with #582D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D07; }
p { color: rgb(88,45,7); }
H1.HeaderClassName
{
color: #582D07;
}
.AnyTagClassName
{
color: #582D07;
}
</style>
background-color css
<style>
a { background-color: #582D07; }
a { background-color: rgb(88,45,7); }
div.DivClassName
{
background-color: #582D07;
}
.BgClassName
{
background-color: #582D07;
}
</style>
border-color css
<style>
span { border-color: #582D07; }
span { border-color: rgb(88,45,7); }
td.TdClassName
{
border-color: #582D07;
}
.TagClassName
{
border-color: #582D07;
}
</style>