#87704F

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

Shades of Shadow #87704F

Tints of Shadow #87704F

Color information

#87704F (or 0x87704F) is unknown color: approx Shadow. HEX triplet: 87, 70 and 4F. RGB value is (135,112,79). Sum of RGB (Red+Green+Blue) = 135+112+79=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #87704F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87704F is #788FB0. Grayscale: #737373. Windows color (decimal): -7901105 or 5206151. OLE color: 5206151.

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

Color convert

RGB13511279-
CMYK00.170.410.47
HSL35.36º26.17%41.96%-
HSV(B)35.36º41.48%52.94%-
XYZ17.217.39.83-
YUV115.12107.62142.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 79 (31.25% from 255) = 24.23%
R=41.41%
G=34.36%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351127900.170.410.4735.3626.1741.96
Hex87704F011292F231a2a
Octal2071601170215157433252
Binary100001111110000100111101000110100110111110001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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