#865750

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

Shades of Lotus #865750

Tints of Lotus #865750

Color information

#865750 (or 0x865750) is unknown color: approx Lotus. HEX triplet: 86, 57 and 50. RGB value is (134,87,80). Sum of RGB (Red+Green+Blue) = 134+87+80=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #865750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865750 is #79A8AF. Grayscale: #646464. Windows color (decimal): -7973040 or 5265286. OLE color: 5265286.

HSL color Cylindrical-coordinate representation of color #865750: hue angle of 7.78º 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 #865750 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1348780-
CMYK00.350.400.47
HSL7.78º25.23%41.96%-
HSV(B)7.78º40.3%52.55%-
XYZ14.6912.469.22-
YUV100.26116.57152.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=44.52%
G=28.90%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134878000.350.400.477.7825.2341.96
Hex865750023282F8192a
Octal2061271200435057103152
Binary10000110101011110100000100011101000101111100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865750; }

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

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

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

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

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

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

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

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