#894E49

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

Shades of Lotus #894E49

Tints of Lotus #894E49

Color information

#894E49 (or 0x894E49) is unknown color: approx Lotus. HEX triplet: 89, 4E and 49. RGB value is (137,78,73). Sum of RGB (Red+Green+Blue) = 137+78+73=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #894E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894E49 is #76B1B6. Grayscale: #5F5F5F. Windows color (decimal): -7778743 or 4804233. OLE color: 4804233.

HSL color Cylindrical-coordinate representation of color #894E49: hue angle of 4.69º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #894E49 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB1377873-
CMYK00.430.470.46
HSL4.69º30.48%41.18%-
HSV(B)4.69º46.72%53.73%-
XYZ14.2411.257.72-
YUV95.07115.55157.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.57%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 73 (28.91% from 255) = 25.35%
R=47.57%
G=27.08%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137787300.430.470.464.6930.4841.18
Hex894E4902B2F2E51e29
Octal211116111053575653651
Binary1000100110011101001001010101110111110111010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894E49; }

 p { color: rgb(137,78,73); }

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

<style>
 a { background-color: #894E49; }

 a { background-color: rgb(137,78,73); }

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

<style>
 span { border-color: #894E49; }

 span { border-color: rgb(137,78,73); }

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