#87554E

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

Shades of Lotus #87554E

Tints of Lotus #87554E

Color information

#87554E (or 0x87554E) is unknown color: approx Lotus. HEX triplet: 87, 55 and 4E. RGB value is (135,85,78). Sum of RGB (Red+Green+Blue) = 135+85+78=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #87554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87554E is #78AAB1. Grayscale: #636363. Windows color (decimal): -7908018 or 5133703. OLE color: 5133703.

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

Color convert

RGB1358578-
CMYK00.370.420.47
HSL7.37º26.76%41.76%-
HSV(B)7.37º42.22%52.94%-
XYZ14.6212.28.79-
YUV99.15116.06153.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 78 (30.86% from 255) = 26.17%
R=45.30%
G=28.52%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135857800.370.420.477.3726.7641.76
Hex87554E0252A2F71b2a
Octal207125116045525773352
Binary1000011110101011001110010010110101010111111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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