Shades of Baker's Chocolate #582C08
Tints of Baker's Chocolate #582C08
RGB
CMYK
RGB Variations
Color information
#582C08 (or 0x582C08) is known color: Baker's Chocolate. HEX triplet: 58, 2C and 08. RGB value is (88,44,8). Sum of RGB (Red+Green+Blue) = 88+44+8=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #582C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582C08 is #A7D3F7. Grayscale: #353535. Windows color (decimal): -10998776 or 535640. OLE color: 535640.
HSL color Cylindrical-coordinate representation of color #582C08: hue angle of 27º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #582C08 is Cyan = 0, Magento = 0.5, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 44 | 8 | - |
| CMYK | 0 | 0.5 | 0.91 | 0.65 |
| HSL | 27º | 0.83% | 0.19% | - |
| HSV(B) | 27º | 0.91% | 0.35% | - |
| XYZ | 4.97 | 3.89 | 0.72 | - |
| YUV | 53.05 | 102.58 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 8 | 0 | 0.5 | 0.91 | 0.65 | 27 | 0.83 | 0.19 |
| Hex | 58 | 2C | 8 | 0 | 32 | 5B | 41 | 1B | 53 | 13 |
| Octal | 130 | 54 | 10 | 0 | 62 | 133 | 101 | 33 | 123 | 23 |
| Binary | 1011000 | 101100 | 1000 | 0 | 110010 | 1011011 | 1000001 | 11011 | 1010011 | 10011 |
Color Harmonies of #582C08
Complementary color
Monochromatic Colors of #582C08
Black with #582C08
Text Example
Text Example
White with #582C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582C08; }
p { color: rgb(88,44,8); }
H1.HeaderClassName
{
color: #582C08;
}
.AnyTagClassName
{
color: #582C08;
}
</style>
background-color css
<style>
a { background-color: #582C08; }
a { background-color: rgb(88,44,8); }
div.DivClassName
{
background-color: #582C08;
}
.BgClassName
{
background-color: #582C08;
}
</style>
border-color css
<style>
span { border-color: #582C08; }
span { border-color: rgb(88,44,8); }
td.TdClassName
{
border-color: #582C08;
}
.TagClassName
{
border-color: #582C08;
}
</style>