#894D4C

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

Shades of Lotus #894D4C

Tints of Lotus #894D4C

Color information

#894D4C (or 0x894D4C) is unknown color: approx Lotus. HEX triplet: 89, 4D and 4C. RGB value is (137,77,76). Sum of RGB (Red+Green+Blue) = 137+77+76=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #894D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D4C is #76B2B3. Grayscale: #5E5E5E. Windows color (decimal): -7778996 or 5000585. OLE color: 5000585.

HSL color Cylindrical-coordinate representation of color #894D4C: hue angle of 0.98º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #894D4C is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB1377776-
CMYK00.440.450.46
HSL0.98º28.64%41.76%-
HSV(B)0.98º44.53%53.73%-
XYZ14.2711.158.24-
YUV94.83117.38158.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.24%
GREEN value IS 77 (30.47% from 255) = 26.55%
BLUE value IS 76 (30.08% from 255) = 26.21%
R=47.24%
G=26.55%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137777600.440.450.460.9828.6441.76
Hex894D4C02C2D2E11d2a
Octal211115114054555613552
Binary10001001100110110011000101100101101101110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,77,76); }

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

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

 a { background-color: rgb(137,77,76); }

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

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

 span { border-color: rgb(137,77,76); }

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