#876C4B

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

Shades of Shadow #876C4B

Tints of Shadow #876C4B

Color information

#876C4B (or 0x876C4B) is unknown color: approx Shadow. HEX triplet: 87, 6C and 4B. RGB value is (135,108,75). Sum of RGB (Red+Green+Blue) = 135+108+75=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #876C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876C4B is #7893B4. Grayscale: #707070. Windows color (decimal): -7902133 or 4942983. OLE color: 4942983.

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

Color convert

RGB13510875-
CMYK00.20.440.47
HSL33º28.57%41.18%-
HSV(B)33º44.44%52.94%-
XYZ16.6216.388.94-
YUV112.31106.95144.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.45%
GREEN value IS 108 (42.58% from 255) = 33.96%
BLUE value IS 75 (29.69% from 255) = 23.58%
R=42.45%
G=33.96%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351087500.20.440.473328.5741.18
Hex876C4B0142C2F211d29
Octal2071541130245457413551
Binary100001111101100100101101010010110010111110000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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