#876F50

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

Shades of Shadow #876F50

Tints of Shadow #876F50

Color information

#876F50 (or 0x876F50) is unknown color: approx Shadow. HEX triplet: 87, 6F and 50. RGB value is (135,111,80). Sum of RGB (Red+Green+Blue) = 135+111+80=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #876F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876F50 is #7890AF. Grayscale: #727272. Windows color (decimal): -7901360 or 5271431. OLE color: 5271431.

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

Color convert

RGB13511180-
CMYK00.180.410.47
HSL33.82º25.58%42.16%-
HSV(B)33.82º40.74%52.94%-
XYZ17.1217.19.99-
YUV114.64108.45142.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 111 (43.75% from 255) = 34.05%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=41.41%
G=34.05%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351118000.180.410.4733.8225.5842.16
Hex876F50012292F221a2a
Octal2071571200225157423252
Binary100001111101111101000001001010100110111110001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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