Shades of Baker's Chocolate #58270B
Tints of Baker's Chocolate #58270B
RGB
CMYK
RGB Variations
Color information
#58270B (or 0x58270B) is known color: Baker's Chocolate. HEX triplet: 58, 27 and 0B. RGB value is (88,39,11). Sum of RGB (Red+Green+Blue) = 88+39+11=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #58270B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58270B is #A7D8F4. Grayscale: #323232. Windows color (decimal): -11000053 or 730968. OLE color: 730968.
HSL color Cylindrical-coordinate representation of color #58270B: hue angle of 21.82º 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 #58270B is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 39 | 11 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.65 |
| HSL | 21.82º | 0.78% | 0.19% | - |
| HSV(B) | 21.82º | 0.88% | 0.35% | - |
| XYZ | 4.81 | 3.55 | 0.75 | - |
| YUV | 50.46 | 105.73 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 39 | 11 | 0 | 0.56 | 0.88 | 0.65 | 21.82 | 0.78 | 0.19 |
| Hex | 58 | 27 | B | 0 | 38 | 58 | 41 | 16 | 4E | 13 |
| Octal | 130 | 47 | 13 | 0 | 70 | 130 | 101 | 26 | 116 | 23 |
| Binary | 1011000 | 100111 | 1011 | 0 | 111000 | 1011000 | 1000001 | 10110 | 1001110 | 10011 |
Color Harmonies of #58270B
Complementary color
Monochromatic Colors of #58270B
Black with #58270B
Text Example
Text Example
White with #58270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58270B; }
p { color: rgb(88,39,11); }
H1.HeaderClassName
{
color: #58270B;
}
.AnyTagClassName
{
color: #58270B;
}
</style>
background-color css
<style>
a { background-color: #58270B; }
a { background-color: rgb(88,39,11); }
div.DivClassName
{
background-color: #58270B;
}
.BgClassName
{
background-color: #58270B;
}
</style>
border-color css
<style>
span { border-color: #58270B; }
span { border-color: rgb(88,39,11); }
td.TdClassName
{
border-color: #58270B;
}
.TagClassName
{
border-color: #58270B;
}
</style>