#885953

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

Shades of Lotus #885953

Tints of Lotus #885953

Color information

#885953 (or 0x885953) is unknown color: approx Lotus. HEX triplet: 88, 59 and 53. RGB value is (136,89,83). Sum of RGB (Red+Green+Blue) = 136+89+83=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #885953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885953 is #77A6AC. Grayscale: #666666. Windows color (decimal): -7841453 or 5462408. OLE color: 5462408.

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

Color convert

RGB1368983-
CMYK00.350.390.47
HSL6.79º24.2%42.94%-
HSV(B)6.79º38.97%53.33%-
XYZ15.29139.89-
YUV102.37117.07151.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 83 (32.81% from 255) = 26.95%
R=44.16%
G=28.90%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136898300.350.390.476.7924.242.94
Hex885953023272F7182b
Octal210131123043475773053
Binary1000100010110011010011010001110011110111111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885953; }

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

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

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

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

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

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

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

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