Shades of Woodland #585D41
Tints of Woodland #585D41
RGB
CMYK
RGB Variations
Color information
#585D41 (or 0x585D41) is known color: Woodland. HEX triplet: 58, 5D and 41. RGB value is (88,93,65). Sum of RGB (Red+Green+Blue) = 88+93+65=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 93 - color contains mainly: green. Hex color #585D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585D41 is #A7A2BE. Grayscale: #585858. Windows color (decimal): -10986175 or 4283736. OLE color: 4283736.
HSL color Cylindrical-coordinate representation of color #585D41: hue angle of 70.71º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #585D41 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 93 | 65 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.64 |
| HSL | 70.71º | 0.18% | 0.31% | - |
| HSV(B) | 70.71º | 0.3% | 0.36% | - |
| XYZ | 8.89 | 10.29 | 6.52 | - |
| YUV | 88.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 65 | 0.05 | 0 | 0.30 | 0.64 | 70.71 | 0.18 | 0.31 |
| Hex | 58 | 5D | 41 | 5 | 0 | 1E | 40 | 47 | 12 | 1F |
| Octal | 130 | 135 | 101 | 5 | 0 | 36 | 100 | 107 | 22 | 37 |
| Binary | 1011000 | 1011101 | 1000001 | 101 | 0 | 11110 | 1000000 | 1000111 | 10010 | 11111 |
Color Harmonies of #585D41
Complementary color
Monochromatic Colors of #585D41
Black with #585D41
Text Example
Text Example
White with #585D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585D41; }
p { color: rgb(88,93,65); }
H1.HeaderClassName
{
color: #585D41;
}
.AnyTagClassName
{
color: #585D41;
}
</style>
background-color css
<style>
a { background-color: #585D41; }
a { background-color: rgb(88,93,65); }
div.DivClassName
{
background-color: #585D41;
}
.BgClassName
{
background-color: #585D41;
}
</style>
border-color css
<style>
span { border-color: #585D41; }
span { border-color: rgb(88,93,65); }
td.TdClassName
{
border-color: #585D41;
}
.TagClassName
{
border-color: #585D41;
}
</style>