#877348

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

Shades of Shadow #877348

Tints of Shadow #877348

Color information

#877348 (or 0x877348) is unknown color: approx Shadow. HEX triplet: 87, 73 and 48. RGB value is (135,115,72). Sum of RGB (Red+Green+Blue) = 135+115+72=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #877348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877348 is #788CB7. Grayscale: #747474. Windows color (decimal): -7900344 or 4748167. OLE color: 4748167.

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

Color convert

RGB13511572-
CMYK00.150.470.47
HSL40.95º30.43%40.59%-
HSV(B)40.95º46.67%52.94%-
XYZ17.2917.888.67-
YUV116.08103.13141.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.93%
GREEN value IS 115 (45.31% from 255) = 35.71%
BLUE value IS 72 (28.52% from 255) = 22.36%
R=41.93%
G=35.71%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351157200.150.470.4740.9530.4340.59
Hex8773480F2F2F291e29
Octal2071631100175757513651
Binary10000111111001110010000111110111110111110100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877348; }

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

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

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

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

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

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

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

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