#865753

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

Shades of Lotus #865753

Tints of Lotus #865753

Color information

#865753 (or 0x865753) is unknown color: approx Lotus. HEX triplet: 86, 57 and 53. RGB value is (134,87,83). Sum of RGB (Red+Green+Blue) = 134+87+83=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #865753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865753 is #79A8AC. Grayscale: #646464. Windows color (decimal): -7973037 or 5461894. OLE color: 5461894.

HSL color Cylindrical-coordinate representation of color #865753: hue angle of 4.71º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #865753 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1348783-
CMYK00.350.380.47
HSL4.71º23.5%42.55%-
HSV(B)4.71º38.06%52.55%-
XYZ14.812.519.82-
YUV100.6118.07151.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 87 (34.38% from 255) = 28.62%
BLUE value IS 83 (32.81% from 255) = 27.30%
R=44.08%
G=28.62%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134878300.350.380.474.7123.542.55
Hex865753023262F5182b
Octal206127123043465753053
Binary1000011010101111010011010001110011010111110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865753; }

 p { color: rgb(134,87,83); }

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

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

 a { background-color: rgb(134,87,83); }

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

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

 span { border-color: rgb(134,87,83); }

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