Shades of Woodland #585C47
Tints of Woodland #585C47
RGB
CMYK
RGB Variations
Color information
#585C47 (or 0x585C47) is known color: Woodland. HEX triplet: 58, 5C and 47. RGB value is (88,92,71). Sum of RGB (Red+Green+Blue) = 88+92+71=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 92 - color contains mainly: green. Hex color #585C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585C47 is #A7A3B8. Grayscale: #585858. Windows color (decimal): -10986425 or 4676696. OLE color: 4676696.
HSL color Cylindrical-coordinate representation of color #585C47: hue angle of 71.43º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #585C47 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 92 | 71 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.64 |
| HSL | 71.43º | 0.13% | 0.32% | - |
| HSV(B) | 71.43º | 0.23% | 0.36% | - |
| XYZ | 8.99 | 10.18 | 7.45 | - |
| YUV | 88.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 71 | 0.04 | 0 | 0.23 | 0.64 | 71.43 | 0.13 | 0.32 |
| Hex | 58 | 5C | 47 | 4 | 0 | 17 | 40 | 47 | D | 20 |
| Octal | 130 | 134 | 107 | 4 | 0 | 27 | 100 | 107 | 15 | 40 |
| Binary | 1011000 | 1011100 | 1000111 | 100 | 0 | 10111 | 1000000 | 1000111 | 1101 | 100000 |
Color Harmonies of #585C47
Complementary color
Monochromatic Colors of #585C47
Black with #585C47
Text Example
Text Example
White with #585C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585C47; }
p { color: rgb(88,92,71); }
H1.HeaderClassName
{
color: #585C47;
}
.AnyTagClassName
{
color: #585C47;
}
</style>
background-color css
<style>
a { background-color: #585C47; }
a { background-color: rgb(88,92,71); }
div.DivClassName
{
background-color: #585C47;
}
.BgClassName
{
background-color: #585C47;
}
</style>
border-color css
<style>
span { border-color: #585C47; }
span { border-color: rgb(88,92,71); }
td.TdClassName
{
border-color: #585C47;
}
.TagClassName
{
border-color: #585C47;
}
</style>