Shades of Lotus #8E5553
Tints of Lotus #8E5553
RGB
CMYK
RGB Variations
Color information
#8E5553 (or 0x8E5553) is known color: Lotus. HEX triplet: 8E, 55 and 53. RGB value is (142,85,83). Sum of RGB (Red+Green+Blue) = 142+85+83=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5553 is #71AAAC. Grayscale: #656565. Windows color (decimal): -7449261 or 5461390. OLE color: 5461390.
HSL color Cylindrical-coordinate representation of color #8E5553: hue angle of 2.03º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E5553 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 85 | 83 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.44 |
| HSL | 2.03º | 0.26% | 0.44% | - |
| HSV(B) | 2.03º | 0.42% | 0.56% | - |
| XYZ | 15.97 | 12.87 | 9.83 | - |
| YUV | 101.82 | 117.38 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 83 | 0 | 0.40 | 0.42 | 0.44 | 2.03 | 0.26 | 0.44 |
| Hex | 8E | 55 | 53 | 0 | 28 | 2A | 2C | 2 | 1A | 2C |
| Octal | 216 | 125 | 123 | 0 | 50 | 52 | 54 | 2 | 32 | 54 |
| Binary | 10001110 | 1010101 | 1010011 | 0 | 101000 | 101010 | 101100 | 10 | 11010 | 101100 |
Color Harmonies of #8E5553
Complementary color
Monochromatic Colors of #8E5553
Black with #8E5553
Text Example
Text Example
White with #8E5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5553; }
p { color: rgb(142,85,83); }
H1.HeaderClassName
{
color: #8E5553;
}
.AnyTagClassName
{
color: #8E5553;
}
</style>
background-color css
<style>
a { background-color: #8E5553; }
a { background-color: rgb(142,85,83); }
div.DivClassName
{
background-color: #8E5553;
}
.BgClassName
{
background-color: #8E5553;
}
</style>
border-color css
<style>
span { border-color: #8E5553; }
span { border-color: rgb(142,85,83); }
td.TdClassName
{
border-color: #8E5553;
}
.TagClassName
{
border-color: #8E5553;
}
</style>