Shades of Woodland #595D45
Tints of Woodland #595D45
RGB
CMYK
RGB Variations
Color information
#595D45 (or 0x595D45) is known color: Woodland. HEX triplet: 59, 5D and 45. RGB value is (89,93,69). Sum of RGB (Red+Green+Blue) = 89+93+69=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 93 - color contains mainly: green. Hex color #595D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595D45 is #A6A2BA. Grayscale: #595959. Windows color (decimal): -10920635 or 4545881. OLE color: 4545881.
HSL color Cylindrical-coordinate representation of color #595D45: hue angle of 70º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #595D45 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 93 | 69 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.64 |
| HSL | 70º | 0.15% | 0.32% | - |
| HSV(B) | 70º | 0.26% | 0.36% | - |
| XYZ | 9.11 | 10.38 | 7.15 | - |
| YUV | 89.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 69 | 0.04 | 0 | 0.26 | 0.64 | 70 | 0.15 | 0.32 |
| Hex | 59 | 5D | 45 | 4 | 0 | 1A | 40 | 46 | F | 20 |
| Octal | 131 | 135 | 105 | 4 | 0 | 32 | 100 | 106 | 17 | 40 |
| Binary | 1011001 | 1011101 | 1000101 | 100 | 0 | 11010 | 1000000 | 1000110 | 1111 | 100000 |
Color Harmonies of #595D45
Complementary color
Monochromatic Colors of #595D45
Black with #595D45
Text Example
Text Example
White with #595D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D45; }
p { color: rgb(89,93,69); }
H1.HeaderClassName
{
color: #595D45;
}
.AnyTagClassName
{
color: #595D45;
}
</style>
background-color css
<style>
a { background-color: #595D45; }
a { background-color: rgb(89,93,69); }
div.DivClassName
{
background-color: #595D45;
}
.BgClassName
{
background-color: #595D45;
}
</style>
border-color css
<style>
span { border-color: #595D45; }
span { border-color: rgb(89,93,69); }
td.TdClassName
{
border-color: #595D45;
}
.TagClassName
{
border-color: #595D45;
}
</style>