Shades of Baker's Chocolate #582D05
Tints of Baker's Chocolate #582D05
RGB
CMYK
RGB Variations
Color information
#582D05 (or 0x582D05) is known color: Baker's Chocolate. HEX triplet: 58, 2D and 05. RGB value is (88,45,5). Sum of RGB (Red+Green+Blue) = 88+45+5=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #582D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582D05 is #A7D2FA. Grayscale: #353535. Windows color (decimal): -10998523 or 339288. OLE color: 339288.
HSL color Cylindrical-coordinate representation of color #582D05: hue angle of 28.92º 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 #582D05 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 45 | 5 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.65 |
| HSL | 28.92º | 0.89% | 0.18% | - |
| HSV(B) | 28.92º | 0.94% | 0.35% | - |
| XYZ | 4.99 | 3.96 | 0.65 | - |
| YUV | 53.3 | 100.75 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 5 | 0 | 0.49 | 0.94 | 0.65 | 28.92 | 0.89 | 0.18 |
| Hex | 58 | 2D | 5 | 0 | 31 | 5E | 41 | 1D | 59 | 12 |
| Octal | 130 | 55 | 5 | 0 | 61 | 136 | 101 | 35 | 131 | 22 |
| Binary | 1011000 | 101101 | 101 | 0 | 110001 | 1011110 | 1000001 | 11101 | 1011001 | 10010 |
Color Harmonies of #582D05
Complementary color
Monochromatic Colors of #582D05
Black with #582D05
Text Example
Text Example
White with #582D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D05; }
p { color: rgb(88,45,5); }
H1.HeaderClassName
{
color: #582D05;
}
.AnyTagClassName
{
color: #582D05;
}
</style>
background-color css
<style>
a { background-color: #582D05; }
a { background-color: rgb(88,45,5); }
div.DivClassName
{
background-color: #582D05;
}
.BgClassName
{
background-color: #582D05;
}
</style>
border-color css
<style>
span { border-color: #582D05; }
span { border-color: rgb(88,45,5); }
td.TdClassName
{
border-color: #582D05;
}
.TagClassName
{
border-color: #582D05;
}
</style>