Shades of Baker's Chocolate #58220C
Tints of Baker's Chocolate #58220C
RGB
CMYK
RGB Variations
Color information
#58220C (or 0x58220C) is known color: Baker's Chocolate. HEX triplet: 58, 22 and 0C. RGB value is (88,34,12). Sum of RGB (Red+Green+Blue) = 88+34+12=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #58220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58220C is #A7DDF3. Grayscale: #2F2F2F. Windows color (decimal): -11001332 or 795224. OLE color: 795224.
HSL color Cylindrical-coordinate representation of color #58220C: hue angle of 17.37º 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 #58220C is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 34 | 12 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.65 |
| HSL | 17.37º | 0.76% | 0.2% | - |
| HSV(B) | 17.37º | 0.86% | 0.35% | - |
| XYZ | 4.66 | 3.25 | 0.73 | - |
| YUV | 47.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 12 | 0 | 0.61 | 0.86 | 0.65 | 17.37 | 0.76 | 0.2 |
| Hex | 58 | 22 | C | 0 | 3D | 56 | 41 | 11 | 4C | 14 |
| Octal | 130 | 42 | 14 | 0 | 75 | 126 | 101 | 21 | 114 | 24 |
| Binary | 1011000 | 100010 | 1100 | 0 | 111101 | 1010110 | 1000001 | 10001 | 1001100 | 10100 |
Color Harmonies of #58220C
Complementary color
Monochromatic Colors of #58220C
Black with #58220C
Text Example
Text Example
White with #58220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58220C; }
p { color: rgb(88,34,12); }
H1.HeaderClassName
{
color: #58220C;
}
.AnyTagClassName
{
color: #58220C;
}
</style>
background-color css
<style>
a { background-color: #58220C; }
a { background-color: rgb(88,34,12); }
div.DivClassName
{
background-color: #58220C;
}
.BgClassName
{
background-color: #58220C;
}
</style>
border-color css
<style>
span { border-color: #58220C; }
span { border-color: rgb(88,34,12); }
td.TdClassName
{
border-color: #58220C;
}
.TagClassName
{
border-color: #58220C;
}
</style>