#895049

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

Shades of Lotus #895049

Tints of Lotus #895049

Color information

#895049 (or 0x895049) is unknown color: approx Lotus. HEX triplet: 89, 50 and 49. RGB value is (137,80,73). Sum of RGB (Red+Green+Blue) = 137+80+73=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #895049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895049 is #76AFB6. Grayscale: #606060. Windows color (decimal): -7778231 or 4804745. OLE color: 4804745.

HSL color Cylindrical-coordinate representation of color #895049: hue angle of 6.56º degrees, saturation: 0.3, 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 #895049 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB1378073-
CMYK00.420.470.46
HSL6.56º30.48%41.18%-
HSV(B)6.56º46.72%53.73%-
XYZ14.3911.547.77-
YUV96.24114.88157.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.24%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 73 (28.91% from 255) = 25.17%
R=47.24%
G=27.59%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137807300.420.470.466.5630.4841.18
Hex89504902A2F2E71e29
Octal211120111052575673651
Binary1000100110100001001001010101010111110111011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895049; }

 p { color: rgb(137,80,73); }

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

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

 a { background-color: rgb(137,80,73); }

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

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

 span { border-color: rgb(137,80,73); }

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