#876948

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

Shades of Shadow #876948

Tints of Shadow #876948

Color information

#876948 (or 0x876948) is unknown color: approx Shadow. HEX triplet: 87, 69 and 48. RGB value is (135,105,72). Sum of RGB (Red+Green+Blue) = 135+105+72=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #876948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876948 is #7896B7. Grayscale: #6E6E6E. Windows color (decimal): -7902904 or 4745607. OLE color: 4745607.

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

Color convert

RGB13510572-
CMYK00.220.470.47
HSL31.43º30.43%40.59%-
HSV(B)31.43º46.67%52.94%-
XYZ16.2115.728.31-
YUV110.21106.44145.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.27%
GREEN value IS 105 (41.41% from 255) = 33.65%
BLUE value IS 72 (28.52% from 255) = 23.08%
R=43.27%
G=33.65%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351057200.220.470.4731.4330.4340.59
Hex8769480162F2F1f1e29
Octal2071511100265757373651
Binary10000111110100110010000101101011111011111111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876948; }

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

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

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

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

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

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

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

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