Shades of Woodland #595C47
Tints of Woodland #595C47
RGB
CMYK
RGB Variations
Color information
#595C47 (or 0x595C47) is known color: Woodland. HEX triplet: 59, 5C and 47. RGB value is (89,92,71). Sum of RGB (Red+Green+Blue) = 89+92+71=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 92 - color contains mainly: green. Hex color #595C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595C47 is #A6A3B8. Grayscale: #585858. Windows color (decimal): -10920889 or 4676697. OLE color: 4676697.
HSL color Cylindrical-coordinate representation of color #595C47: hue angle of 68.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #595C47 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 71 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.64 |
| HSL | 68.57º | 0.13% | 0.32% | - |
| HSV(B) | 68.57º | 0.23% | 0.36% | - |
| XYZ | 9.08 | 10.23 | 7.46 | - |
| YUV | 88.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 71 | 0.03 | 0 | 0.23 | 0.64 | 68.57 | 0.13 | 0.32 |
| Hex | 59 | 5C | 47 | 3 | 0 | 17 | 40 | 45 | D | 20 |
| Octal | 131 | 134 | 107 | 3 | 0 | 27 | 100 | 105 | 15 | 40 |
| Binary | 1011001 | 1011100 | 1000111 | 11 | 0 | 10111 | 1000000 | 1000101 | 1101 | 100000 |
Color Harmonies of #595C47
Complementary color
Monochromatic Colors of #595C47
Black with #595C47
Text Example
Text Example
White with #595C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C47; }
p { color: rgb(89,92,71); }
H1.HeaderClassName
{
color: #595C47;
}
.AnyTagClassName
{
color: #595C47;
}
</style>
background-color css
<style>
a { background-color: #595C47; }
a { background-color: rgb(89,92,71); }
div.DivClassName
{
background-color: #595C47;
}
.BgClassName
{
background-color: #595C47;
}
</style>
border-color css
<style>
span { border-color: #595C47; }
span { border-color: rgb(89,92,71); }
td.TdClassName
{
border-color: #595C47;
}
.TagClassName
{
border-color: #595C47;
}
</style>