#895555

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

Shades of Lotus #895555

Tints of Lotus #895555

Color information

#895555 (or 0x895555) is unknown color: approx Lotus. HEX triplet: 89, 55 and 55. RGB value is (137,85,85). Sum of RGB (Red+Green+Blue) = 137+85+85=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #895555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895555 is #76AAAA. Grayscale: #646464. Windows color (decimal): -7776939 or 5592457. OLE color: 5592457.

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

Color convert

RGB1378585-
CMYK00.380.380.46
HSL23.42%43.53%-
HSV(B)37.96%53.73%-
XYZ15.212.4710.2-
YUV100.55119.23154-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.63%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 85 (33.59% from 255) = 27.69%
R=44.63%
G=27.69%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137858500.380.380.46023.4243.53
Hex895555026262E0172c
Octal211125125046465602754
Binary10001001101010110101010100110100110101110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895555; }

 p { color: rgb(137,85,85); }

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

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

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

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

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

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

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