#855751

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

Shades of Lotus #855751

Tints of Lotus #855751

Color information

#855751 (or 0x855751) is unknown color: approx Lotus. HEX triplet: 85, 57 and 51. RGB value is (133,87,81). Sum of RGB (Red+Green+Blue) = 133+87+81=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #855751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855751 is #7AA8AE. Grayscale: #646464. Windows color (decimal): -8038575 or 5330821. OLE color: 5330821.

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

Color convert

RGB1338781-
CMYK00.350.390.48
HSL6.92º24.3%41.96%-
HSV(B)6.92º39.1%52.16%-
XYZ14.5712.49.41-
YUV100.07117.24151.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 81 (32.03% from 255) = 26.91%
R=44.19%
G=28.90%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133878100.350.390.486.9224.341.96
Hex85575102327307182a
Octal205127121043476073052
Binary1000010110101111010001010001110011111000011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855751; }

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

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

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

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

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

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

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

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