Shades of Baker's Chocolate #59300E
Tints of Baker's Chocolate #59300E
RGB
CMYK
RGB Variations
Color information
#59300E (or 0x59300E) is known color: Baker's Chocolate. HEX triplet: 59, 30 and 0E. RGB value is (89,48,14). Sum of RGB (Red+Green+Blue) = 89+48+14=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #59300E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59300E is #A6CFF1. Grayscale: #383838. Windows color (decimal): -10932210 or 929881. OLE color: 929881.
HSL color Cylindrical-coordinate representation of color #59300E: hue angle of 27.2º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59300E is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 48 | 14 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.65 |
| HSL | 27.2º | 0.73% | 0.2% | - |
| HSV(B) | 27.2º | 0.84% | 0.35% | - |
| XYZ | 5.26 | 4.27 | 0.96 | - |
| YUV | 56.38 | 104.08 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 48 | 14 | 0 | 0.46 | 0.84 | 0.65 | 27.2 | 0.73 | 0.2 |
| Hex | 59 | 30 | E | 0 | 2E | 54 | 41 | 1B | 49 | 14 |
| Octal | 131 | 60 | 16 | 0 | 56 | 124 | 101 | 33 | 111 | 24 |
| Binary | 1011001 | 110000 | 1110 | 0 | 101110 | 1010100 | 1000001 | 11011 | 1001001 | 10100 |
Color Harmonies of #59300E
Complementary color
Monochromatic Colors of #59300E
Black with #59300E
Text Example
Text Example
White with #59300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59300E; }
p { color: rgb(89,48,14); }
H1.HeaderClassName
{
color: #59300E;
}
.AnyTagClassName
{
color: #59300E;
}
</style>
background-color css
<style>
a { background-color: #59300E; }
a { background-color: rgb(89,48,14); }
div.DivClassName
{
background-color: #59300E;
}
.BgClassName
{
background-color: #59300E;
}
</style>
border-color css
<style>
span { border-color: #59300E; }
span { border-color: rgb(89,48,14); }
td.TdClassName
{
border-color: #59300E;
}
.TagClassName
{
border-color: #59300E;
}
</style>