#87574c

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

Shades of Lotus #87574C

Tints of Lotus #87574C

Color information

#87574C (or 0x87574C) is unknown color: approx Lotus. HEX triplet: 87, 57 and 4C. RGB value is (135,87,76). Sum of RGB (Red+Green+Blue) = 135+87+76=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #87574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87574C is #78A8B3. Grayscale: #646464. Windows color (decimal): -7907508 or 5003143. OLE color: 5003143.

HSL color Cylindrical-coordinate representation of color #87574C: hue angle of 11.19º degrees, saturation: 0.28, 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 #87574C is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1358776-
CMYK00.360.440.47
HSL11.19º27.96%41.37%-
HSV(B)11.19º43.7%52.94%-
XYZ14.712.498.47-
YUV100.1114.4152.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 76 (30.08% from 255) = 25.50%
R=45.30%
G=29.19%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135877600.360.440.4711.1927.9641.37
Hex87574C0242C2Fb1c29
Octal2071271140445457133451
Binary10000111101011110011000100100101100101111101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87574c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87574c; }

 p { color: rgb(135,87,76); }

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

<style>
 a { background-color: #87574c; }

 a { background-color: rgb(135,87,76); }

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

<style>
 span { border-color: #87574c; }

 span { border-color: rgb(135,87,76); }

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