#894F4B

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

Shades of Lotus #894F4B

Tints of Lotus #894F4B

Color information

#894F4B (or 0x894F4B) is unknown color: approx Lotus. HEX triplet: 89, 4F and 4B. RGB value is (137,79,75). Sum of RGB (Red+Green+Blue) = 137+79+75=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #894F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F4B is #76B0B4. Grayscale: #5F5F5F. Windows color (decimal): -7778485 or 4935561. OLE color: 4935561.

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

Color convert

RGB1377975-
CMYK00.420.450.46
HSL3.87º29.25%41.57%-
HSV(B)3.87º45.26%53.73%-
XYZ14.3811.428.1-
YUV95.89116.22157.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.08%
GREEN value IS 79 (31.25% from 255) = 27.15%
BLUE value IS 75 (29.69% from 255) = 25.77%
R=47.08%
G=27.15%
B=25.77%

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
Decimal137797500.420.450.463.8729.2541.57
Hex894F4B02A2D2E41d2a
Octal211117113052555643552
Binary1000100110011111001011010101010110110111010011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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