#877340

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

Shades of Shadow #877340

Tints of Shadow #877340

Color information

#877340 (or 0x877340) is unknown color: approx Shadow. HEX triplet: 87, 73 and 40. RGB value is (135,115,64). Sum of RGB (Red+Green+Blue) = 135+115+64=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #877340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877340 is #788CBF. Grayscale: #737373. Windows color (decimal): -7900352 or 4223879. OLE color: 4223879.

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

Color convert

RGB13511564-
CMYK00.150.530.47
HSL43.1º35.68%39.02%-
HSV(B)43.1º52.59%52.94%-
XYZ17.0517.787.38-
YUV115.1799.13142.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.99%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 64 (25.39% from 255) = 20.38%
R=42.99%
G=36.62%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351156400.150.530.4743.135.6839.02
Hex8773400F352F2b2427
Octal2071631000176557534447
Binary100001111110011100000001111110101101111101011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877340; }

 p { color: rgb(135,115,64); }

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

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

 a { background-color: rgb(135,115,64); }

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

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

 span { border-color: rgb(135,115,64); }

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