#876D4A

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

Shades of Shadow #876D4A

Tints of Shadow #876D4A

Color information

#876D4A (or 0x876D4A) is unknown color: approx Shadow. HEX triplet: 87, 6D and 4A. RGB value is (135,109,74). Sum of RGB (Red+Green+Blue) = 135+109+74=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #876D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876D4A is #7892B5. Grayscale: #707070. Windows color (decimal): -7901878 or 4877703. OLE color: 4877703.

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

Color convert

RGB13510974-
CMYK00.190.450.47
HSL34.43º29.19%40.98%-
HSV(B)34.43º45.19%52.94%-
XYZ16.716.588.8-
YUV112.78106.11143.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.45%
GREEN value IS 109 (42.97% from 255) = 34.28%
BLUE value IS 74 (29.30% from 255) = 23.27%
R=42.45%
G=34.28%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351097400.190.450.4734.4329.1940.98
Hex876D4A0132D2F221d29
Octal2071551120235557423551
Binary100001111101101100101001001110110110111110001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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