#876D4D

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

Shades of Shadow #876D4D

Tints of Shadow #876D4D

Color information

#876D4D (or 0x876D4D) is unknown color: approx Shadow. HEX triplet: 87, 6D and 4D. RGB value is (135,109,77). Sum of RGB (Red+Green+Blue) = 135+109+77=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #876D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876D4D is #7892B2. Grayscale: #717171. Windows color (decimal): -7901875 or 5074311. OLE color: 5074311.

HSL color Cylindrical-coordinate representation of color #876D4D: hue angle of 33.1º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #876D4D is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB13510977-
CMYK00.190.430.47
HSL33.1º27.36%41.57%-
HSV(B)33.1º42.96%52.94%-
XYZ16.816.629.34-
YUV113.13107.61143.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 109 (42.97% from 255) = 33.96%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=42.06%
G=33.96%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351097700.190.430.4733.127.3641.57
Hex876D4D0132B2F211b2a
Octal2071551150235357413352
Binary100001111101101100110101001110101110111110000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,109,77); }

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

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

 a { background-color: rgb(135,109,77); }

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

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

 span { border-color: rgb(135,109,77); }

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