#8E504B

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

Shades of Lotus #8E504B

Tints of Lotus #8E504B

Color information

#8E504B (or 0x8E504B) is unknown color: approx Lotus. HEX triplet: 8E, 50 and 4B. RGB value is (142,80,75). Sum of RGB (Red+Green+Blue) = 142+80+75=297 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.81% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 142 - color contains mainly: red. Hex color #8E504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E504B is #71AFB4. Grayscale: #626262. Windows color (decimal): -7450549 or 4935822. OLE color: 4935822.

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

Color convert

RGB1428075-
CMYK00.440.470.44
HSL4.48º30.88%42.55%-
HSV(B)4.48º47.18%55.69%-
XYZ15.29128.17-
YUV97.97115.04159.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.81%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=47.81%
G=26.94%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142807500.440.470.444.4830.8842.55
Hex8E504B02C2F2C41f2b
Octal216120113054575443753
Binary1000111010100001001011010110010111110110010011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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