#8E5550

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

Shades of Lotus #8E5550

Tints of Lotus #8E5550

Color information

#8E5550 (or 0x8E5550) is unknown color: approx Lotus. HEX triplet: 8E, 55 and 50. RGB value is (142,85,80). Sum of RGB (Red+Green+Blue) = 142+85+80=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5550 is #71AAAF. Grayscale: #656565. Windows color (decimal): -7449264 or 5264782. OLE color: 5264782.

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

Color convert

RGB1428580-
CMYK00.400.440.44
HSL4.84º27.93%43.53%-
HSV(B)4.84º43.66%55.69%-
XYZ15.8512.839.23-
YUV101.47115.88156.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.25%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=46.25%
G=27.69%
B=26.06%

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
Decimal142858000.400.440.444.8427.9343.53
Hex8E55500282C2C51c2c
Octal216125120050545453454
Binary1000111010101011010000010100010110010110010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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