Shades of Woodland #5D5F44
Tints of Woodland #5D5F44
RGB
CMYK
RGB Variations
Color information
#5D5F44 (or 0x5D5F44) is known color: Woodland. HEX triplet: 5D, 5F and 44. RGB value is (93,95,68). Sum of RGB (Red+Green+Blue) = 93+95+68=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 95 - color contains mainly: green. Hex color #5D5F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5F44 is #A2A0BB. Grayscale: #5B5B5B. Windows color (decimal): -10657980 or 4480861. OLE color: 4480861.
HSL color Cylindrical-coordinate representation of color #5D5F44: hue angle of 64.44º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D5F44 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 93 | 95 | 68 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.63 |
| HSL | 64.44º | 0.17% | 0.32% | - |
| HSV(B) | 64.44º | 0.28% | 0.37% | - |
| XYZ | 9.65 | 10.93 | 7.07 | - |
| YUV | 91.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 95 | 68 | 0.02 | 0 | 0.28 | 0.63 | 64.44 | 0.17 | 0.32 |
| Hex | 5D | 5F | 44 | 2 | 0 | 1C | 3F | 40 | 11 | 20 |
| Octal | 135 | 137 | 104 | 2 | 0 | 34 | 77 | 100 | 21 | 40 |
| Binary | 1011101 | 1011111 | 1000100 | 10 | 0 | 11100 | 111111 | 1000000 | 10001 | 100000 |
Color Harmonies of #5D5F44
Complementary color
Monochromatic Colors of #5D5F44
Black with #5D5F44
Text Example
Text Example
White with #5D5F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5F44; }
p { color: rgb(93,95,68); }
H1.HeaderClassName
{
color: #5D5F44;
}
.AnyTagClassName
{
color: #5D5F44;
}
</style>
background-color css
<style>
a { background-color: #5D5F44; }
a { background-color: rgb(93,95,68); }
div.DivClassName
{
background-color: #5D5F44;
}
.BgClassName
{
background-color: #5D5F44;
}
</style>
border-color css
<style>
span { border-color: #5D5F44; }
span { border-color: rgb(93,95,68); }
td.TdClassName
{
border-color: #5D5F44;
}
.TagClassName
{
border-color: #5D5F44;
}
</style>