Shades of Baker's Chocolate #582305
Tints of Baker's Chocolate #582305
RGB
CMYK
RGB Variations
Color information
#582305 (or 0x582305) is known color: Baker's Chocolate. HEX triplet: 58, 23 and 05. RGB value is (88,35,5). Sum of RGB (Red+Green+Blue) = 88+35+5=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #582305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582305 is #A7DCFA. Grayscale: #2F2F2F. Windows color (decimal): -11001083 or 336728. OLE color: 336728.
HSL color Cylindrical-coordinate representation of color #582305: hue angle of 21.69º 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 #582305 is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 35 | 5 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.65 |
| HSL | 21.69º | 0.89% | 0.18% | - |
| HSV(B) | 21.69º | 0.94% | 0.35% | - |
| XYZ | 4.65 | 3.29 | 0.53 | - |
| YUV | 47.43 | 104.06 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 35 | 5 | 0 | 0.60 | 0.94 | 0.65 | 21.69 | 0.89 | 0.18 |
| Hex | 58 | 23 | 5 | 0 | 3C | 5E | 41 | 16 | 59 | 12 |
| Octal | 130 | 43 | 5 | 0 | 74 | 136 | 101 | 26 | 131 | 22 |
| Binary | 1011000 | 100011 | 101 | 0 | 111100 | 1011110 | 1000001 | 10110 | 1011001 | 10010 |
Color Harmonies of #582305
Complementary color
Monochromatic Colors of #582305
Black with #582305
Text Example
Text Example
White with #582305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582305; }
p { color: rgb(88,35,5); }
H1.HeaderClassName
{
color: #582305;
}
.AnyTagClassName
{
color: #582305;
}
</style>
background-color css
<style>
a { background-color: #582305; }
a { background-color: rgb(88,35,5); }
div.DivClassName
{
background-color: #582305;
}
.BgClassName
{
background-color: #582305;
}
</style>
border-color css
<style>
span { border-color: #582305; }
span { border-color: rgb(88,35,5); }
td.TdClassName
{
border-color: #582305;
}
.TagClassName
{
border-color: #582305;
}
</style>