#8E5350

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

Shades of Lotus #8E5350

Tints of Lotus #8E5350

Color information

#8E5350 (or 0x8E5350) is unknown color: approx Lotus. HEX triplet: 8E, 53 and 50. RGB value is (142,83,80). Sum of RGB (Red+Green+Blue) = 142+83+80=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5350 is #71ACAF. Grayscale: #646464. Windows color (decimal): -7449776 or 5264270. OLE color: 5264270.

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

Color convert

RGB1428380-
CMYK00.420.440.44
HSL2.9º27.93%43.53%-
HSV(B)2.9º43.66%55.69%-
XYZ15.712.529.18-
YUV100.3116.55157.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.56%
GREEN value IS 83 (32.81% from 255) = 27.21%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=46.56%
G=27.21%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142838000.420.440.442.927.9343.53
Hex8E535002A2C2C31c2c
Octal216123120052545433454
Binary100011101010011101000001010101011001011001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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