Shades of Baker's Chocolate #58230E
Tints of Baker's Chocolate #58230E
RGB
CMYK
RGB Variations
Color information
#58230E (or 0x58230E) is known color: Baker's Chocolate. HEX triplet: 58, 23 and 0E. RGB value is (88,35,14). Sum of RGB (Red+Green+Blue) = 88+35+14=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #58230E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58230E is #A7DCF1. Grayscale: #303030. Windows color (decimal): -11001074 or 926552. OLE color: 926552.
HSL color Cylindrical-coordinate representation of color #58230E: hue angle of 17.03º 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 #58230E is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 35 | 14 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.65 |
| HSL | 17.03º | 0.73% | 0.2% | - |
| HSV(B) | 17.03º | 0.84% | 0.35% | - |
| XYZ | 4.7 | 3.31 | 0.81 | - |
| YUV | 48.45 | 108.56 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 35 | 14 | 0 | 0.60 | 0.84 | 0.65 | 17.03 | 0.73 | 0.2 |
| Hex | 58 | 23 | E | 0 | 3C | 54 | 41 | 11 | 49 | 14 |
| Octal | 130 | 43 | 16 | 0 | 74 | 124 | 101 | 21 | 111 | 24 |
| Binary | 1011000 | 100011 | 1110 | 0 | 111100 | 1010100 | 1000001 | 10001 | 1001001 | 10100 |
Color Harmonies of #58230E
Complementary color
Monochromatic Colors of #58230E
Black with #58230E
Text Example
Text Example
White with #58230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58230E; }
p { color: rgb(88,35,14); }
H1.HeaderClassName
{
color: #58230E;
}
.AnyTagClassName
{
color: #58230E;
}
</style>
background-color css
<style>
a { background-color: #58230E; }
a { background-color: rgb(88,35,14); }
div.DivClassName
{
background-color: #58230E;
}
.BgClassName
{
background-color: #58230E;
}
</style>
border-color css
<style>
span { border-color: #58230E; }
span { border-color: rgb(88,35,14); }
td.TdClassName
{
border-color: #58230E;
}
.TagClassName
{
border-color: #58230E;
}
</style>