#87554F

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

Shades of Lotus #87554F

Tints of Lotus #87554F

Color information

#87554F (or 0x87554F) is unknown color: approx Lotus. HEX triplet: 87, 55 and 4F. RGB value is (135,85,79). Sum of RGB (Red+Green+Blue) = 135+85+79=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #87554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87554F is #78AAB0. Grayscale: #636363. Windows color (decimal): -7908017 or 5199239. OLE color: 5199239.

HSL color Cylindrical-coordinate representation of color #87554F: hue angle of 6.43º 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 #87554F is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1358579-
CMYK00.370.410.47
HSL6.43º26.17%41.96%-
HSV(B)6.43º41.48%52.94%-
XYZ14.6512.218.98-
YUV99.27116.56153.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.15%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 79 (31.25% from 255) = 26.42%
R=45.15%
G=28.43%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135857900.370.410.476.4326.1741.96
Hex87554F025292F61a2a
Octal207125117045515763252
Binary1000011110101011001111010010110100110111111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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