#8E5850

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

Shades of Lotus #8E5850

Tints of Lotus #8E5850

Color information

#8E5850 (or 0x8E5850) is unknown color: approx Lotus. HEX triplet: 8E, 58 and 50. RGB value is (142,88,80). Sum of RGB (Red+Green+Blue) = 142+88+80=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5850 is #71A7AF. Grayscale: #676767. Windows color (decimal): -7448496 or 5265550. OLE color: 5265550.

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

Color convert

RGB1428880-
CMYK00.380.440.44
HSL7.74º27.93%43.53%-
HSV(B)7.74º43.66%55.69%-
XYZ16.0913.319.31-
YUV103.23114.89155.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.81%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 80 (31.64% from 255) = 25.81%
R=45.81%
G=28.39%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142888000.380.440.447.7427.9343.53
Hex8E58500262C2C81c2c
Octal2161301200465454103454
Binary10001110101100010100000100110101100101100100011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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