Shades of Lotus #8E514A
Tints of Lotus #8E514A
RGB
CMYK
RGB Variations
Color information
#8E514A (or 0x8E514A) is known color: Lotus. HEX triplet: 8E, 51 and 4A. RGB value is (142,81,74). Sum of RGB (Red+Green+Blue) = 142+81+74=297 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.81% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 142 - color contains mainly: red. Hex color #8E514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E514A is #71AEB5. Grayscale: #626262. Windows color (decimal): -7450294 or 4870542. OLE color: 4870542.
HSL color Cylindrical-coordinate representation of color #8E514A: hue angle of 6.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E514A is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 81 | 74 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.44 |
| HSL | 6.18º | 0.31% | 0.42% | - |
| HSV(B) | 6.18º | 0.48% | 0.56% | - |
| XYZ | 15.33 | 12.13 | 8.01 | - |
| YUV | 98.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 81 | 74 | 0 | 0.43 | 0.48 | 0.44 | 6.18 | 0.31 | 0.42 |
| Hex | 8E | 51 | 4A | 0 | 2B | 30 | 2C | 6 | 1F | 2A |
| Octal | 216 | 121 | 112 | 0 | 53 | 60 | 54 | 6 | 37 | 52 |
| Binary | 10001110 | 1010001 | 1001010 | 0 | 101011 | 110000 | 101100 | 110 | 11111 | 101010 |
Color Harmonies of #8E514A
Complementary color
Monochromatic Colors of #8E514A
Black with #8E514A
Text Example
Text Example
White with #8E514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E514A; }
p { color: rgb(142,81,74); }
H1.HeaderClassName
{
color: #8E514A;
}
.AnyTagClassName
{
color: #8E514A;
}
</style>
background-color css
<style>
a { background-color: #8E514A; }
a { background-color: rgb(142,81,74); }
div.DivClassName
{
background-color: #8E514A;
}
.BgClassName
{
background-color: #8E514A;
}
</style>
border-color css
<style>
span { border-color: #8E514A; }
span { border-color: rgb(142,81,74); }
td.TdClassName
{
border-color: #8E514A;
}
.TagClassName
{
border-color: #8E514A;
}
</style>