#877345

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

Shades of Shadow #877345

Tints of Shadow #877345

Color information

#877345 (or 0x877345) is unknown color: approx Shadow. HEX triplet: 87, 73 and 45. RGB value is (135,115,69). Sum of RGB (Red+Green+Blue) = 135+115+69=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #877345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877345 is #788CBA. Grayscale: #737373. Windows color (decimal): -7900347 or 4551559. OLE color: 4551559.

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

Color convert

RGB13511569-
CMYK00.150.490.47
HSL41.82º32.35%40%-
HSV(B)41.82º48.89%52.94%-
XYZ17.217.848.17-
YUV115.74101.63141.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.32%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 69 (27.34% from 255) = 21.63%
R=42.32%
G=36.05%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351156900.150.490.4741.8232.3540
Hex8773450F312F2a2028
Octal2071631050176157524050
Binary100001111110011100010101111110001101111101010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877345; }

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

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

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

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

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

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

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

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