#87714A

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

Shades of Shadow #87714A

Tints of Shadow #87714A

Color information

#87714A (or 0x87714A) is unknown color: approx Shadow. HEX triplet: 87, 71 and 4A. RGB value is (135,113,74). Sum of RGB (Red+Green+Blue) = 135+113+74=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #87714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87714A is #788EB5. Grayscale: #737373. Windows color (decimal): -7900854 or 4878727. OLE color: 4878727.

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

Color convert

RGB13511374-
CMYK00.160.450.47
HSL38.36º29.19%40.98%-
HSV(B)38.36º45.19%52.94%-
XYZ17.1317.468.94-
YUV115.13104.79142.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.93%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 74 (29.30% from 255) = 22.98%
R=41.93%
G=35.09%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351137400.160.450.4738.3629.1940.98
Hex87714A0102D2F261d29
Octal2071611120205557463551
Binary100001111110001100101001000010110110111110011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87714A; }

 p { color: rgb(135,113,74); }

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

<style>
 a { background-color: #87714A; }

 a { background-color: rgb(135,113,74); }

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

<style>
 span { border-color: #87714A; }

 span { border-color: rgb(135,113,74); }

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