Shades of Baker's Chocolate #58370F
Tints of Baker's Chocolate #58370F
RGB
CMYK
RGB Variations
Color information
#58370F (or 0x58370F) is known color: Baker's Chocolate. HEX triplet: 58, 37 and 0F. RGB value is (88,55,15). Sum of RGB (Red+Green+Blue) = 88+55+15=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #58370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58370F is #A7C8F0. Grayscale: #3C3C3C. Windows color (decimal): -10995953 or 997208. OLE color: 997208.
HSL color Cylindrical-coordinate representation of color #58370F: hue angle of 32.88º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58370F is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 55 | 15 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.65 |
| HSL | 32.88º | 0.71% | 0.2% | - |
| HSV(B) | 32.88º | 0.83% | 0.35% | - |
| XYZ | 5.48 | 4.84 | 1.1 | - |
| YUV | 60.31 | 102.43 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 55 | 15 | 0 | 0.38 | 0.83 | 0.65 | 32.88 | 0.71 | 0.2 |
| Hex | 58 | 37 | F | 0 | 26 | 53 | 41 | 21 | 47 | 14 |
| Octal | 130 | 67 | 17 | 0 | 46 | 123 | 101 | 41 | 107 | 24 |
| Binary | 1011000 | 110111 | 1111 | 0 | 100110 | 1010011 | 1000001 | 100001 | 1000111 | 10100 |
Color Harmonies of #58370F
Complementary color
Monochromatic Colors of #58370F
Black with #58370F
Text Example
Text Example
White with #58370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58370F; }
p { color: rgb(88,55,15); }
H1.HeaderClassName
{
color: #58370F;
}
.AnyTagClassName
{
color: #58370F;
}
</style>
background-color css
<style>
a { background-color: #58370F; }
a { background-color: rgb(88,55,15); }
div.DivClassName
{
background-color: #58370F;
}
.BgClassName
{
background-color: #58370F;
}
</style>
border-color css
<style>
span { border-color: #58370F; }
span { border-color: rgb(88,55,15); }
td.TdClassName
{
border-color: #58370F;
}
.TagClassName
{
border-color: #58370F;
}
</style>