#894E47

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

Shades of Lotus #894E47

Tints of Lotus #894E47

Color information

#894E47 (or 0x894E47) is unknown color: approx Lotus. HEX triplet: 89, 4E and 47. RGB value is (137,78,71). Sum of RGB (Red+Green+Blue) = 137+78+71=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #894E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894E47 is #76B1B8. Grayscale: #5E5E5E. Windows color (decimal): -7778745 or 4673161. OLE color: 4673161.

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

Color convert

RGB1377871-
CMYK00.430.480.46
HSL6.36º31.73%40.78%-
HSV(B)6.36º48.18%53.73%-
XYZ14.1811.227.38-
YUV94.84114.55158.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.90%
GREEN value IS 78 (30.86% from 255) = 27.27%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=47.90%
G=27.27%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137787100.430.480.466.3631.7340.78
Hex894E4702B302E62029
Octal211116107053605664051
Binary10001001100111010001110101011110000101110110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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