#876F4A

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

Shades of Shadow #876F4A

Tints of Shadow #876F4A

Color information

#876F4A (or 0x876F4A) is unknown color: approx Shadow. HEX triplet: 87, 6F and 4A. RGB value is (135,111,74). Sum of RGB (Red+Green+Blue) = 135+111+74=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #876F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876F4A is #7890B5. Grayscale: #727272. Windows color (decimal): -7901366 or 4878215. OLE color: 4878215.

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

Color convert

RGB13511174-
CMYK00.180.450.47
HSL36.39º29.19%40.98%-
HSV(B)36.39º45.19%52.94%-
XYZ16.9117.018.87-
YUV113.96105.45143.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 74 (29.30% from 255) = 23.12%
R=42.19%
G=34.69%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351117400.180.450.4736.3929.1940.98
Hex876F4A0122D2F241d29
Octal2071571120225557443551
Binary100001111101111100101001001010110110111110010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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