Shades of Baker's Chocolate #582A0D
Tints of Baker's Chocolate #582A0D
RGB
CMYK
RGB Variations
Color information
#582A0D (or 0x582A0D) is known color: Baker's Chocolate. HEX triplet: 58, 2A and 0D. RGB value is (88,42,13). Sum of RGB (Red+Green+Blue) = 88+42+13=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #582A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582A0D is #A7D5F2. Grayscale: #343434. Windows color (decimal): -10999283 or 862808. OLE color: 862808.
HSL color Cylindrical-coordinate representation of color #582A0D: hue angle of 23.2º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #582A0D is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 13 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.65 |
| HSL | 23.2º | 0.74% | 0.2% | - |
| HSV(B) | 23.2º | 0.85% | 0.35% | - |
| XYZ | 4.93 | 3.76 | 0.85 | - |
| YUV | 52.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 13 | 0 | 0.52 | 0.85 | 0.65 | 23.2 | 0.74 | 0.2 |
| Hex | 58 | 2A | D | 0 | 34 | 55 | 41 | 17 | 4A | 14 |
| Octal | 130 | 52 | 15 | 0 | 64 | 125 | 101 | 27 | 112 | 24 |
| Binary | 1011000 | 101010 | 1101 | 0 | 110100 | 1010101 | 1000001 | 10111 | 1001010 | 10100 |
Color Harmonies of #582A0D
Complementary color
Monochromatic Colors of #582A0D
Black with #582A0D
Text Example
Text Example
White with #582A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A0D; }
p { color: rgb(88,42,13); }
H1.HeaderClassName
{
color: #582A0D;
}
.AnyTagClassName
{
color: #582A0D;
}
</style>
background-color css
<style>
a { background-color: #582A0D; }
a { background-color: rgb(88,42,13); }
div.DivClassName
{
background-color: #582A0D;
}
.BgClassName
{
background-color: #582A0D;
}
</style>
border-color css
<style>
span { border-color: #582A0D; }
span { border-color: rgb(88,42,13); }
td.TdClassName
{
border-color: #582A0D;
}
.TagClassName
{
border-color: #582A0D;
}
</style>