#877440

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

Shades of Shadow #877440

Tints of Shadow #877440

Color information

#877440 (or 0x877440) is unknown color: approx Shadow. HEX triplet: 87, 74 and 40. RGB value is (135,116,64). Sum of RGB (Red+Green+Blue) = 135+116+64=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #877440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877440 is #788BBF. Grayscale: #737373. Windows color (decimal): -7900096 or 4224135. OLE color: 4224135.

HSL color Cylindrical-coordinate representation of color #877440: hue angle of 43.94º 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 #877440 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB13511664-
CMYK00.140.530.47
HSL43.94º35.68%39.02%-
HSV(B)43.94º52.59%52.94%-
XYZ17.1618.017.42-
YUV115.7598.79141.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=42.86%
G=36.83%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351166400.140.530.4743.9435.6839.02
Hex8774400E352F2c2427
Octal2071641000166557544447
Binary100001111110100100000001110110101101111101100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877440; }

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

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

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

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

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

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

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

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