Shades of Baker's Chocolate #58240E
Tints of Baker's Chocolate #58240E
RGB
CMYK
RGB Variations
Color information
#58240E (or 0x58240E) is known color: Baker's Chocolate. HEX triplet: 58, 24 and 0E. RGB value is (88,36,14). Sum of RGB (Red+Green+Blue) = 88+36+14=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #58240E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58240E is #A7DBF1. Grayscale: #313131. Windows color (decimal): -11000818 or 926808. OLE color: 926808.
HSL color Cylindrical-coordinate representation of color #58240E: hue angle of 17.84º 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 #58240E is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 36 | 14 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.65 |
| HSL | 17.84º | 0.73% | 0.2% | - |
| HSV(B) | 17.84º | 0.84% | 0.35% | - |
| XYZ | 4.73 | 3.37 | 0.82 | - |
| YUV | 49.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 36 | 14 | 0 | 0.59 | 0.84 | 0.65 | 17.84 | 0.73 | 0.2 |
| Hex | 58 | 24 | E | 0 | 3B | 54 | 41 | 12 | 49 | 14 |
| Octal | 130 | 44 | 16 | 0 | 73 | 124 | 101 | 22 | 111 | 24 |
| Binary | 1011000 | 100100 | 1110 | 0 | 111011 | 1010100 | 1000001 | 10010 | 1001001 | 10100 |
Color Harmonies of #58240E
Complementary color
Monochromatic Colors of #58240E
Black with #58240E
Text Example
Text Example
White with #58240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58240E; }
p { color: rgb(88,36,14); }
H1.HeaderClassName
{
color: #58240E;
}
.AnyTagClassName
{
color: #58240E;
}
</style>
background-color css
<style>
a { background-color: #58240E; }
a { background-color: rgb(88,36,14); }
div.DivClassName
{
background-color: #58240E;
}
.BgClassName
{
background-color: #58240E;
}
</style>
border-color css
<style>
span { border-color: #58240E; }
span { border-color: rgb(88,36,14); }
td.TdClassName
{
border-color: #58240E;
}
.TagClassName
{
border-color: #58240E;
}
</style>