Shades of Baker's Chocolate #582A13
Tints of Baker's Chocolate #582A13
RGB
CMYK
RGB Variations
Color information
#582A13 (or 0x582A13) is known color: Baker's Chocolate. HEX triplet: 58, 2A and 13. RGB value is (88,42,19). Sum of RGB (Red+Green+Blue) = 88+42+19=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #582A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582A13 is #A7D5EC. Grayscale: #353535. Windows color (decimal): -10999277 or 1256024. OLE color: 1256024.
HSL color Cylindrical-coordinate representation of color #582A13: hue angle of 20º 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 #582A13 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 19 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.65 |
| HSL | 20º | 0.64% | 0.21% | - |
| HSV(B) | 20º | 0.78% | 0.35% | - |
| XYZ | 4.97 | 3.78 | 1.08 | - |
| YUV | 53.13 | 108.74 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 19 | 0 | 0.52 | 0.78 | 0.65 | 20 | 0.64 | 0.21 |
| Hex | 58 | 2A | 13 | 0 | 34 | 4E | 41 | 14 | 40 | 15 |
| Octal | 130 | 52 | 23 | 0 | 64 | 116 | 101 | 24 | 100 | 25 |
| Binary | 1011000 | 101010 | 10011 | 0 | 110100 | 1001110 | 1000001 | 10100 | 1000000 | 10101 |
Color Harmonies of #582A13
Complementary color
Monochromatic Colors of #582A13
Black with #582A13
Text Example
Text Example
White with #582A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A13; }
p { color: rgb(88,42,19); }
H1.HeaderClassName
{
color: #582A13;
}
.AnyTagClassName
{
color: #582A13;
}
</style>
background-color css
<style>
a { background-color: #582A13; }
a { background-color: rgb(88,42,19); }
div.DivClassName
{
background-color: #582A13;
}
.BgClassName
{
background-color: #582A13;
}
</style>
border-color css
<style>
span { border-color: #582A13; }
span { border-color: rgb(88,42,19); }
td.TdClassName
{
border-color: #582A13;
}
.TagClassName
{
border-color: #582A13;
}
</style>