Shades of Woodland #5D653C
Tints of Woodland #5D653C
RGB
CMYK
RGB Variations
Color information
#5D653C (or 0x5D653C) is known color: Woodland. HEX triplet: 5D, 65 and 3C. RGB value is (93,101,60). Sum of RGB (Red+Green+Blue) = 93+101+60=254 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.61% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 101 - color contains mainly: green. Hex color #5D653C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D653C is #A29AC3. Grayscale: #5E5E5E. Windows color (decimal): -10656452 or 3958109. OLE color: 3958109.
HSL color Cylindrical-coordinate representation of color #5D653C: hue angle of 71.71º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D653C is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 101 | 60 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.60 |
| HSL | 71.71º | 0.25% | 0.32% | - |
| HSV(B) | 71.71º | 0.41% | 0.4% | - |
| XYZ | 9.98 | 11.96 | 6.06 | - |
| YUV | 93.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 60 | 0.08 | 0 | 0.41 | 0.60 | 71.71 | 0.25 | 0.32 |
| Hex | 5D | 65 | 3C | 8 | 0 | 29 | 3C | 48 | 19 | 20 |
| Octal | 135 | 145 | 74 | 10 | 0 | 51 | 74 | 110 | 31 | 40 |
| Binary | 1011101 | 1100101 | 111100 | 1000 | 0 | 101001 | 111100 | 1001000 | 11001 | 100000 |
Color Harmonies of #5D653C
Complementary color
Monochromatic Colors of #5D653C
Black with #5D653C
Text Example
Text Example
White with #5D653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D653C; }
p { color: rgb(93,101,60); }
H1.HeaderClassName
{
color: #5D653C;
}
.AnyTagClassName
{
color: #5D653C;
}
</style>
background-color css
<style>
a { background-color: #5D653C; }
a { background-color: rgb(93,101,60); }
div.DivClassName
{
background-color: #5D653C;
}
.BgClassName
{
background-color: #5D653C;
}
</style>
border-color css
<style>
span { border-color: #5D653C; }
span { border-color: rgb(93,101,60); }
td.TdClassName
{
border-color: #5D653C;
}
.TagClassName
{
border-color: #5D653C;
}
</style>