Shades of Woodland #5C5E44
Tints of Woodland #5C5E44
RGB
CMYK
RGB Variations
Color information
#5C5E44 (or 0x5C5E44) is known color: Woodland. HEX triplet: 5C, 5E and 44. RGB value is (92,94,68). Sum of RGB (Red+Green+Blue) = 92+94+68=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 94 - color contains mainly: green. Hex color #5C5E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5E44 is #A3A1BB. Grayscale: #5A5A5A. Windows color (decimal): -10723772 or 4480604. OLE color: 4480604.
HSL color Cylindrical-coordinate representation of color #5C5E44: 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.28%. Process color model (Four color, CMYK) of #5C5E44 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 92 | 94 | 68 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.63 |
| HSL | 64.62º | 0.16% | 0.32% | - |
| HSV(B) | 64.62º | 0.28% | 0.37% | - |
| XYZ | 9.46 | 10.7 | 7.04 | - |
| YUV | 90.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 94 | 68 | 0.02 | 0 | 0.28 | 0.63 | 64.62 | 0.16 | 0.32 |
| Hex | 5C | 5E | 44 | 2 | 0 | 1C | 3F | 41 | 10 | 20 |
| Octal | 134 | 136 | 104 | 2 | 0 | 34 | 77 | 101 | 20 | 40 |
| Binary | 1011100 | 1011110 | 1000100 | 10 | 0 | 11100 | 111111 | 1000001 | 10000 | 100000 |
Color Harmonies of #5C5E44
Complementary color
Monochromatic Colors of #5C5E44
Black with #5C5E44
Text Example
Text Example
White with #5C5E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5E44; }
p { color: rgb(92,94,68); }
H1.HeaderClassName
{
color: #5C5E44;
}
.AnyTagClassName
{
color: #5C5E44;
}
</style>
background-color css
<style>
a { background-color: #5C5E44; }
a { background-color: rgb(92,94,68); }
div.DivClassName
{
background-color: #5C5E44;
}
.BgClassName
{
background-color: #5C5E44;
}
</style>
border-color css
<style>
span { border-color: #5C5E44; }
span { border-color: rgb(92,94,68); }
td.TdClassName
{
border-color: #5C5E44;
}
.TagClassName
{
border-color: #5C5E44;
}
</style>