#894C48

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

Shades of Lotus #894C48

Tints of Lotus #894C48

Color information

#894C48 (or 0x894C48) is unknown color: approx Lotus. HEX triplet: 89, 4C and 48. RGB value is (137,76,72). Sum of RGB (Red+Green+Blue) = 137+76+72=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #894C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894C48 is #76B3B7. Grayscale: #5D5D5D. Windows color (decimal): -7779256 or 4738185. OLE color: 4738185.

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

Color convert

RGB1377672-
CMYK00.450.470.46
HSL3.69º31.1%40.98%-
HSV(B)3.69º47.45%53.73%-
XYZ14.0710.967.5-
YUV93.78115.71158.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.07%
GREEN value IS 76 (30.08% from 255) = 26.67%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=48.07%
G=26.67%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137767200.450.470.463.6931.140.98
Hex894C4802D2F2E41f29
Octal211114110055575643751
Binary1000100110011001001000010110110111110111010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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