#894A47

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

Shades of Lotus #894A47

Tints of Lotus #894A47

Color information

#894A47 (or 0x894A47) is unknown color: approx Lotus. HEX triplet: 89, 4A and 47. RGB value is (137,74,71). Sum of RGB (Red+Green+Blue) = 137+74+71=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 137 - color contains mainly: red. Hex color #894A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894A47 is #76B5B8. Grayscale: #5C5C5C. Windows color (decimal): -7779769 or 4672137. OLE color: 4672137.

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

Color convert

RGB1377471-
CMYK00.460.480.46
HSL2.73º31.73%40.78%-
HSV(B)2.73º48.18%53.73%-
XYZ13.910.677.29-
YUV92.49115.87159.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.58%
GREEN value IS 74 (29.30% from 255) = 26.24%
BLUE value IS 71 (28.12% from 255) = 25.18%
R=48.58%
G=26.24%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137747100.460.480.462.7331.7340.78
Hex894A4702E302E32029
Octal211112107056605634051
Binary1000100110010101000111010111011000010111011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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