Shades of Baker's Chocolate #582A00
Tints of Baker's Chocolate #582A00
RGB
CMYK
RGB Variations
Color information
#582A00 (or 0x582A00) is known color: Baker's Chocolate. HEX triplet: 58, 2A and 00. RGB value is (88,42,0). Sum of RGB (Red+Green+Blue) = 88+42+0=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #582A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582A00 is #A7D5FF. Grayscale: #333333. Windows color (decimal): -10999296 or 10840. OLE color: 10840.
HSL color Cylindrical-coordinate representation of color #582A00: hue angle of 28.64º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #582A00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.65 |
| HSL | 28.64º | 1% | 0.17% | - |
| HSV(B) | 28.64º | 1% | 0.35% | - |
| XYZ | 4.85 | 3.73 | 0.46 | - |
| YUV | 50.97 | 99.24 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 0 | 0 | 0.52 | 1 | 0.65 | 28.64 | 1 | 0.17 |
| Hex | 58 | 2A | 0 | 0 | 34 | 64 | 41 | 1D | 64 | 11 |
| Octal | 130 | 52 | 0 | 0 | 64 | 144 | 101 | 35 | 144 | 21 |
| Binary | 1011000 | 101010 | 0 | 0 | 110100 | 1100100 | 1000001 | 11101 | 1100100 | 10001 |
Color Harmonies of #582A00
Complementary color
Monochromatic Colors of #582A00
Black with #582A00
Text Example
Text Example
White with #582A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A00; }
p { color: rgb(88,42,0); }
H1.HeaderClassName
{
color: #582A00;
}
.AnyTagClassName
{
color: #582A00;
}
</style>
background-color css
<style>
a { background-color: #582A00; }
a { background-color: rgb(88,42,0); }
div.DivClassName
{
background-color: #582A00;
}
.BgClassName
{
background-color: #582A00;
}
</style>
border-color css
<style>
span { border-color: #582A00; }
span { border-color: rgb(88,42,0); }
td.TdClassName
{
border-color: #582A00;
}
.TagClassName
{
border-color: #582A00;
}
</style>