#855553

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

Shades of Lotus #855553

Tints of Lotus #855553

Color information

#855553 (or 0x855553) is unknown color: approx Lotus. HEX triplet: 85, 55 and 53. RGB value is (133,85,83). Sum of RGB (Red+Green+Blue) = 133+85+83=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #855553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855553 is #7AAAAC. Grayscale: #636363. Windows color (decimal): -8039085 or 5461381. OLE color: 5461381.

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

Color convert

RGB1338583-
CMYK00.360.380.48
HSL2.4º23.15%42.35%-
HSV(B)2.4º37.59%52.16%-
XYZ14.4812.119.76-
YUV99.12118.9152.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 83 (32.81% from 255) = 27.57%
R=44.19%
G=28.24%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133858300.360.380.482.423.1542.35
Hex85555302426302172a
Octal205125123044466022752
Binary100001011010101101001101001001001101100001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855553; }

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

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

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

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

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

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

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

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