#8E554E

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

Shades of Lotus #8E554E

Tints of Lotus #8E554E

Color information

#8E554E (or 0x8E554E) is unknown color: approx Lotus. HEX triplet: 8E, 55 and 4E. RGB value is (142,85,78). Sum of RGB (Red+Green+Blue) = 142+85+78=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E554E is #71AAB1. Grayscale: #656565. Windows color (decimal): -7449266 or 5133710. OLE color: 5133710.

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

Color convert

RGB1428578-
CMYK00.400.450.44
HSL6.56º29.09%43.14%-
HSV(B)6.56º45.07%55.69%-
XYZ15.7812.88.85-
YUV101.24114.88157.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.56%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=46.56%
G=27.87%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142857800.400.450.446.5629.0943.14
Hex8E554E0282D2C71d2b
Octal216125116050555473553
Binary1000111010101011001110010100010110110110011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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