#894E48

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

Shades of Lotus #894E48

Tints of Lotus #894E48

Color information

#894E48 (or 0x894E48) is unknown color: approx Lotus. HEX triplet: 89, 4E and 48. RGB value is (137,78,72). Sum of RGB (Red+Green+Blue) = 137+78+72=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #894E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894E48 is #76B1B7. Grayscale: #5F5F5F. Windows color (decimal): -7778744 or 4738697. OLE color: 4738697.

HSL color Cylindrical-coordinate representation of color #894E48: hue angle of 5.54º degrees, saturation: 0.31, 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 #894E48 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB1377872-
CMYK00.430.470.46
HSL5.54º31.1%40.98%-
HSV(B)5.54º47.45%53.73%-
XYZ14.2111.247.55-
YUV94.96115.05157.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.74%
GREEN value IS 78 (30.86% from 255) = 27.18%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=47.74%
G=27.18%
B=25.09%

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
Decimal137787200.430.470.465.5431.140.98
Hex894E4802B2F2E61f29
Octal211116110053575663751
Binary1000100110011101001000010101110111110111011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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