Shades of Baker's Chocolate #58220B
Tints of Baker's Chocolate #58220B
RGB
CMYK
RGB Variations
Color information
#58220B (or 0x58220B) is known color: Baker's Chocolate. HEX triplet: 58, 22 and 0B. RGB value is (88,34,11). Sum of RGB (Red+Green+Blue) = 88+34+11=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #58220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58220B is #A7DDF4. Grayscale: #2F2F2F. Windows color (decimal): -11001333 or 729688. OLE color: 729688.
HSL color Cylindrical-coordinate representation of color #58220B: hue angle of 17.92º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58220B is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 34 | 11 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.65 |
| HSL | 17.92º | 0.78% | 0.19% | - |
| HSV(B) | 17.92º | 0.88% | 0.35% | - |
| XYZ | 4.66 | 3.24 | 0.7 | - |
| YUV | 47.52 | 107.39 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 11 | 0 | 0.61 | 0.88 | 0.65 | 17.92 | 0.78 | 0.19 |
| Hex | 58 | 22 | B | 0 | 3D | 58 | 41 | 12 | 4E | 13 |
| Octal | 130 | 42 | 13 | 0 | 75 | 130 | 101 | 22 | 116 | 23 |
| Binary | 1011000 | 100010 | 1011 | 0 | 111101 | 1011000 | 1000001 | 10010 | 1001110 | 10011 |
Color Harmonies of #58220B
Complementary color
Monochromatic Colors of #58220B
Black with #58220B
Text Example
Text Example
White with #58220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58220B; }
p { color: rgb(88,34,11); }
H1.HeaderClassName
{
color: #58220B;
}
.AnyTagClassName
{
color: #58220B;
}
</style>
background-color css
<style>
a { background-color: #58220B; }
a { background-color: rgb(88,34,11); }
div.DivClassName
{
background-color: #58220B;
}
.BgClassName
{
background-color: #58220B;
}
</style>
border-color css
<style>
span { border-color: #58220B; }
span { border-color: rgb(88,34,11); }
td.TdClassName
{
border-color: #58220B;
}
.TagClassName
{
border-color: #58220B;
}
</style>