Shades of Rain Forest #5E672D
Tints of Rain Forest #5E672D
RGB
CMYK
RGB Variations
Color information
#5E672D (or 0x5E672D) is known color: Rain Forest. HEX triplet: 5E, 67 and 2D. RGB value is (94,103,45). Sum of RGB (Red+Green+Blue) = 94+103+45=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 103 - color contains mainly: green. Hex color #5E672D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E672D is #A198D2. Grayscale: #5D5D5D. Windows color (decimal): -10590419 or 2975582. OLE color: 2975582.
HSL color Cylindrical-coordinate representation of color #5E672D: hue angle of 69.31º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E672D is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 103 | 45 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.60 |
| HSL | 69.31º | 0.39% | 0.29% | - |
| HSV(B) | 69.31º | 0.56% | 0.4% | - |
| XYZ | 9.94 | 12.27 | 4.33 | - |
| YUV | 93.7 | 100.52 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 45 | 0.09 | 0 | 0.56 | 0.60 | 69.31 | 0.39 | 0.29 |
| Hex | 5E | 67 | 2D | 9 | 0 | 38 | 3C | 45 | 27 | 1D |
| Octal | 136 | 147 | 55 | 11 | 0 | 70 | 74 | 105 | 47 | 35 |
| Binary | 1011110 | 1100111 | 101101 | 1001 | 0 | 111000 | 111100 | 1000101 | 100111 | 11101 |
Color Harmonies of #5E672D
Complementary color
Monochromatic Colors of #5E672D
Black with #5E672D
Text Example
Text Example
White with #5E672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E672D; }
p { color: rgb(94,103,45); }
H1.HeaderClassName
{
color: #5E672D;
}
.AnyTagClassName
{
color: #5E672D;
}
</style>
background-color css
<style>
a { background-color: #5E672D; }
a { background-color: rgb(94,103,45); }
div.DivClassName
{
background-color: #5E672D;
}
.BgClassName
{
background-color: #5E672D;
}
</style>
border-color css
<style>
span { border-color: #5E672D; }
span { border-color: rgb(94,103,45); }
td.TdClassName
{
border-color: #5E672D;
}
.TagClassName
{
border-color: #5E672D;
}
</style>