Shades of Lotus #8E544A
Tints of Lotus #8E544A
RGB
CMYK
RGB Variations
Color information
#8E544A (or 0x8E544A) is known color: Lotus. HEX triplet: 8E, 54 and 4A. RGB value is (142,84,74). Sum of RGB (Red+Green+Blue) = 142+84+74=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E544A is #71ABB5. Grayscale: #646464. Windows color (decimal): -7449526 or 4871310. OLE color: 4871310.
HSL color Cylindrical-coordinate representation of color #8E544A: hue angle of 8.82º 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 #8E544A is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 84 | 74 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.44 |
| HSL | 8.82º | 0.31% | 0.42% | - |
| HSV(B) | 8.82º | 0.48% | 0.56% | - |
| XYZ | 15.56 | 12.59 | 8.09 | - |
| YUV | 100.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 84 | 74 | 0 | 0.41 | 0.48 | 0.44 | 8.82 | 0.31 | 0.42 |
| Hex | 8E | 54 | 4A | 0 | 29 | 30 | 2C | 9 | 1F | 2A |
| Octal | 216 | 124 | 112 | 0 | 51 | 60 | 54 | 11 | 37 | 52 |
| Binary | 10001110 | 1010100 | 1001010 | 0 | 101001 | 110000 | 101100 | 1001 | 11111 | 101010 |
Color Harmonies of #8E544A
Complementary color
Monochromatic Colors of #8E544A
Black with #8E544A
Text Example
Text Example
White with #8E544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E544A; }
p { color: rgb(142,84,74); }
H1.HeaderClassName
{
color: #8E544A;
}
.AnyTagClassName
{
color: #8E544A;
}
</style>
background-color css
<style>
a { background-color: #8E544A; }
a { background-color: rgb(142,84,74); }
div.DivClassName
{
background-color: #8E544A;
}
.BgClassName
{
background-color: #8E544A;
}
</style>
border-color css
<style>
span { border-color: #8E544A; }
span { border-color: rgb(142,84,74); }
td.TdClassName
{
border-color: #8E544A;
}
.TagClassName
{
border-color: #8E544A;
}
</style>