#855551

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

Shades of Lotus #855551

Tints of Lotus #855551

Color information

#855551 (or 0x855551) is unknown color: approx Lotus. HEX triplet: 85, 55 and 51. RGB value is (133,85,81). Sum of RGB (Red+Green+Blue) = 133+85+81=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #855551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855551 is #7AAAAE. Grayscale: #626262. Windows color (decimal): -8039087 or 5330309. OLE color: 5330309.

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

Color convert

RGB1338581-
CMYK00.360.390.48
HSL4.62º24.3%41.96%-
HSV(B)4.62º39.1%52.16%-
XYZ14.4112.089.36-
YUV98.9117.9152.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 81 (32.03% from 255) = 27.09%
R=44.48%
G=28.43%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133858100.360.390.484.6224.341.96
Hex85555102427305182a
Octal205125121044476053052
Binary1000010110101011010001010010010011111000010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855551; }

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

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

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

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

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

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

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

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