#885950

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

Shades of Lotus #885950

Tints of Lotus #885950

Color information

#885950 (or 0x885950) is unknown color: approx Lotus. HEX triplet: 88, 59 and 50. RGB value is (136,89,80). Sum of RGB (Red+Green+Blue) = 136+89+80=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #885950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885950 is #77A6AF. Grayscale: #666666. Windows color (decimal): -7841456 or 5265800. OLE color: 5265800.

HSL color Cylindrical-coordinate representation of color #885950: hue angle of 9.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #885950 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1368980-
CMYK00.350.410.47
HSL9.64º25.93%42.35%-
HSV(B)9.64º41.18%53.33%-
XYZ15.1712.969.29-
YUV102.03115.57152.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.59%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=44.59%
G=29.18%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136898000.350.410.479.6425.9342.35
Hex885950023292Fa1a2a
Octal2101311200435157123252
Binary10001000101100110100000100011101001101111101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885950; }

 p { color: rgb(136,89,80); }

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

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

 a { background-color: rgb(136,89,80); }

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

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

 span { border-color: rgb(136,89,80); }

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