Shades of Woody Brown #59403E
Tints of Woody Brown #59403E
RGB
CMYK
RGB Variations
Color information
#59403E (or 0x59403E) is known color: Woody Brown. HEX triplet: 59, 40 and 3E. RGB value is (89,64,62). Sum of RGB (Red+Green+Blue) = 89+64+62=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 89 - color contains mainly: red. Hex color #59403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59403E is #A6BFC1. Grayscale: #474747. Windows color (decimal): -10928066 or 4079705. OLE color: 4079705.
HSL color Cylindrical-coordinate representation of color #59403E: hue angle of 4.44º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59403E is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 64 | 62 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.65 |
| HSL | 4.44º | 0.18% | 0.3% | - |
| HSV(B) | 4.44º | 0.3% | 0.35% | - |
| XYZ | 6.82 | 6.14 | 5.38 | - |
| YUV | 71.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 64 | 62 | 0 | 0.28 | 0.30 | 0.65 | 4.44 | 0.18 | 0.3 |
| Hex | 59 | 40 | 3E | 0 | 1C | 1E | 41 | 4 | 12 | 1E |
| Octal | 131 | 100 | 76 | 0 | 34 | 36 | 101 | 4 | 22 | 36 |
| Binary | 1011001 | 1000000 | 111110 | 0 | 11100 | 11110 | 1000001 | 100 | 10010 | 11110 |
Color Harmonies of #59403E
Complementary color
Monochromatic Colors of #59403E
Black with #59403E
Text Example
Text Example
White with #59403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59403E; }
p { color: rgb(89,64,62); }
H1.HeaderClassName
{
color: #59403E;
}
.AnyTagClassName
{
color: #59403E;
}
</style>
background-color css
<style>
a { background-color: #59403E; }
a { background-color: rgb(89,64,62); }
div.DivClassName
{
background-color: #59403E;
}
.BgClassName
{
background-color: #59403E;
}
</style>
border-color css
<style>
span { border-color: #59403E; }
span { border-color: rgb(89,64,62); }
td.TdClassName
{
border-color: #59403E;
}
.TagClassName
{
border-color: #59403E;
}
</style>