Shades of Baker's Chocolate #58350B
Tints of Baker's Chocolate #58350B
RGB
CMYK
RGB Variations
Color information
#58350B (or 0x58350B) is known color: Baker's Chocolate. HEX triplet: 58, 35 and 0B. RGB value is (88,53,11). Sum of RGB (Red+Green+Blue) = 88+53+11=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #58350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58350B is #A7CAF4. Grayscale: #3A3A3A. Windows color (decimal): -10996469 or 734552. OLE color: 734552.
HSL color Cylindrical-coordinate representation of color #58350B: hue angle of 32.73º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58350B is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 53 | 11 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.65 |
| HSL | 32.73º | 0.78% | 0.19% | - |
| HSV(B) | 32.73º | 0.88% | 0.35% | - |
| XYZ | 5.36 | 4.65 | 0.93 | - |
| YUV | 58.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 53 | 11 | 0 | 0.40 | 0.88 | 0.65 | 32.73 | 0.78 | 0.19 |
| Hex | 58 | 35 | B | 0 | 28 | 58 | 41 | 21 | 4E | 13 |
| Octal | 130 | 65 | 13 | 0 | 50 | 130 | 101 | 41 | 116 | 23 |
| Binary | 1011000 | 110101 | 1011 | 0 | 101000 | 1011000 | 1000001 | 100001 | 1001110 | 10011 |
Color Harmonies of #58350B
Complementary color
Monochromatic Colors of #58350B
Black with #58350B
Text Example
Text Example
White with #58350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58350B; }
p { color: rgb(88,53,11); }
H1.HeaderClassName
{
color: #58350B;
}
.AnyTagClassName
{
color: #58350B;
}
</style>
background-color css
<style>
a { background-color: #58350B; }
a { background-color: rgb(88,53,11); }
div.DivClassName
{
background-color: #58350B;
}
.BgClassName
{
background-color: #58350B;
}
</style>
border-color css
<style>
span { border-color: #58350B; }
span { border-color: rgb(88,53,11); }
td.TdClassName
{
border-color: #58350B;
}
.TagClassName
{
border-color: #58350B;
}
</style>