Shades of Dark Brown #59400E
Tints of Dark Brown #59400E
RGB
CMYK
RGB Variations
Color information
#59400E (or 0x59400E) is known color: Dark Brown. HEX triplet: 59, 40 and 0E. RGB value is (89,64,14). Sum of RGB (Red+Green+Blue) = 89+64+14=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #59400E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59400E is #A6BFF1. Grayscale: #424242. Windows color (decimal): -10928114 or 933977. OLE color: 933977.
HSL color Cylindrical-coordinate representation of color #59400E: hue angle of 40º 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 #59400E is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 64 | 14 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.65 |
| HSL | 40º | 0.73% | 0.2% | - |
| HSV(B) | 40º | 0.84% | 0.35% | - |
| XYZ | 6.03 | 5.82 | 1.22 | - |
| YUV | 65.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 64 | 14 | 0 | 0.28 | 0.84 | 0.65 | 40 | 0.73 | 0.2 |
| Hex | 59 | 40 | E | 0 | 1C | 54 | 41 | 28 | 49 | 14 |
| Octal | 131 | 100 | 16 | 0 | 34 | 124 | 101 | 50 | 111 | 24 |
| Binary | 1011001 | 1000000 | 1110 | 0 | 11100 | 1010100 | 1000001 | 101000 | 1001001 | 10100 |
Color Harmonies of #59400E
Complementary color
Monochromatic Colors of #59400E
Black with #59400E
Text Example
Text Example
White with #59400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59400E; }
p { color: rgb(89,64,14); }
H1.HeaderClassName
{
color: #59400E;
}
.AnyTagClassName
{
color: #59400E;
}
</style>
background-color css
<style>
a { background-color: #59400E; }
a { background-color: rgb(89,64,14); }
div.DivClassName
{
background-color: #59400E;
}
.BgClassName
{
background-color: #59400E;
}
</style>
border-color css
<style>
span { border-color: #59400E; }
span { border-color: rgb(89,64,14); }
td.TdClassName
{
border-color: #59400E;
}
.TagClassName
{
border-color: #59400E;
}
</style>