Shades of Lotus #8E554D
Tints of Lotus #8E554D
RGB
CMYK
RGB Variations
Color information
#8E554D (or 0x8E554D) is known color: Lotus. HEX triplet: 8E, 55 and 4D. RGB value is (142,85,77). Sum of RGB (Red+Green+Blue) = 142+85+77=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E554D is #71AAB2. Grayscale: #656565. Windows color (decimal): -7449267 or 5068174. OLE color: 5068174.
HSL color Cylindrical-coordinate representation of color #8E554D: hue angle of 7.38º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E554D is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 85 | 77 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.44 |
| HSL | 7.38º | 0.3% | 0.43% | - |
| HSV(B) | 7.38º | 0.46% | 0.56% | - |
| XYZ | 15.74 | 12.78 | 8.66 | - |
| YUV | 101.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 77 | 0 | 0.40 | 0.46 | 0.44 | 7.38 | 0.3 | 0.43 |
| Hex | 8E | 55 | 4D | 0 | 28 | 2E | 2C | 7 | 1E | 2B |
| Octal | 216 | 125 | 115 | 0 | 50 | 56 | 54 | 7 | 36 | 53 |
| Binary | 10001110 | 1010101 | 1001101 | 0 | 101000 | 101110 | 101100 | 111 | 11110 | 101011 |
Color Harmonies of #8E554D
Complementary color
Monochromatic Colors of #8E554D
Black with #8E554D
Text Example
Text Example
White with #8E554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E554D; }
p { color: rgb(142,85,77); }
H1.HeaderClassName
{
color: #8E554D;
}
.AnyTagClassName
{
color: #8E554D;
}
</style>
background-color css
<style>
a { background-color: #8E554D; }
a { background-color: rgb(142,85,77); }
div.DivClassName
{
background-color: #8E554D;
}
.BgClassName
{
background-color: #8E554D;
}
</style>
border-color css
<style>
span { border-color: #8E554D; }
span { border-color: rgb(142,85,77); }
td.TdClassName
{
border-color: #8E554D;
}
.TagClassName
{
border-color: #8E554D;
}
</style>