#855350

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

Shades of Lotus #855350

Tints of Lotus #855350

Color information

#855350 (or 0x855350) is unknown color: approx Lotus. HEX triplet: 85, 53 and 50. RGB value is (133,83,80). Sum of RGB (Red+Green+Blue) = 133+83+80=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #855350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855350 is #7AACAF. Grayscale: #616161. Windows color (decimal): -8039600 or 5264261. OLE color: 5264261.

HSL color Cylindrical-coordinate representation of color #855350: hue angle of 3.4º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855350 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1338380-
CMYK00.380.400.48
HSL3.4º24.88%41.76%-
HSV(B)3.4º39.85%52.16%-
XYZ14.2111.759.11-
YUV97.61118.06153.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 83 (32.81% from 255) = 28.04%
BLUE value IS 80 (31.64% from 255) = 27.03%
R=44.93%
G=28.04%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133838000.380.400.483.424.8841.76
Hex85535002628303192a
Octal205123120046506033152
Binary100001011010011101000001001101010001100001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855350; }

 p { color: rgb(133,83,80); }

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

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

 a { background-color: rgb(133,83,80); }

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

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

 span { border-color: rgb(133,83,80); }

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