#87714F

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

Shades of Shadow #87714F

Tints of Shadow #87714F

Color information

#87714F (or 0x87714F) is unknown color: approx Shadow. HEX triplet: 87, 71 and 4F. RGB value is (135,113,79). Sum of RGB (Red+Green+Blue) = 135+113+79=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #87714F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87714F is #788EB0. Grayscale: #737373. Windows color (decimal): -7900849 or 5206407. OLE color: 5206407.

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

Color convert

RGB13511379-
CMYK00.160.410.47
HSL36.43º26.17%41.96%-
HSV(B)36.43º41.48%52.94%-
XYZ17.3117.539.87-
YUV115.7107.29141.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 79 (31.25% from 255) = 24.16%
R=41.28%
G=34.56%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351137900.160.410.4736.4326.1741.96
Hex87714F010292F241a2a
Octal2071611170205157443252
Binary100001111110001100111101000010100110111110010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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