#87544D

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

Shades of Lotus #87544D

Tints of Lotus #87544D

Color information

#87544D (or 0x87544D) is unknown color: approx Lotus. HEX triplet: 87, 54 and 4D. RGB value is (135,84,77). Sum of RGB (Red+Green+Blue) = 135+84+77=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #87544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87544D is #78ABB2. Grayscale: #626262. Windows color (decimal): -7908275 or 5067911. OLE color: 5067911.

HSL color Cylindrical-coordinate representation of color #87544D: hue angle of 7.24º 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 #87544D is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1358477-
CMYK00.380.430.47
HSL7.24º27.36%41.57%-
HSV(B)7.24º42.96%52.94%-
XYZ14.512.038.58-
YUV98.45115.9154.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.61%
GREEN value IS 84 (33.20% from 255) = 28.38%
BLUE value IS 77 (30.47% from 255) = 26.01%
R=45.61%
G=28.38%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135847700.380.430.477.2427.3641.57
Hex87544D0262B2F71b2a
Octal207124115046535773352
Binary1000011110101001001101010011010101110111111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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