#87534C

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

Shades of Lotus #87534C

Tints of Lotus #87534C

Color information

#87534C (or 0x87534C) is unknown color: approx Lotus. HEX triplet: 87, 53 and 4C. RGB value is (135,83,76). Sum of RGB (Red+Green+Blue) = 135+83+76=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #87534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87534C is #78ACB3. Grayscale: #616161. Windows color (decimal): -7908532 or 5002119. OLE color: 5002119.

HSL color Cylindrical-coordinate representation of color #87534C: hue angle of 7.12º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87534C is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1358376-
CMYK00.390.440.47
HSL7.12º27.96%41.37%-
HSV(B)7.12º43.7%52.94%-
XYZ14.3911.868.37-
YUV97.75115.73154.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.92%
GREEN value IS 83 (32.81% from 255) = 28.23%
BLUE value IS 76 (30.08% from 255) = 25.85%
R=45.92%
G=28.23%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135837600.390.440.477.1227.9641.37
Hex87534C0272C2F71c29
Octal207123114047545773451
Binary1000011110100111001100010011110110010111111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,83,76); }

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

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

 a { background-color: rgb(135,83,76); }

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

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

 span { border-color: rgb(135,83,76); }

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