#86504A

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

Shades of Lotus #86504A

Tints of Lotus #86504A

Color information

#86504A (or 0x86504A) is unknown color: approx Lotus. HEX triplet: 86, 50 and 4A. RGB value is (134,80,74). Sum of RGB (Red+Green+Blue) = 134+80+74=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #86504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86504A is #79AFB5. Grayscale: #5F5F5F. Windows color (decimal): -7974838 or 4870278. OLE color: 4870278.

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

Color convert

RGB1348074-
CMYK00.400.450.47
HSL28.85%40.78%-
HSV(B)44.78%52.55%-
XYZ13.9411.37.93-
YUV95.46115.89155.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=46.53%
G=27.78%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134807400.400.450.47628.8540.78
Hex86504A0282D2F61d29
Octal206120112050555763551
Binary1000011010100001001010010100010110110111111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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