Shades of Baker's Chocolate #582C07
Tints of Baker's Chocolate #582C07
RGB
CMYK
RGB Variations
Color information
#582C07 (or 0x582C07) is known color: Baker's Chocolate. HEX triplet: 58, 2C and 07. RGB value is (88,44,7). Sum of RGB (Red+Green+Blue) = 88+44+7=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #582C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582C07 is #A7D3F8. Grayscale: #353535. Windows color (decimal): -10998777 or 470104. OLE color: 470104.
HSL color Cylindrical-coordinate representation of color #582C07: hue angle of 27.41º 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 #582C07 is Cyan = 0, Magento = 0.5, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 44 | 7 | - |
| CMYK | 0 | 0.5 | 0.92 | 0.65 |
| HSL | 27.41º | 0.85% | 0.19% | - |
| HSV(B) | 27.41º | 0.92% | 0.35% | - |
| XYZ | 4.96 | 3.89 | 0.69 | - |
| YUV | 52.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 7 | 0 | 0.5 | 0.92 | 0.65 | 27.41 | 0.85 | 0.19 |
| Hex | 58 | 2C | 7 | 0 | 32 | 5C | 41 | 1B | 55 | 13 |
| Octal | 130 | 54 | 7 | 0 | 62 | 134 | 101 | 33 | 125 | 23 |
| Binary | 1011000 | 101100 | 111 | 0 | 110010 | 1011100 | 1000001 | 11011 | 1010101 | 10011 |
Color Harmonies of #582C07
Complementary color
Monochromatic Colors of #582C07
Black with #582C07
Text Example
Text Example
White with #582C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582C07; }
p { color: rgb(88,44,7); }
H1.HeaderClassName
{
color: #582C07;
}
.AnyTagClassName
{
color: #582C07;
}
</style>
background-color css
<style>
a { background-color: #582C07; }
a { background-color: rgb(88,44,7); }
div.DivClassName
{
background-color: #582C07;
}
.BgClassName
{
background-color: #582C07;
}
</style>
border-color css
<style>
span { border-color: #582C07; }
span { border-color: rgb(88,44,7); }
td.TdClassName
{
border-color: #582C07;
}
.TagClassName
{
border-color: #582C07;
}
</style>