#877148

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

Shades of Shadow #877148

Tints of Shadow #877148

Color information

#877148 (or 0x877148) is unknown color: approx Shadow. HEX triplet: 87, 71 and 48. RGB value is (135,113,72). Sum of RGB (Red+Green+Blue) = 135+113+72=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #877148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877148 is #788EB7. Grayscale: #737373. Windows color (decimal): -7900856 or 4747655. OLE color: 4747655.

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

Color convert

RGB13511372-
CMYK00.160.470.47
HSL39.05º30.43%40.59%-
HSV(B)39.05º46.67%52.94%-
XYZ17.0717.438.6-
YUV114.9103.79142.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 72 (28.52% from 255) = 22.5%
R=42.19%
G=35.31%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351137200.160.470.4739.0530.4340.59
Hex8771480102F2F271e29
Octal2071611100205757473651
Binary100001111110001100100001000010111110111110011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877148; }

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

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

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

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

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

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

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

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