Shades of Woodland #595C41
Tints of Woodland #595C41
RGB
CMYK
RGB Variations
Color information
#595C41 (or 0x595C41) is known color: Woodland. HEX triplet: 59, 5C and 41. RGB value is (89,92,65). Sum of RGB (Red+Green+Blue) = 89+92+65=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 92 - color contains mainly: green. Hex color #595C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595C41 is #A6A3BE. Grayscale: #585858. Windows color (decimal): -10920895 or 4283481. OLE color: 4283481.
HSL color Cylindrical-coordinate representation of color #595C41: hue angle of 66.67º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #595C41 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 65 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.64 |
| HSL | 66.67º | 0.17% | 0.31% | - |
| HSV(B) | 66.67º | 0.29% | 0.36% | - |
| XYZ | 8.9 | 10.16 | 6.49 | - |
| YUV | 88.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 65 | 0.03 | 0 | 0.29 | 0.64 | 66.67 | 0.17 | 0.31 |
| Hex | 59 | 5C | 41 | 3 | 0 | 1D | 40 | 43 | 11 | 1F |
| Octal | 131 | 134 | 101 | 3 | 0 | 35 | 100 | 103 | 21 | 37 |
| Binary | 1011001 | 1011100 | 1000001 | 11 | 0 | 11101 | 1000000 | 1000011 | 10001 | 11111 |
Color Harmonies of #595C41
Complementary color
Monochromatic Colors of #595C41
Black with #595C41
Text Example
Text Example
White with #595C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C41; }
p { color: rgb(89,92,65); }
H1.HeaderClassName
{
color: #595C41;
}
.AnyTagClassName
{
color: #595C41;
}
</style>
background-color css
<style>
a { background-color: #595C41; }
a { background-color: rgb(89,92,65); }
div.DivClassName
{
background-color: #595C41;
}
.BgClassName
{
background-color: #595C41;
}
</style>
border-color css
<style>
span { border-color: #595C41; }
span { border-color: rgb(89,92,65); }
td.TdClassName
{
border-color: #595C41;
}
.TagClassName
{
border-color: #595C41;
}
</style>