#865550

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

Shades of Lotus #865550

Tints of Lotus #865550

Color information

#865550 (or 0x865550) is unknown color: approx Lotus. HEX triplet: 86, 55 and 50. RGB value is (134,85,80). Sum of RGB (Red+Green+Blue) = 134+85+80=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #865550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865550 is #79AAAF. Grayscale: #636363. Windows color (decimal): -7973552 or 5264774. OLE color: 5264774.

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

Color convert

RGB1348580-
CMYK00.370.400.47
HSL5.56º25.23%41.96%-
HSV(B)5.56º40.3%52.55%-
XYZ14.5312.149.17-
YUV99.08117.23152.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 80 (31.64% from 255) = 26.76%
R=44.82%
G=28.43%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134858000.370.400.475.5625.2341.96
Hex865550025282F6192a
Octal206125120045505763152
Binary1000011010101011010000010010110100010111111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865550; }

 p { color: rgb(134,85,80); }

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

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

 a { background-color: rgb(134,85,80); }

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

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

 span { border-color: rgb(134,85,80); }

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