Shades of Baker's Chocolate #582B0C
Tints of Baker's Chocolate #582B0C
RGB
CMYK
RGB Variations
Color information
#582B0C (or 0x582B0C) is known color: Baker's Chocolate. HEX triplet: 58, 2B and 0C. RGB value is (88,43,12). Sum of RGB (Red+Green+Blue) = 88+43+12=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #582B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582B0C is #A7D4F3. Grayscale: #353535. Windows color (decimal): -10999028 or 797528. OLE color: 797528.
HSL color Cylindrical-coordinate representation of color #582B0C: hue angle of 24.47º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #582B0C is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 43 | 12 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.65 |
| HSL | 24.47º | 0.76% | 0.2% | - |
| HSV(B) | 24.47º | 0.86% | 0.35% | - |
| XYZ | 4.95 | 3.83 | 0.83 | - |
| YUV | 52.92 | 104.91 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 43 | 12 | 0 | 0.51 | 0.86 | 0.65 | 24.47 | 0.76 | 0.2 |
| Hex | 58 | 2B | C | 0 | 33 | 56 | 41 | 18 | 4C | 14 |
| Octal | 130 | 53 | 14 | 0 | 63 | 126 | 101 | 30 | 114 | 24 |
| Binary | 1011000 | 101011 | 1100 | 0 | 110011 | 1010110 | 1000001 | 11000 | 1001100 | 10100 |
Color Harmonies of #582B0C
Complementary color
Monochromatic Colors of #582B0C
Black with #582B0C
Text Example
Text Example
White with #582B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582B0C; }
p { color: rgb(88,43,12); }
H1.HeaderClassName
{
color: #582B0C;
}
.AnyTagClassName
{
color: #582B0C;
}
</style>
background-color css
<style>
a { background-color: #582B0C; }
a { background-color: rgb(88,43,12); }
div.DivClassName
{
background-color: #582B0C;
}
.BgClassName
{
background-color: #582B0C;
}
</style>
border-color css
<style>
span { border-color: #582B0C; }
span { border-color: rgb(88,43,12); }
td.TdClassName
{
border-color: #582B0C;
}
.TagClassName
{
border-color: #582B0C;
}
</style>