#885352

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

Shades of Lotus #885352

Tints of Lotus #885352

Color information

#885352 (or 0x885352) is unknown color: approx Lotus. HEX triplet: 88, 53 and 52. RGB value is (136,83,82). Sum of RGB (Red+Green+Blue) = 136+83+82=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #885352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885352 is #77ACAD. Grayscale: #626262. Windows color (decimal): -7842990 or 5395336. OLE color: 5395336.

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

Color convert

RGB1368382-
CMYK00.390.400.47
HSL1.11º24.77%42.75%-
HSV(B)1.11º39.71%53.33%-
XYZ14.7712.039.53-
YUV98.73118.56154.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.18%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=45.18%
G=27.57%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136838200.390.400.471.1124.7742.75
Hex885352027282F1192b
Octal210123122047505713153
Binary10001000101001110100100100111101000101111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885352; }

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

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

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

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

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

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

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

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