Shades of Baker's Chocolate #58330B
Tints of Baker's Chocolate #58330B
RGB
CMYK
RGB Variations
Color information
#58330B (or 0x58330B) is known color: Baker's Chocolate. HEX triplet: 58, 33 and 0B. RGB value is (88,51,11). Sum of RGB (Red+Green+Blue) = 88+51+11=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #58330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58330B is #A7CCF4. Grayscale: #393939. Windows color (decimal): -10996981 or 734040. OLE color: 734040.
HSL color Cylindrical-coordinate representation of color #58330B: hue angle of 31.17º 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 #58330B is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 51 | 11 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.65 |
| HSL | 31.17º | 0.78% | 0.19% | - |
| HSV(B) | 31.17º | 0.88% | 0.35% | - |
| XYZ | 5.27 | 4.47 | 0.9 | - |
| YUV | 57.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 51 | 11 | 0 | 0.42 | 0.88 | 0.65 | 31.17 | 0.78 | 0.19 |
| Hex | 58 | 33 | B | 0 | 2A | 58 | 41 | 1F | 4E | 13 |
| Octal | 130 | 63 | 13 | 0 | 52 | 130 | 101 | 37 | 116 | 23 |
| Binary | 1011000 | 110011 | 1011 | 0 | 101010 | 1011000 | 1000001 | 11111 | 1001110 | 10011 |
Color Harmonies of #58330B
Complementary color
Monochromatic Colors of #58330B
Black with #58330B
Text Example
Text Example
White with #58330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58330B; }
p { color: rgb(88,51,11); }
H1.HeaderClassName
{
color: #58330B;
}
.AnyTagClassName
{
color: #58330B;
}
</style>
background-color css
<style>
a { background-color: #58330B; }
a { background-color: rgb(88,51,11); }
div.DivClassName
{
background-color: #58330B;
}
.BgClassName
{
background-color: #58330B;
}
</style>
border-color css
<style>
span { border-color: #58330B; }
span { border-color: rgb(88,51,11); }
td.TdClassName
{
border-color: #58330B;
}
.TagClassName
{
border-color: #58330B;
}
</style>