#87524F

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

Shades of Lotus #87524F

Tints of Lotus #87524F

Color information

#87524F (or 0x87524F) is unknown color: approx Lotus. HEX triplet: 87, 52 and 4F. RGB value is (135,82,79). Sum of RGB (Red+Green+Blue) = 135+82+79=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #87524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87524F is #78ADB0. Grayscale: #616161. Windows color (decimal): -7908785 or 5198471. OLE color: 5198471.

HSL color Cylindrical-coordinate representation of color #87524F: hue angle of 3.21º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87524F is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1358279-
CMYK00.390.410.47
HSL3.21º26.17%41.96%-
HSV(B)3.21º41.48%52.94%-
XYZ14.4211.758.91-
YUV97.5117.56154.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.61%
GREEN value IS 82 (32.42% from 255) = 27.70%
BLUE value IS 79 (31.25% from 255) = 26.69%
R=45.61%
G=27.70%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135827900.390.410.473.2126.1741.96
Hex87524F027292F31a2a
Octal207122117047515733252
Binary100001111010010100111101001111010011011111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87524F; }

 p { color: rgb(135,82,79); }

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

<style>
 a { background-color: #87524F; }

 a { background-color: rgb(135,82,79); }

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

<style>
 span { border-color: #87524F; }

 span { border-color: rgb(135,82,79); }

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