#855755

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

Shades of Lotus #855755

Tints of Lotus #855755

Color information

#855755 (or 0x855755) is unknown color: approx Lotus. HEX triplet: 85, 57 and 55. RGB value is (133,87,85). Sum of RGB (Red+Green+Blue) = 133+87+85=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #855755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855755 is #7AA8AA. Grayscale: #646464. Windows color (decimal): -8038571 or 5592965. OLE color: 5592965.

HSL color Cylindrical-coordinate representation of color #855755: hue angle of 2.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #855755 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB1338785-
CMYK00.350.360.48
HSL2.5º22.02%42.75%-
HSV(B)2.5º36.09%52.16%-
XYZ14.7212.4610.22-
YUV100.53119.24151.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 85 (33.59% from 255) = 27.87%
R=43.61%
G=28.52%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133878500.350.360.482.522.0242.75
Hex85575502324303162b
Octal205127125043446032653
Binary100001011010111101010101000111001001100001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855755; }

 p { color: rgb(133,87,85); }

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

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

 a { background-color: rgb(133,87,85); }

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

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

 span { border-color: rgb(133,87,85); }

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