Shades of Baker's Chocolate #59320C
Tints of Baker's Chocolate #59320C
RGB
CMYK
RGB Variations
Color information
#59320C (or 0x59320C) is known color: Baker's Chocolate. HEX triplet: 59, 32 and 0C. RGB value is (89,50,12). Sum of RGB (Red+Green+Blue) = 89+50+12=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #59320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59320C is #A6CDF3. Grayscale: #393939. Windows color (decimal): -10931700 or 799321. OLE color: 799321.
HSL color Cylindrical-coordinate representation of color #59320C: hue angle of 29.61º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #59320C is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 50 | 12 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.65 |
| HSL | 29.61º | 0.76% | 0.2% | - |
| HSV(B) | 29.61º | 0.87% | 0.35% | - |
| XYZ | 5.33 | 4.43 | 0.92 | - |
| YUV | 57.33 | 102.42 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 50 | 12 | 0 | 0.44 | 0.87 | 0.65 | 29.61 | 0.76 | 0.2 |
| Hex | 59 | 32 | C | 0 | 2C | 57 | 41 | 1E | 4C | 14 |
| Octal | 131 | 62 | 14 | 0 | 54 | 127 | 101 | 36 | 114 | 24 |
| Binary | 1011001 | 110010 | 1100 | 0 | 101100 | 1010111 | 1000001 | 11110 | 1001100 | 10100 |
Color Harmonies of #59320C
Complementary color
Monochromatic Colors of #59320C
Black with #59320C
Text Example
Text Example
White with #59320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59320C; }
p { color: rgb(89,50,12); }
H1.HeaderClassName
{
color: #59320C;
}
.AnyTagClassName
{
color: #59320C;
}
</style>
background-color css
<style>
a { background-color: #59320C; }
a { background-color: rgb(89,50,12); }
div.DivClassName
{
background-color: #59320C;
}
.BgClassName
{
background-color: #59320C;
}
</style>
border-color css
<style>
span { border-color: #59320C; }
span { border-color: rgb(89,50,12); }
td.TdClassName
{
border-color: #59320C;
}
.TagClassName
{
border-color: #59320C;
}
</style>