#885751

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

Shades of Lotus #885751

Tints of Lotus #885751

Color information

#885751 (or 0x885751) is unknown color: approx Lotus. HEX triplet: 88, 57 and 51. RGB value is (136,87,81). Sum of RGB (Red+Green+Blue) = 136+87+81=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #885751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885751 is #77A8AE. Grayscale: #656565. Windows color (decimal): -7841967 or 5330824. OLE color: 5330824.

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

Color convert

RGB1368781-
CMYK00.360.400.47
HSL6.55º25.35%42.55%-
HSV(B)6.55º40.44%53.33%-
XYZ15.0512.649.43-
YUV100.97116.73152.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.74%
GREEN value IS 87 (34.38% from 255) = 28.62%
BLUE value IS 81 (32.03% from 255) = 26.64%
R=44.74%
G=28.62%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136878100.360.400.476.5525.3542.55
Hex885751024282F7192b
Octal210127121044505773153
Binary1000100010101111010001010010010100010111111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885751; }

 p { color: rgb(136,87,81); }

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

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

 a { background-color: rgb(136,87,81); }

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

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

 span { border-color: rgb(136,87,81); }

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