Shades of Woodland #5D5F45
Tints of Woodland #5D5F45
RGB
CMYK
RGB Variations
Color information
#5D5F45 (or 0x5D5F45) is known color: Woodland. HEX triplet: 5D, 5F and 45. RGB value is (93,95,69). Sum of RGB (Red+Green+Blue) = 93+95+69=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 95 - color contains mainly: green. Hex color #5D5F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5F45 is #A2A0BA. Grayscale: #5B5B5B. Windows color (decimal): -10657979 or 4546397. OLE color: 4546397.
HSL color Cylindrical-coordinate representation of color #5D5F45: hue angle of 64.62º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D5F45 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 93 | 95 | 69 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.63 |
| HSL | 64.62º | 0.16% | 0.32% | - |
| HSV(B) | 64.62º | 0.27% | 0.37% | - |
| XYZ | 9.68 | 10.94 | 7.23 | - |
| YUV | 91.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 95 | 69 | 0.02 | 0 | 0.27 | 0.63 | 64.62 | 0.16 | 0.32 |
| Hex | 5D | 5F | 45 | 2 | 0 | 1B | 3F | 41 | 10 | 20 |
| Octal | 135 | 137 | 105 | 2 | 0 | 33 | 77 | 101 | 20 | 40 |
| Binary | 1011101 | 1011111 | 1000101 | 10 | 0 | 11011 | 111111 | 1000001 | 10000 | 100000 |
Color Harmonies of #5D5F45
Complementary color
Monochromatic Colors of #5D5F45
Black with #5D5F45
Text Example
Text Example
White with #5D5F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5F45; }
p { color: rgb(93,95,69); }
H1.HeaderClassName
{
color: #5D5F45;
}
.AnyTagClassName
{
color: #5D5F45;
}
</style>
background-color css
<style>
a { background-color: #5D5F45; }
a { background-color: rgb(93,95,69); }
div.DivClassName
{
background-color: #5D5F45;
}
.BgClassName
{
background-color: #5D5F45;
}
</style>
border-color css
<style>
span { border-color: #5D5F45; }
span { border-color: rgb(93,95,69); }
td.TdClassName
{
border-color: #5D5F45;
}
.TagClassName
{
border-color: #5D5F45;
}
</style>