Shades of Baker's Chocolate #582913
Tints of Baker's Chocolate #582913
RGB
CMYK
RGB Variations
Color information
#582913 (or 0x582913) is known color: Baker's Chocolate. HEX triplet: 58, 29 and 13. RGB value is (88,41,19). Sum of RGB (Red+Green+Blue) = 88+41+19=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #582913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582913 is #A7D6EC. Grayscale: #343434. Windows color (decimal): -10999533 or 1255768. OLE color: 1255768.
HSL color Cylindrical-coordinate representation of color #582913: hue angle of 19.13º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #582913 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 41 | 19 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.65 |
| HSL | 19.13º | 0.64% | 0.21% | - |
| HSV(B) | 19.13º | 0.78% | 0.35% | - |
| XYZ | 4.93 | 3.71 | 1.07 | - |
| YUV | 52.55 | 109.07 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 19 | 0 | 0.53 | 0.78 | 0.65 | 19.13 | 0.64 | 0.21 |
| Hex | 58 | 29 | 13 | 0 | 35 | 4E | 41 | 13 | 40 | 15 |
| Octal | 130 | 51 | 23 | 0 | 65 | 116 | 101 | 23 | 100 | 25 |
| Binary | 1011000 | 101001 | 10011 | 0 | 110101 | 1001110 | 1000001 | 10011 | 1000000 | 10101 |
Color Harmonies of #582913
Complementary color
Monochromatic Colors of #582913
Black with #582913
Text Example
Text Example
White with #582913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582913; }
p { color: rgb(88,41,19); }
H1.HeaderClassName
{
color: #582913;
}
.AnyTagClassName
{
color: #582913;
}
</style>
background-color css
<style>
a { background-color: #582913; }
a { background-color: rgb(88,41,19); }
div.DivClassName
{
background-color: #582913;
}
.BgClassName
{
background-color: #582913;
}
</style>
border-color css
<style>
span { border-color: #582913; }
span { border-color: rgb(88,41,19); }
td.TdClassName
{
border-color: #582913;
}
.TagClassName
{
border-color: #582913;
}
</style>