Shades of Rain Forest #5D682E
Tints of Rain Forest #5D682E
RGB
CMYK
RGB Variations
Color information
#5D682E (or 0x5D682E) is known color: Rain Forest. HEX triplet: 5D, 68 and 2E. RGB value is (93,104,46). Sum of RGB (Red+Green+Blue) = 93+104+46=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #5D682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D682E is #A297D1. Grayscale: #5E5E5E. Windows color (decimal): -10655698 or 3041373. OLE color: 3041373.
HSL color Cylindrical-coordinate representation of color #5D682E: hue angle of 71.38º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D682E is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 104 | 46 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.59 |
| HSL | 71.38º | 0.39% | 0.29% | - |
| HSV(B) | 71.38º | 0.56% | 0.41% | - |
| XYZ | 9.96 | 12.43 | 4.46 | - |
| YUV | 94.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 104 | 46 | 0.11 | 0 | 0.56 | 0.59 | 71.38 | 0.39 | 0.29 |
| Hex | 5D | 68 | 2E | B | 0 | 38 | 3B | 47 | 27 | 1D |
| Octal | 135 | 150 | 56 | 13 | 0 | 70 | 73 | 107 | 47 | 35 |
| Binary | 1011101 | 1101000 | 101110 | 1011 | 0 | 111000 | 111011 | 1000111 | 100111 | 11101 |
Color Harmonies of #5D682E
Complementary color
Monochromatic Colors of #5D682E
Black with #5D682E
Text Example
Text Example
White with #5D682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D682E; }
p { color: rgb(93,104,46); }
H1.HeaderClassName
{
color: #5D682E;
}
.AnyTagClassName
{
color: #5D682E;
}
</style>
background-color css
<style>
a { background-color: #5D682E; }
a { background-color: rgb(93,104,46); }
div.DivClassName
{
background-color: #5D682E;
}
.BgClassName
{
background-color: #5D682E;
}
</style>
border-color css
<style>
span { border-color: #5D682E; }
span { border-color: rgb(93,104,46); }
td.TdClassName
{
border-color: #5D682E;
}
.TagClassName
{
border-color: #5D682E;
}
</style>