#8E574F

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

Shades of Lotus #8E574F

Tints of Lotus #8E574F

Color information

#8E574F (or 0x8E574F) is unknown color: approx Lotus. HEX triplet: 8E, 57 and 4F. RGB value is (142,87,79). Sum of RGB (Red+Green+Blue) = 142+87+79=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E574F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E574F is #71A8B0. Grayscale: #666666. Windows color (decimal): -7448753 or 5199758. OLE color: 5199758.

HSL color Cylindrical-coordinate representation of color #8E574F: hue angle of 7.62º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E574F is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB1428779-
CMYK00.390.440.44
HSL7.62º28.51%43.33%-
HSV(B)7.62º44.37%55.69%-
XYZ15.9713.139.09-
YUV102.53114.72156.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.10%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 79 (31.25% from 255) = 25.65%
R=46.10%
G=28.25%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142877900.390.440.447.6228.5143.33
Hex8E574F0272C2C81d2b
Octal2161271170475454103553
Binary10001110101011110011110100111101100101100100011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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