#876949

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

Shades of Shadow #876949

Tints of Shadow #876949

Color information

#876949 (or 0x876949) is unknown color: approx Shadow. HEX triplet: 87, 69 and 49. RGB value is (135,105,73). Sum of RGB (Red+Green+Blue) = 135+105+73=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #876949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876949 is #7896B6. Grayscale: #6E6E6E. Windows color (decimal): -7902903 or 4811143. OLE color: 4811143.

HSL color Cylindrical-coordinate representation of color #876949: hue angle of 30.97º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #876949 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13510573-
CMYK00.220.460.47
HSL30.97º29.81%40.78%-
HSV(B)30.97º45.93%52.94%-
XYZ16.2515.748.48-
YUV110.32106.94145.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 73 (28.91% from 255) = 23.32%
R=43.13%
G=33.55%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351057300.220.460.4730.9729.8140.78
Hex8769490162E2F1f1e29
Octal2071511110265657373651
Binary10000111110100110010010101101011101011111111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876949; }

 p { color: rgb(135,105,73); }

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

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

 a { background-color: rgb(135,105,73); }

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

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

 span { border-color: rgb(135,105,73); }

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