#885250

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

Shades of Lotus #885250

Tints of Lotus #885250

Color information

#885250 (or 0x885250) is unknown color: approx Lotus. HEX triplet: 88, 52 and 50. RGB value is (136,82,80). Sum of RGB (Red+Green+Blue) = 136+82+80=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #885250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885250 is #77ADAF. Grayscale: #616161. Windows color (decimal): -7843248 or 5264008. OLE color: 5264008.

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

Color convert

RGB1368280-
CMYK00.400.410.47
HSL2.14º25.93%42.35%-
HSV(B)2.14º41.18%53.33%-
XYZ14.6211.859.11-
YUV97.92117.89155.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.64%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 80 (31.64% from 255) = 26.85%
R=45.64%
G=27.52%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136828000.400.410.472.1425.9342.35
Hex885250028292F21a2a
Octal210122120050515723252
Binary100010001010010101000001010001010011011111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885250; }

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

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

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

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

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

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

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

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