Shades of Woodland #5D683A
Tints of Woodland #5D683A
RGB
CMYK
RGB Variations
Color information
#5D683A (or 0x5D683A) is known color: Woodland. HEX triplet: 5D, 68 and 3A. RGB value is (93,104,58). Sum of RGB (Red+Green+Blue) = 93+104+58=255 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.47% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #5D683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D683A is #A297C5. Grayscale: #5F5F5F. Windows color (decimal): -10655686 or 3827805. OLE color: 3827805.
HSL color Cylindrical-coordinate representation of color #5D683A: hue angle of 74.35º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D683A is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 104 | 58 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.59 |
| HSL | 74.35º | 0.28% | 0.32% | - |
| HSV(B) | 74.35º | 0.44% | 0.41% | - |
| XYZ | 10.23 | 12.53 | 5.88 | - |
| YUV | 95.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 104 | 58 | 0.11 | 0 | 0.44 | 0.59 | 74.35 | 0.28 | 0.32 |
| Hex | 5D | 68 | 3A | B | 0 | 2C | 3B | 4A | 1C | 20 |
| Octal | 135 | 150 | 72 | 13 | 0 | 54 | 73 | 112 | 34 | 40 |
| Binary | 1011101 | 1101000 | 111010 | 1011 | 0 | 101100 | 111011 | 1001010 | 11100 | 100000 |
Color Harmonies of #5D683A
Complementary color
Monochromatic Colors of #5D683A
Black with #5D683A
Text Example
Text Example
White with #5D683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D683A; }
p { color: rgb(93,104,58); }
H1.HeaderClassName
{
color: #5D683A;
}
.AnyTagClassName
{
color: #5D683A;
}
</style>
background-color css
<style>
a { background-color: #5D683A; }
a { background-color: rgb(93,104,58); }
div.DivClassName
{
background-color: #5D683A;
}
.BgClassName
{
background-color: #5D683A;
}
</style>
border-color css
<style>
span { border-color: #5D683A; }
span { border-color: rgb(93,104,58); }
td.TdClassName
{
border-color: #5D683A;
}
.TagClassName
{
border-color: #5D683A;
}
</style>