Shades of Baker's Chocolate #59390B
Tints of Baker's Chocolate #59390B
RGB
CMYK
RGB Variations
Color information
#59390B (or 0x59390B) is known color: Baker's Chocolate. HEX triplet: 59, 39 and 0B. RGB value is (89,57,11). Sum of RGB (Red+Green+Blue) = 89+57+11=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #59390B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59390B is #A6C6F4. Grayscale: #3D3D3D. Windows color (decimal): -10929909 or 735577. OLE color: 735577.
HSL color Cylindrical-coordinate representation of color #59390B: hue angle of 35.38º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59390B is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 57 | 11 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.65 |
| HSL | 35.38º | 0.78% | 0.2% | - |
| HSV(B) | 35.38º | 0.88% | 0.35% | - |
| XYZ | 5.64 | 5.07 | 1 | - |
| YUV | 61.32 | 99.6 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 57 | 11 | 0 | 0.36 | 0.88 | 0.65 | 35.38 | 0.78 | 0.2 |
| Hex | 59 | 39 | B | 0 | 24 | 58 | 41 | 23 | 4E | 14 |
| Octal | 131 | 71 | 13 | 0 | 44 | 130 | 101 | 43 | 116 | 24 |
| Binary | 1011001 | 111001 | 1011 | 0 | 100100 | 1011000 | 1000001 | 100011 | 1001110 | 10100 |
Color Harmonies of #59390B
Complementary color
Monochromatic Colors of #59390B
Black with #59390B
Text Example
Text Example
White with #59390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59390B; }
p { color: rgb(89,57,11); }
H1.HeaderClassName
{
color: #59390B;
}
.AnyTagClassName
{
color: #59390B;
}
</style>
background-color css
<style>
a { background-color: #59390B; }
a { background-color: rgb(89,57,11); }
div.DivClassName
{
background-color: #59390B;
}
.BgClassName
{
background-color: #59390B;
}
</style>
border-color css
<style>
span { border-color: #59390B; }
span { border-color: rgb(89,57,11); }
td.TdClassName
{
border-color: #59390B;
}
.TagClassName
{
border-color: #59390B;
}
</style>