Shades of Baker's Chocolate #59320D
Tints of Baker's Chocolate #59320D
RGB
CMYK
RGB Variations
Color information
#59320D (or 0x59320D) is known color: Baker's Chocolate. HEX triplet: 59, 32 and 0D. RGB value is (89,50,13). Sum of RGB (Red+Green+Blue) = 89+50+13=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #59320D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59320D is #A6CDF2. Grayscale: #393939. Windows color (decimal): -10931699 or 864857. OLE color: 864857.
HSL color Cylindrical-coordinate representation of color #59320D: hue angle of 29.21º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59320D is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 50 | 13 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.65 |
| HSL | 29.21º | 0.75% | 0.2% | - |
| HSV(B) | 29.21º | 0.85% | 0.35% | - |
| XYZ | 5.33 | 4.43 | 0.96 | - |
| YUV | 57.44 | 102.92 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 50 | 13 | 0 | 0.44 | 0.85 | 0.65 | 29.21 | 0.75 | 0.2 |
| Hex | 59 | 32 | D | 0 | 2C | 55 | 41 | 1D | 4B | 14 |
| Octal | 131 | 62 | 15 | 0 | 54 | 125 | 101 | 35 | 113 | 24 |
| Binary | 1011001 | 110010 | 1101 | 0 | 101100 | 1010101 | 1000001 | 11101 | 1001011 | 10100 |
Color Harmonies of #59320D
Complementary color
Monochromatic Colors of #59320D
Black with #59320D
Text Example
Text Example
White with #59320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59320D; }
p { color: rgb(89,50,13); }
H1.HeaderClassName
{
color: #59320D;
}
.AnyTagClassName
{
color: #59320D;
}
</style>
background-color css
<style>
a { background-color: #59320D; }
a { background-color: rgb(89,50,13); }
div.DivClassName
{
background-color: #59320D;
}
.BgClassName
{
background-color: #59320D;
}
</style>
border-color css
<style>
span { border-color: #59320D; }
span { border-color: rgb(89,50,13); }
td.TdClassName
{
border-color: #59320D;
}
.TagClassName
{
border-color: #59320D;
}
</style>