#895753

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

Shades of Lotus #895753

Tints of Lotus #895753

Color information

#895753 (or 0x895753) is unknown color: approx Lotus. HEX triplet: 89, 57 and 53. RGB value is (137,87,83). Sum of RGB (Red+Green+Blue) = 137+87+83=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #895753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895753 is #76A8AC. Grayscale: #656565. Windows color (decimal): -7776429 or 5461897. OLE color: 5461897.

HSL color Cylindrical-coordinate representation of color #895753: hue angle of 4.44º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895753 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB1378783-
CMYK00.360.390.46
HSL4.44º24.55%43.14%-
HSV(B)4.44º39.42%53.73%-
XYZ15.2912.769.84-
YUV101.49117.56153.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.63%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 83 (32.81% from 255) = 27.04%
R=44.63%
G=28.34%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137878300.360.390.464.4424.5543.14
Hex895753024272E4192b
Octal211127123044475643153
Binary1000100110101111010011010010010011110111010011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895753; }

 p { color: rgb(137,87,83); }

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

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

 a { background-color: rgb(137,87,83); }

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

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

 span { border-color: rgb(137,87,83); }

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