Shades of Woodland #595B45
Tints of Woodland #595B45
RGB
CMYK
RGB Variations
Color information
#595B45 (or 0x595B45) is known color: Woodland. HEX triplet: 59, 5B and 45. RGB value is (89,91,69). Sum of RGB (Red+Green+Blue) = 89+91+69=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 91 - color contains mainly: green. Hex color #595B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595B45 is #A6A4BA. Grayscale: #575757. Windows color (decimal): -10921147 or 4545369. OLE color: 4545369.
HSL color Cylindrical-coordinate representation of color #595B45: hue angle of 65.45º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #595B45 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 91 | 69 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.64 |
| HSL | 65.45º | 0.14% | 0.31% | - |
| HSV(B) | 65.45º | 0.24% | 0.36% | - |
| XYZ | 8.94 | 10.04 | 7.1 | - |
| YUV | 87.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 69 | 0.02 | 0 | 0.24 | 0.64 | 65.45 | 0.14 | 0.31 |
| Hex | 59 | 5B | 45 | 2 | 0 | 18 | 40 | 41 | E | 1F |
| Octal | 131 | 133 | 105 | 2 | 0 | 30 | 100 | 101 | 16 | 37 |
| Binary | 1011001 | 1011011 | 1000101 | 10 | 0 | 11000 | 1000000 | 1000001 | 1110 | 11111 |
Color Harmonies of #595B45
Complementary color
Monochromatic Colors of #595B45
Black with #595B45
Text Example
Text Example
White with #595B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B45; }
p { color: rgb(89,91,69); }
H1.HeaderClassName
{
color: #595B45;
}
.AnyTagClassName
{
color: #595B45;
}
</style>
background-color css
<style>
a { background-color: #595B45; }
a { background-color: rgb(89,91,69); }
div.DivClassName
{
background-color: #595B45;
}
.BgClassName
{
background-color: #595B45;
}
</style>
border-color css
<style>
span { border-color: #595B45; }
span { border-color: rgb(89,91,69); }
td.TdClassName
{
border-color: #595B45;
}
.TagClassName
{
border-color: #595B45;
}
</style>