#885855

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

Shades of Lotus #885855

Tints of Lotus #885855

Color information

#885855 (or 0x885855) is unknown color: approx Lotus. HEX triplet: 88, 58 and 55. RGB value is (136,88,85). Sum of RGB (Red+Green+Blue) = 136+88+85=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #885855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885855 is #77A7AA. Grayscale: #666666. Windows color (decimal): -7841707 or 5593224. OLE color: 5593224.

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

Color convert

RGB1368885-
CMYK00.350.380.47
HSL3.53º23.08%43.33%-
HSV(B)3.53º37.5%53.33%-
XYZ15.2812.8710.27-
YUV102.01118.4152.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 85 (33.59% from 255) = 27.51%
R=44.01%
G=28.48%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136888500.350.380.473.5323.0843.33
Hex885855023262F4172b
Octal210130125043465742753
Binary1000100010110001010101010001110011010111110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885855; }

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

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

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

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

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

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

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

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