#86524A

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

Shades of Lotus #86524A

Tints of Lotus #86524A

Color information

#86524A (or 0x86524A) is unknown color: approx Lotus. HEX triplet: 86, 52 and 4A. RGB value is (134,82,74). Sum of RGB (Red+Green+Blue) = 134+82+74=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #86524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86524A is #79ADB5. Grayscale: #606060. Windows color (decimal): -7974326 or 4870790. OLE color: 4870790.

HSL color Cylindrical-coordinate representation of color #86524A: hue angle of 8º 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 #86524A is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1348274-
CMYK00.390.450.47
HSL28.85%40.78%-
HSV(B)44.78%52.55%-
XYZ14.0811.67.97-
YUV96.64115.23154.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=46.21%
G=28.28%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134827400.390.450.47828.8540.78
Hex86524A0272D2F81d29
Octal2061221120475557103551
Binary10000110101001010010100100111101101101111100011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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