Shades of Baker's Chocolate #58350E
Tints of Baker's Chocolate #58350E
RGB
CMYK
RGB Variations
Color information
#58350E (or 0x58350E) is known color: Baker's Chocolate. HEX triplet: 58, 35 and 0E. RGB value is (88,53,14). Sum of RGB (Red+Green+Blue) = 88+53+14=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58350E is #A7CAF1. Grayscale: #3B3B3B. Windows color (decimal): -10996466 or 931160. OLE color: 931160.
HSL color Cylindrical-coordinate representation of color #58350E: hue angle of 31.62º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58350E is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 53 | 14 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.65 |
| HSL | 31.62º | 0.73% | 0.2% | - |
| HSV(B) | 31.62º | 0.84% | 0.35% | - |
| XYZ | 5.38 | 4.65 | 1.03 | - |
| YUV | 59.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 53 | 14 | 0 | 0.40 | 0.84 | 0.65 | 31.62 | 0.73 | 0.2 |
| Hex | 58 | 35 | E | 0 | 28 | 54 | 41 | 20 | 49 | 14 |
| Octal | 130 | 65 | 16 | 0 | 50 | 124 | 101 | 40 | 111 | 24 |
| Binary | 1011000 | 110101 | 1110 | 0 | 101000 | 1010100 | 1000001 | 100000 | 1001001 | 10100 |
Color Harmonies of #58350E
Complementary color
Monochromatic Colors of #58350E
Black with #58350E
Text Example
Text Example
White with #58350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58350E; }
p { color: rgb(88,53,14); }
H1.HeaderClassName
{
color: #58350E;
}
.AnyTagClassName
{
color: #58350E;
}
</style>
background-color css
<style>
a { background-color: #58350E; }
a { background-color: rgb(88,53,14); }
div.DivClassName
{
background-color: #58350E;
}
.BgClassName
{
background-color: #58350E;
}
</style>
border-color css
<style>
span { border-color: #58350E; }
span { border-color: rgb(88,53,14); }
td.TdClassName
{
border-color: #58350E;
}
.TagClassName
{
border-color: #58350E;
}
</style>