#87544A

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

Shades of Lotus #87544A

Tints of Lotus #87544A

Color information

#87544A (or 0x87544A) is unknown color: approx Lotus. HEX triplet: 87, 54 and 4A. RGB value is (135,84,74). Sum of RGB (Red+Green+Blue) = 135+84+74=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #87544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87544A is #78ABB5. Grayscale: #626262. Windows color (decimal): -7908278 or 4871303. OLE color: 4871303.

HSL color Cylindrical-coordinate representation of color #87544A: hue angle of 9.84º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87544A is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1358474-
CMYK00.380.450.47
HSL9.84º29.19%40.98%-
HSV(B)9.84º45.19%52.94%-
XYZ14.411.998.03-
YUV98.11114.4154.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.08%
GREEN value IS 84 (33.20% from 255) = 28.67%
BLUE value IS 74 (29.30% from 255) = 25.26%
R=46.08%
G=28.67%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135847400.380.450.479.8429.1940.98
Hex87544A0262D2Fa1d29
Octal2071241120465557123551
Binary10000111101010010010100100110101101101111101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87544A; }

 p { color: rgb(135,84,74); }

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

<style>
 a { background-color: #87544A; }

 a { background-color: rgb(135,84,74); }

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

<style>
 span { border-color: #87544A; }

 span { border-color: rgb(135,84,74); }

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