#87564E

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

Shades of Lotus #87564E

Tints of Lotus #87564E

Color information

#87564E (or 0x87564E) is unknown color: approx Lotus. HEX triplet: 87, 56 and 4E. RGB value is (135,86,78). Sum of RGB (Red+Green+Blue) = 135+86+78=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #87564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87564E is #78A9B1. Grayscale: #636363. Windows color (decimal): -7907762 or 5133959. OLE color: 5133959.

HSL color Cylindrical-coordinate representation of color #87564E: hue angle of 8.42º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87564E is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1358678-
CMYK00.360.420.47
HSL8.42º26.76%41.76%-
HSV(B)8.42º42.22%52.94%-
XYZ14.6912.368.82-
YUV99.74115.73153.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.15%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 78 (30.86% from 255) = 26.09%
R=45.15%
G=28.76%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135867800.360.420.478.4226.7641.76
Hex87564E0242A2F81b2a
Octal2071261160445257103352
Binary10000111101011010011100100100101010101111100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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