Shades of Baker's Chocolate #58290A
Tints of Baker's Chocolate #58290A
RGB
CMYK
RGB Variations
Color information
#58290A (or 0x58290A) is known color: Baker's Chocolate. HEX triplet: 58, 29 and 0A. RGB value is (88,41,10). Sum of RGB (Red+Green+Blue) = 88+41+10=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #58290A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58290A is #A7D6F5. Grayscale: #333333. Windows color (decimal): -10999542 or 665944. OLE color: 665944.
HSL color Cylindrical-coordinate representation of color #58290A: hue angle of 23.85º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58290A is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 41 | 10 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.65 |
| HSL | 23.85º | 0.8% | 0.19% | - |
| HSV(B) | 23.85º | 0.89% | 0.35% | - |
| XYZ | 4.87 | 3.68 | 0.74 | - |
| YUV | 51.52 | 104.57 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 10 | 0 | 0.53 | 0.89 | 0.65 | 23.85 | 0.8 | 0.19 |
| Hex | 58 | 29 | A | 0 | 35 | 59 | 41 | 18 | 50 | 13 |
| Octal | 130 | 51 | 12 | 0 | 65 | 131 | 101 | 30 | 120 | 23 |
| Binary | 1011000 | 101001 | 1010 | 0 | 110101 | 1011001 | 1000001 | 11000 | 1010000 | 10011 |
Color Harmonies of #58290A
Complementary color
Monochromatic Colors of #58290A
Black with #58290A
Text Example
Text Example
White with #58290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58290A; }
p { color: rgb(88,41,10); }
H1.HeaderClassName
{
color: #58290A;
}
.AnyTagClassName
{
color: #58290A;
}
</style>
background-color css
<style>
a { background-color: #58290A; }
a { background-color: rgb(88,41,10); }
div.DivClassName
{
background-color: #58290A;
}
.BgClassName
{
background-color: #58290A;
}
</style>
border-color css
<style>
span { border-color: #58290A; }
span { border-color: rgb(88,41,10); }
td.TdClassName
{
border-color: #58290A;
}
.TagClassName
{
border-color: #58290A;
}
</style>