#876E49

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

Shades of Shadow #876E49

Tints of Shadow #876E49

Color information

#876E49 (or 0x876E49) is unknown color: approx Shadow. HEX triplet: 87, 6E and 49. RGB value is (135,110,73). Sum of RGB (Red+Green+Blue) = 135+110+73=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #876E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876E49 is #7891B6. Grayscale: #717171. Windows color (decimal): -7901623 or 4812423. OLE color: 4812423.

HSL color Cylindrical-coordinate representation of color #876E49: hue angle of 35.81º 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 #876E49 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13511073-
CMYK00.190.460.47
HSL35.81º29.81%40.78%-
HSV(B)35.81º45.93%52.94%-
XYZ16.7716.788.66-
YUV113.26105.28143.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.45%
GREEN value IS 110 (43.36% from 255) = 34.59%
BLUE value IS 73 (28.91% from 255) = 22.96%
R=42.45%
G=34.59%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351107300.190.460.4735.8129.8140.78
Hex876E490132E2F241e29
Octal2071561110235657443651
Binary100001111101110100100101001110111010111110010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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