#8E514F

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

Shades of Lotus #8E514F

Tints of Lotus #8E514F

Color information

#8E514F (or 0x8E514F) is unknown color: approx Lotus. HEX triplet: 8E, 51 and 4F. RGB value is (142,81,79). Sum of RGB (Red+Green+Blue) = 142+81+79=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 142 - color contains mainly: red. Hex color #8E514F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E514F is #71AEB0. Grayscale: #636363. Windows color (decimal): -7450289 or 5198222. OLE color: 5198222.

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

Color convert

RGB1428179-
CMYK00.430.440.44
HSL1.9º28.51%43.33%-
HSV(B)1.9º44.37%55.69%-
XYZ15.5112.28.93-
YUV99.01116.71158.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.02%
GREEN value IS 81 (32.03% from 255) = 26.82%
BLUE value IS 79 (31.25% from 255) = 26.16%
R=47.02%
G=26.82%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142817900.430.440.441.928.5143.33
Hex8E514F02B2C2C21d2b
Octal216121117053545423553
Binary100011101010001100111101010111011001011001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,81,79); }

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

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

 a { background-color: rgb(142,81,79); }

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

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

 span { border-color: rgb(142,81,79); }

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