Shades of Baker's Chocolate #582A04
Tints of Baker's Chocolate #582A04
RGB
CMYK
RGB Variations
Color information
#582A04 (or 0x582A04) is known color: Baker's Chocolate. HEX triplet: 58, 2A and 04. RGB value is (88,42,4). Sum of RGB (Red+Green+Blue) = 88+42+4=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #582A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582A04 is #A7D5FB. Grayscale: #333333. Windows color (decimal): -10999292 or 272984. OLE color: 272984.
HSL color Cylindrical-coordinate representation of color #582A04: hue angle of 27.14º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #582A04 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 4 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.65 |
| HSL | 27.14º | 0.91% | 0.18% | - |
| HSV(B) | 27.14º | 0.95% | 0.35% | - |
| XYZ | 4.87 | 3.74 | 0.58 | - |
| YUV | 51.42 | 101.24 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 4 | 0 | 0.52 | 0.95 | 0.65 | 27.14 | 0.91 | 0.18 |
| Hex | 58 | 2A | 4 | 0 | 34 | 5F | 41 | 1B | 5B | 12 |
| Octal | 130 | 52 | 4 | 0 | 64 | 137 | 101 | 33 | 133 | 22 |
| Binary | 1011000 | 101010 | 100 | 0 | 110100 | 1011111 | 1000001 | 11011 | 1011011 | 10010 |
Color Harmonies of #582A04
Complementary color
Monochromatic Colors of #582A04
Black with #582A04
Text Example
Text Example
White with #582A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A04; }
p { color: rgb(88,42,4); }
H1.HeaderClassName
{
color: #582A04;
}
.AnyTagClassName
{
color: #582A04;
}
</style>
background-color css
<style>
a { background-color: #582A04; }
a { background-color: rgb(88,42,4); }
div.DivClassName
{
background-color: #582A04;
}
.BgClassName
{
background-color: #582A04;
}
</style>
border-color css
<style>
span { border-color: #582A04; }
span { border-color: rgb(88,42,4); }
td.TdClassName
{
border-color: #582A04;
}
.TagClassName
{
border-color: #582A04;
}
</style>