#885350

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

Shades of Lotus #885350

Tints of Lotus #885350

Color information

#885350 (or 0x885350) is unknown color: approx Lotus. HEX triplet: 88, 53 and 50. RGB value is (136,83,80). Sum of RGB (Red+Green+Blue) = 136+83+80=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #885350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885350 is #77ACAF. Grayscale: #626262. Windows color (decimal): -7842992 or 5264264. OLE color: 5264264.

HSL color Cylindrical-coordinate representation of color #885350: hue angle of 3.21º 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 #885350 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1368380-
CMYK00.390.410.47
HSL3.21º25.93%42.35%-
HSV(B)3.21º41.18%53.33%-
XYZ14.69129.13-
YUV98.5117.56154.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.48%
GREEN value IS 83 (32.81% from 255) = 27.76%
BLUE value IS 80 (31.64% from 255) = 26.76%
R=45.48%
G=27.76%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136838000.390.410.473.2125.9342.35
Hex885350027292F31a2a
Octal210123120047515733252
Binary100010001010011101000001001111010011011111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885350; }

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

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

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

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

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

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

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

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