#877445

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

Shades of Shadow #877445

Tints of Shadow #877445

Color information

#877445 (or 0x877445) is unknown color: approx Shadow. HEX triplet: 87, 74 and 45. RGB value is (135,116,69). Sum of RGB (Red+Green+Blue) = 135+116+69=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #877445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877445 is #788BBA. Grayscale: #747474. Windows color (decimal): -7900091 or 4551815. OLE color: 4551815.

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

Color convert

RGB13511669-
CMYK00.140.490.47
HSL42.73º32.35%40%-
HSV(B)42.73º48.89%52.94%-
XYZ17.3118.078.21-
YUV116.32101.29141.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 116 (45.70% from 255) = 36.25%
BLUE value IS 69 (27.34% from 255) = 21.56%
R=42.19%
G=36.25%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351166900.140.490.4742.7332.3540
Hex8774450E312F2b2028
Octal2071641050166157534050
Binary100001111110100100010101110110001101111101011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877445; }

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

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

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

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

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

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

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

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