Shades of Baker's Chocolate #582A08
Tints of Baker's Chocolate #582A08
RGB
CMYK
RGB Variations
Color information
#582A08 (or 0x582A08) is known color: Baker's Chocolate. HEX triplet: 58, 2A and 08. RGB value is (88,42,8). Sum of RGB (Red+Green+Blue) = 88+42+8=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #582A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582A08 is #A7D5F7. Grayscale: #343434. Windows color (decimal): -10999288 or 535128. OLE color: 535128.
HSL color Cylindrical-coordinate representation of color #582A08: hue angle of 25.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #582A08 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 8 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.65 |
| HSL | 25.5º | 0.83% | 0.19% | - |
| HSV(B) | 25.5º | 0.91% | 0.35% | - |
| XYZ | 4.9 | 3.75 | 0.7 | - |
| YUV | 51.88 | 103.24 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 8 | 0 | 0.52 | 0.91 | 0.65 | 25.5 | 0.83 | 0.19 |
| Hex | 58 | 2A | 8 | 0 | 34 | 5B | 41 | 1A | 53 | 13 |
| Octal | 130 | 52 | 10 | 0 | 64 | 133 | 101 | 32 | 123 | 23 |
| Binary | 1011000 | 101010 | 1000 | 0 | 110100 | 1011011 | 1000001 | 11010 | 1010011 | 10011 |
Color Harmonies of #582A08
Complementary color
Monochromatic Colors of #582A08
Black with #582A08
Text Example
Text Example
White with #582A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A08; }
p { color: rgb(88,42,8); }
H1.HeaderClassName
{
color: #582A08;
}
.AnyTagClassName
{
color: #582A08;
}
</style>
background-color css
<style>
a { background-color: #582A08; }
a { background-color: rgb(88,42,8); }
div.DivClassName
{
background-color: #582A08;
}
.BgClassName
{
background-color: #582A08;
}
</style>
border-color css
<style>
span { border-color: #582A08; }
span { border-color: rgb(88,42,8); }
td.TdClassName
{
border-color: #582A08;
}
.TagClassName
{
border-color: #582A08;
}
</style>