#87564D

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

Shades of Lotus #87564D

Tints of Lotus #87564D

Color information

#87564D (or 0x87564D) is unknown color: approx Lotus. HEX triplet: 87, 56 and 4D. RGB value is (135,86,77). Sum of RGB (Red+Green+Blue) = 135+86+77=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #87564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87564D is #78A9B2. Grayscale: #636363. Windows color (decimal): -7907763 or 5068423. OLE color: 5068423.

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

Color convert

RGB1358677-
CMYK00.360.430.47
HSL9.31º27.36%41.57%-
HSV(B)9.31º42.96%52.94%-
XYZ14.6612.348.63-
YUV99.62115.23153.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 77 (30.47% from 255) = 25.84%
R=45.30%
G=28.86%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135867700.360.430.479.3127.3641.57
Hex87564D0242B2F91b2a
Octal2071261150445357113352
Binary10000111101011010011010100100101011101111100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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