Shades of Baker's Chocolate #582C05
Tints of Baker's Chocolate #582C05
RGB
CMYK
RGB Variations
Color information
#582C05 (or 0x582C05) is known color: Baker's Chocolate. HEX triplet: 58, 2C and 05. RGB value is (88,44,5). Sum of RGB (Red+Green+Blue) = 88+44+5=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #582C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582C05 is #A7D3FA. Grayscale: #343434. Windows color (decimal): -10998779 or 339032. OLE color: 339032.
HSL color Cylindrical-coordinate representation of color #582C05: hue angle of 28.19º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #582C05 is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 44 | 5 | - |
| CMYK | 0 | 0.5 | 0.94 | 0.65 |
| HSL | 28.19º | 0.89% | 0.18% | - |
| HSV(B) | 28.19º | 0.94% | 0.35% | - |
| XYZ | 4.95 | 3.89 | 0.63 | - |
| YUV | 52.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 5 | 0 | 0.5 | 0.94 | 0.65 | 28.19 | 0.89 | 0.18 |
| Hex | 58 | 2C | 5 | 0 | 32 | 5E | 41 | 1C | 59 | 12 |
| Octal | 130 | 54 | 5 | 0 | 62 | 136 | 101 | 34 | 131 | 22 |
| Binary | 1011000 | 101100 | 101 | 0 | 110010 | 1011110 | 1000001 | 11100 | 1011001 | 10010 |
Color Harmonies of #582C05
Complementary color
Monochromatic Colors of #582C05
Black with #582C05
Text Example
Text Example
White with #582C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582C05; }
p { color: rgb(88,44,5); }
H1.HeaderClassName
{
color: #582C05;
}
.AnyTagClassName
{
color: #582C05;
}
</style>
background-color css
<style>
a { background-color: #582C05; }
a { background-color: rgb(88,44,5); }
div.DivClassName
{
background-color: #582C05;
}
.BgClassName
{
background-color: #582C05;
}
</style>
border-color css
<style>
span { border-color: #582C05; }
span { border-color: rgb(88,44,5); }
td.TdClassName
{
border-color: #582C05;
}
.TagClassName
{
border-color: #582C05;
}
</style>