#86504D

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

Shades of Lotus #86504D

Tints of Lotus #86504D

Color information

#86504D (or 0x86504D) is unknown color: approx Lotus. HEX triplet: 86, 50 and 4D. RGB value is (134,80,77). Sum of RGB (Red+Green+Blue) = 134+80+77=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #86504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86504D is #79AFB2. Grayscale: #5F5F5F. Windows color (decimal): -7974835 or 5066886. OLE color: 5066886.

HSL color Cylindrical-coordinate representation of color #86504D: hue angle of 3.16º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86504D is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1348077-
CMYK00.400.430.47
HSL3.16º27.01%41.37%-
HSV(B)3.16º42.54%52.55%-
XYZ14.0411.348.47-
YUV95.8117.39155.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 80 (31.64% from 255) = 27.49%
BLUE value IS 77 (30.47% from 255) = 26.46%
R=46.05%
G=27.49%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134807700.400.430.473.1627.0141.37
Hex86504D0282B2F31b29
Octal206120115050535733351
Binary100001101010000100110101010001010111011111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86504D; }

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

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

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

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

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

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

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

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