#87554B

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

Shades of Lotus #87554B

Tints of Lotus #87554B

Color information

#87554B (or 0x87554B) is unknown color: approx Lotus. HEX triplet: 87, 55 and 4B. RGB value is (135,85,75). Sum of RGB (Red+Green+Blue) = 135+85+75=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #87554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87554B is #78AAB4. Grayscale: #626262. Windows color (decimal): -7908021 or 4937095. OLE color: 4937095.

HSL color Cylindrical-coordinate representation of color #87554B: hue angle of 10º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87554B is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1358575-
CMYK00.370.440.47
HSL10º28.57%41.18%-
HSV(B)10º44.44%52.94%-
XYZ14.5112.168.24-
YUV98.81114.56153.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.76%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=45.76%
G=28.81%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135857500.370.440.471028.5741.18
Hex87554B0252C2Fa1d29
Octal2071251130455457123551
Binary10000111101010110010110100101101100101111101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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