#885551

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

Shades of Lotus #885551

Tints of Lotus #885551

Color information

#885551 (or 0x885551) is unknown color: approx Lotus. HEX triplet: 88, 55 and 51. RGB value is (136,85,81). Sum of RGB (Red+Green+Blue) = 136+85+81=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #885551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885551 is #77AAAE. Grayscale: #636363. Windows color (decimal): -7842479 or 5330312. OLE color: 5330312.

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

Color convert

RGB1368581-
CMYK00.380.400.47
HSL4.36º25.35%42.55%-
HSV(B)4.36º40.44%53.33%-
XYZ14.8912.339.38-
YUV99.79117.4153.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.03%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 81 (32.03% from 255) = 26.82%
R=45.03%
G=28.15%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136858100.380.400.474.3625.3542.55
Hex885551026282F4192b
Octal210125121046505743153
Binary1000100010101011010001010011010100010111110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885551; }

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

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

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

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

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

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

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

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