#865A53

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

Shades of Lotus #865A53

Tints of Lotus #865A53

Color information

#865A53 (or 0x865A53) is unknown color: approx Lotus. HEX triplet: 86, 5A and 53. RGB value is (134,90,83). Sum of RGB (Red+Green+Blue) = 134+90+83=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #865A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865A53 is #79A5AC. Grayscale: #666666. Windows color (decimal): -7972269 or 5462662. OLE color: 5462662.

HSL color Cylindrical-coordinate representation of color #865A53: hue angle of 8.24º 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 #865A53 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1349083-
CMYK00.330.380.47
HSL8.24º23.5%42.55%-
HSV(B)8.24º38.06%52.55%-
XYZ15.0513.019.9-
YUV102.36117.08150.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.65%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 83 (32.81% from 255) = 27.04%
R=43.65%
G=29.32%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134908300.330.380.478.2423.542.55
Hex865A53021262F8182b
Octal2061321230414657103053
Binary10000110101101010100110100001100110101111100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865A53; }

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

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

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

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

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

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

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

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