#894F4C

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

Shades of Lotus #894F4C

Tints of Lotus #894F4C

Color information

#894F4C (or 0x894F4C) is unknown color: approx Lotus. HEX triplet: 89, 4F and 4C. RGB value is (137,79,76). Sum of RGB (Red+Green+Blue) = 137+79+76=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #894F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F4C is #76B0B3. Grayscale: #606060. Windows color (decimal): -7778484 or 5001097. OLE color: 5001097.

HSL color Cylindrical-coordinate representation of color #894F4C: hue angle of 2.95º 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 #894F4C is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB1377976-
CMYK00.420.450.46
HSL2.95º28.64%41.76%-
HSV(B)2.95º44.53%53.73%-
XYZ14.4211.438.28-
YUV96116.72157.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.92%
GREEN value IS 79 (31.25% from 255) = 27.05%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=46.92%
G=27.05%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137797600.420.450.462.9528.6441.76
Hex894F4C02A2D2E31d2a
Octal211117114052555633552
Binary100010011001111100110001010101011011011101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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