#8E554F

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

Shades of Lotus #8E554F

Tints of Lotus #8E554F

Color information

#8E554F (or 0x8E554F) is unknown color: approx Lotus. HEX triplet: 8E, 55 and 4F. RGB value is (142,85,79). Sum of RGB (Red+Green+Blue) = 142+85+79=306 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.41% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 142 - color contains mainly: red. Hex color #8E554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E554F is #71AAB0. Grayscale: #656565. Windows color (decimal): -7449265 or 5199246. OLE color: 5199246.

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

Color convert

RGB1428579-
CMYK00.400.440.44
HSL5.71º28.51%43.33%-
HSV(B)5.71º44.37%55.69%-
XYZ15.8212.819.04-
YUV101.36115.38156.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.41%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=46.41%
G=27.78%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142857900.400.440.445.7128.5143.33
Hex8E554F0282C2C61d2b
Octal216125117050545463553
Binary1000111010101011001111010100010110010110011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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