#8E574D

Color #8E574D Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #8E574D

Tints of Lotus #8E574D

Color information

#8E574D (or 0x8E574D) is unknown color: approx Lotus. HEX triplet: 8E, 57 and 4D. RGB value is (142,87,77). Sum of RGB (Red+Green+Blue) = 142+87+77=306 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.41% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 142 - color contains mainly: red. Hex color #8E574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E574D is #71A8B2. Grayscale: #666666. Windows color (decimal): -7448755 or 5068686. OLE color: 5068686.

HSL color Cylindrical-coordinate representation of color #8E574D: hue angle of 9.23º 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 #8E574D is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB1428777-
CMYK00.390.460.44
HSL9.23º29.68%42.94%-
HSV(B)9.23º45.77%55.69%-
XYZ15.913.18.71-
YUV102.3113.72156.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 46.41%
GREEN value IS 87 (34.38% from 255) = 28.43%
BLUE value IS 77 (30.47% from 255) = 25.16%
R=46.41%
G=28.43%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142877700.390.460.449.2329.6842.94
Hex8E574D0272E2C91e2b
Octal2161271150475654113653
Binary10001110101011110011010100111101110101100100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E574D; }

 p { color: rgb(142,87,77); }

 H1.HeaderClassName
 {
   color: #8E574D;
 }
 .AnyTagClassName
 {
   color: #8E574D;
 }
</style>
background-color css

<style>
 a { background-color: #8E574D; }

 a { background-color: rgb(142,87,77); }

 div.DivClassName
 {
   background-color: #8E574D;
 }
 .BgClassName
 {
   background-color: #8E574D;
 }
</style>
border-color css

<style>
 span { border-color: #8E574D; }

 span { border-color: rgb(142,87,77); }

 td.TdClassName
 {
   border-color: #8E574D;
 }
 .TagClassName
 {
   border-color: #8E574D;
 }
</style>