Shades of Baker's Chocolate #582805
Tints of Baker's Chocolate #582805
RGB
CMYK
RGB Variations
Color information
#582805 (or 0x582805) is known color: Baker's Chocolate. HEX triplet: 58, 28 and 05. RGB value is (88,40,5). Sum of RGB (Red+Green+Blue) = 88+40+5=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #582805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582805 is #A7D7FA. Grayscale: #323232. Windows color (decimal): -10999803 or 338008. OLE color: 338008.
HSL color Cylindrical-coordinate representation of color #582805: hue angle of 25.3º 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 #582805 is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 40 | 5 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.65 |
| HSL | 25.3º | 0.89% | 0.18% | - |
| HSV(B) | 25.3º | 0.94% | 0.35% | - |
| XYZ | 4.81 | 3.6 | 0.59 | - |
| YUV | 50.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 40 | 5 | 0 | 0.55 | 0.94 | 0.65 | 25.3 | 0.89 | 0.18 |
| Hex | 58 | 28 | 5 | 0 | 37 | 5E | 41 | 19 | 59 | 12 |
| Octal | 130 | 50 | 5 | 0 | 67 | 136 | 101 | 31 | 131 | 22 |
| Binary | 1011000 | 101000 | 101 | 0 | 110111 | 1011110 | 1000001 | 11001 | 1011001 | 10010 |
Color Harmonies of #582805
Complementary color
Monochromatic Colors of #582805
Black with #582805
Text Example
Text Example
White with #582805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582805; }
p { color: rgb(88,40,5); }
H1.HeaderClassName
{
color: #582805;
}
.AnyTagClassName
{
color: #582805;
}
</style>
background-color css
<style>
a { background-color: #582805; }
a { background-color: rgb(88,40,5); }
div.DivClassName
{
background-color: #582805;
}
.BgClassName
{
background-color: #582805;
}
</style>
border-color css
<style>
span { border-color: #582805; }
span { border-color: rgb(88,40,5); }
td.TdClassName
{
border-color: #582805;
}
.TagClassName
{
border-color: #582805;
}
</style>