#876D4B

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

Shades of Shadow #876D4B

Tints of Shadow #876D4B

Color information

#876D4B (or 0x876D4B) is unknown color: approx Shadow. HEX triplet: 87, 6D and 4B. RGB value is (135,109,75). Sum of RGB (Red+Green+Blue) = 135+109+75=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #876D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876D4B is #7892B4. Grayscale: #717171. Windows color (decimal): -7901877 or 4943239. OLE color: 4943239.

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

Color convert

RGB13510975-
CMYK00.190.440.47
HSL34º28.57%41.18%-
HSV(B)34º44.44%52.94%-
XYZ16.7316.68.98-
YUV112.9106.61143.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.32%
GREEN value IS 109 (42.97% from 255) = 34.17%
BLUE value IS 75 (29.69% from 255) = 23.51%
R=42.32%
G=34.17%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351097500.190.440.473428.5741.18
Hex876D4B0132C2F221d29
Octal2071551130235457423551
Binary100001111101101100101101001110110010111110001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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