#877350

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

Shades of Shadow #877350

Tints of Shadow #877350

Color information

#877350 (or 0x877350) is unknown color: approx Shadow. HEX triplet: 87, 73 and 50. RGB value is (135,115,80). Sum of RGB (Red+Green+Blue) = 135+115+80=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #877350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877350 is #788CAF. Grayscale: #757575. Windows color (decimal): -7900336 or 5272455. OLE color: 5272455.

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

Color convert

RGB13511580-
CMYK00.150.410.47
HSL38.18º25.58%42.16%-
HSV(B)38.18º40.74%52.94%-
XYZ17.5717.9910.14-
YUV116.99107.13140.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=40.91%
G=34.85%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351158000.150.410.4738.1825.5842.16
Hex8773500F292F261a2a
Octal2071631200175157463252
Binary10000111111001110100000111110100110111110011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877350; }

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

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

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

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

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

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

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

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