Shades of Woodland #595D3D
Tints of Woodland #595D3D
RGB
CMYK
RGB Variations
Color information
#595D3D (or 0x595D3D) is known color: Woodland. HEX triplet: 59, 5D and 3D. RGB value is (89,93,61). Sum of RGB (Red+Green+Blue) = 89+93+61=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 93 - color contains mainly: green. Hex color #595D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595D3D is #A6A2C2. Grayscale: #585858. Windows color (decimal): -10920643 or 4021593. OLE color: 4021593.
HSL color Cylindrical-coordinate representation of color #595D3D: hue angle of 67.5º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #595D3D is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 93 | 61 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.64 |
| HSL | 67.5º | 0.21% | 0.3% | - |
| HSV(B) | 67.5º | 0.34% | 0.36% | - |
| XYZ | 8.88 | 10.29 | 5.93 | - |
| YUV | 88.16 | 112.67 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 61 | 0.04 | 0 | 0.34 | 0.64 | 67.5 | 0.21 | 0.3 |
| Hex | 59 | 5D | 3D | 4 | 0 | 22 | 40 | 44 | 15 | 1E |
| Octal | 131 | 135 | 75 | 4 | 0 | 42 | 100 | 104 | 25 | 36 |
| Binary | 1011001 | 1011101 | 111101 | 100 | 0 | 100010 | 1000000 | 1000100 | 10101 | 11110 |
Color Harmonies of #595D3D
Complementary color
Monochromatic Colors of #595D3D
Black with #595D3D
Text Example
Text Example
White with #595D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D3D; }
p { color: rgb(89,93,61); }
H1.HeaderClassName
{
color: #595D3D;
}
.AnyTagClassName
{
color: #595D3D;
}
</style>
background-color css
<style>
a { background-color: #595D3D; }
a { background-color: rgb(89,93,61); }
div.DivClassName
{
background-color: #595D3D;
}
.BgClassName
{
background-color: #595D3D;
}
</style>
border-color css
<style>
span { border-color: #595D3D; }
span { border-color: rgb(89,93,61); }
td.TdClassName
{
border-color: #595D3D;
}
.TagClassName
{
border-color: #595D3D;
}
</style>