#87534E

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

Shades of Lotus #87534E

Tints of Lotus #87534E

Color information

#87534E (or 0x87534E) is unknown color: approx Lotus. HEX triplet: 87, 53 and 4E. RGB value is (135,83,78). Sum of RGB (Red+Green+Blue) = 135+83+78=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #87534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87534E is #78ACB1. Grayscale: #626262. Windows color (decimal): -7908530 or 5133191. OLE color: 5133191.

HSL color Cylindrical-coordinate representation of color #87534E: hue angle of 5.26º 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 #87534E is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1358378-
CMYK00.390.420.47
HSL5.26º26.76%41.76%-
HSV(B)5.26º42.22%52.94%-
XYZ14.4611.898.74-
YUV97.98116.73154.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.61%
GREEN value IS 83 (32.81% from 255) = 28.04%
BLUE value IS 78 (30.86% from 255) = 26.35%
R=45.61%
G=28.04%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135837800.390.420.475.2626.7641.76
Hex87534E0272A2F51b2a
Octal207123116047525753352
Binary1000011110100111001110010011110101010111110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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