Shades of Woodland #59603B
Tints of Woodland #59603B
RGB
CMYK
RGB Variations
Color information
#59603B (or 0x59603B) is known color: Woodland. HEX triplet: 59, 60 and 3B. RGB value is (89,96,59). Sum of RGB (Red+Green+Blue) = 89+96+59=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #59603B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59603B is #A69FC4. Grayscale: #595959. Windows color (decimal): -10919877 or 3891289. OLE color: 3891289.
HSL color Cylindrical-coordinate representation of color #59603B: hue angle of 71.35º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59603B is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 96 | 59 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.62 |
| HSL | 71.35º | 0.24% | 0.3% | - |
| HSV(B) | 71.35º | 0.39% | 0.38% | - |
| XYZ | 9.09 | 10.81 | 5.74 | - |
| YUV | 89.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 59 | 0.07 | 0 | 0.39 | 0.62 | 71.35 | 0.24 | 0.3 |
| Hex | 59 | 60 | 3B | 7 | 0 | 27 | 3E | 47 | 18 | 1E |
| Octal | 131 | 140 | 73 | 7 | 0 | 47 | 76 | 107 | 30 | 36 |
| Binary | 1011001 | 1100000 | 111011 | 111 | 0 | 100111 | 111110 | 1000111 | 11000 | 11110 |
Color Harmonies of #59603B
Complementary color
Monochromatic Colors of #59603B
Black with #59603B
Text Example
Text Example
White with #59603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59603B; }
p { color: rgb(89,96,59); }
H1.HeaderClassName
{
color: #59603B;
}
.AnyTagClassName
{
color: #59603B;
}
</style>
background-color css
<style>
a { background-color: #59603B; }
a { background-color: rgb(89,96,59); }
div.DivClassName
{
background-color: #59603B;
}
.BgClassName
{
background-color: #59603B;
}
</style>
border-color css
<style>
span { border-color: #59603B; }
span { border-color: rgb(89,96,59); }
td.TdClassName
{
border-color: #59603B;
}
.TagClassName
{
border-color: #59603B;
}
</style>