#877046

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

Shades of Shadow #877046

Tints of Shadow #877046

Color information

#877046 (or 0x877046) is unknown color: approx Shadow. HEX triplet: 87, 70 and 46. RGB value is (135,112,70). Sum of RGB (Red+Green+Blue) = 135+112+70=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #877046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877046 is #788FB9. Grayscale: #727272. Windows color (decimal): -7901114 or 4616327. OLE color: 4616327.

HSL color Cylindrical-coordinate representation of color #877046: hue angle of 38.77º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #877046 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB13511270-
CMYK00.170.480.47
HSL38.77º31.71%40.2%-
HSV(B)38.77º48.15%52.94%-
XYZ16.8917.188.22-
YUV114.09103.12142.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.59%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 70 (27.73% from 255) = 22.08%
R=42.59%
G=35.33%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351127000.170.480.4738.7731.7140.2
Hex877046011302F272028
Octal2071601060216057474050
Binary1000011111100001000110010001110000101111100111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877046; }

 p { color: rgb(135,112,70); }

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

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

 a { background-color: rgb(135,112,70); }

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

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

 span { border-color: rgb(135,112,70); }

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