#87564C

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

Shades of Lotus #87564C

Tints of Lotus #87564C

Color information

#87564C (or 0x87564C) is unknown color: approx Lotus. HEX triplet: 87, 56 and 4C. RGB value is (135,86,76). Sum of RGB (Red+Green+Blue) = 135+86+76=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #87564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87564C is #78A9B3. Grayscale: #636363. Windows color (decimal): -7907764 or 5002887. OLE color: 5002887.

HSL color Cylindrical-coordinate representation of color #87564C: hue angle of 10.17º 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 #87564C is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1358676-
CMYK00.360.440.47
HSL10.17º27.96%41.37%-
HSV(B)10.17º43.7%52.94%-
XYZ14.6212.338.45-
YUV99.51114.73153.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 76 (30.08% from 255) = 25.59%
R=45.45%
G=28.96%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135867600.360.440.4710.1727.9641.37
Hex87564C0242C2Fa1c29
Octal2071261140445457123451
Binary10000111101011010011000100100101100101111101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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