#876F49

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

Shades of Shadow #876F49

Tints of Shadow #876F49

Color information

#876F49 (or 0x876F49) is unknown color: approx Shadow. HEX triplet: 87, 6F and 49. RGB value is (135,111,73). Sum of RGB (Red+Green+Blue) = 135+111+73=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #876F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876F49 is #7890B6. Grayscale: #727272. Windows color (decimal): -7901367 or 4812679. OLE color: 4812679.

HSL color Cylindrical-coordinate representation of color #876F49: hue angle of 36.77º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #876F49 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13511173-
CMYK00.180.460.47
HSL36.77º29.81%40.78%-
HSV(B)36.77º45.93%52.94%-
XYZ16.88178.7-
YUV113.84104.95143.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.32%
GREEN value IS 111 (43.75% from 255) = 34.80%
BLUE value IS 73 (28.91% from 255) = 22.88%
R=42.32%
G=34.80%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351117300.180.460.4736.7729.8140.78
Hex876F490122E2F251e29
Octal2071571110225657453651
Binary100001111101111100100101001010111010111110010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876F49; }

 p { color: rgb(135,111,73); }

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

<style>
 a { background-color: #876F49; }

 a { background-color: rgb(135,111,73); }

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

<style>
 span { border-color: #876F49; }

 span { border-color: rgb(135,111,73); }

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