Shades of Baker's Chocolate #58370D
Tints of Baker's Chocolate #58370D
RGB
CMYK
RGB Variations
Color information
#58370D (or 0x58370D) is known color: Baker's Chocolate. HEX triplet: 58, 37 and 0D. RGB value is (88,55,13). Sum of RGB (Red+Green+Blue) = 88+55+13=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #58370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58370D is #A7C8F2. Grayscale: #3C3C3C. Windows color (decimal): -10995955 or 866136. OLE color: 866136.
HSL color Cylindrical-coordinate representation of color #58370D: hue angle of 33.6º 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 #58370D is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 55 | 13 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.65 |
| HSL | 33.6º | 0.74% | 0.2% | - |
| HSV(B) | 33.6º | 0.85% | 0.35% | - |
| XYZ | 5.46 | 4.84 | 1.03 | - |
| YUV | 60.08 | 101.43 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 55 | 13 | 0 | 0.38 | 0.85 | 0.65 | 33.6 | 0.74 | 0.2 |
| Hex | 58 | 37 | D | 0 | 26 | 55 | 41 | 22 | 4A | 14 |
| Octal | 130 | 67 | 15 | 0 | 46 | 125 | 101 | 42 | 112 | 24 |
| Binary | 1011000 | 110111 | 1101 | 0 | 100110 | 1010101 | 1000001 | 100010 | 1001010 | 10100 |
Color Harmonies of #58370D
Complementary color
Monochromatic Colors of #58370D
Black with #58370D
Text Example
Text Example
White with #58370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58370D; }
p { color: rgb(88,55,13); }
H1.HeaderClassName
{
color: #58370D;
}
.AnyTagClassName
{
color: #58370D;
}
</style>
background-color css
<style>
a { background-color: #58370D; }
a { background-color: rgb(88,55,13); }
div.DivClassName
{
background-color: #58370D;
}
.BgClassName
{
background-color: #58370D;
}
</style>
border-color css
<style>
span { border-color: #58370D; }
span { border-color: rgb(88,55,13); }
td.TdClassName
{
border-color: #58370D;
}
.TagClassName
{
border-color: #58370D;
}
</style>