#8E5650

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

Shades of Lotus #8E5650

Tints of Lotus #8E5650

Color information

#8E5650 (or 0x8E5650) is unknown color: approx Lotus. HEX triplet: 8E, 56 and 50. RGB value is (142,86,80). Sum of RGB (Red+Green+Blue) = 142+86+80=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5650 is #71A9AF. Grayscale: #666666. Windows color (decimal): -7449008 or 5265038. OLE color: 5265038.

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

Color convert

RGB1428680-
CMYK00.390.440.44
HSL5.81º27.93%43.53%-
HSV(B)5.81º43.66%55.69%-
XYZ15.9312.999.26-
YUV102.06115.55156.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.10%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 80 (31.64% from 255) = 25.97%
R=46.10%
G=27.92%
B=25.97%

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
Decimal142868000.390.440.445.8127.9343.53
Hex8E56500272C2C61c2c
Octal216126120047545463454
Binary1000111010101101010000010011110110010110011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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