#86524C

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

Shades of Lotus #86524C

Tints of Lotus #86524C

Color information

#86524C (or 0x86524C) is unknown color: approx Lotus. HEX triplet: 86, 52 and 4C. RGB value is (134,82,76). Sum of RGB (Red+Green+Blue) = 134+82+76=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #86524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86524C is #79ADB3. Grayscale: #606060. Windows color (decimal): -7974324 or 5001862. OLE color: 5001862.

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

Color convert

RGB1348276-
CMYK00.390.430.47
HSL6.21º27.62%41.18%-
HSV(B)6.21º43.28%52.55%-
XYZ14.1511.628.34-
YUV96.86116.23154.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 82 (32.42% from 255) = 28.08%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=45.89%
G=28.08%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134827600.390.430.476.2127.6241.18
Hex86524C0272B2F61c29
Octal206122114047535763451
Binary1000011010100101001100010011110101110111111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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