#877050

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

Shades of Shadow #877050

Tints of Shadow #877050

Color information

#877050 (or 0x877050) is unknown color: approx Shadow. HEX triplet: 87, 70 and 50. RGB value is (135,112,80). Sum of RGB (Red+Green+Blue) = 135+112+80=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #877050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877050 is #788FAF. Grayscale: #737373. Windows color (decimal): -7901104 or 5271687. OLE color: 5271687.

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

Color convert

RGB13511280-
CMYK00.170.410.47
HSL34.91º25.58%42.16%-
HSV(B)34.91º40.74%52.94%-
XYZ17.2317.3210.02-
YUV115.23108.12142.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=41.28%
G=34.25%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351128000.170.410.4734.9125.5842.16
Hex877050011292F231a2a
Octal2071601200215157433252
Binary100001111110000101000001000110100110111110001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877050; }

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

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

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

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

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

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

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

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