#877448

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

Shades of Shadow #877448

Tints of Shadow #877448

Color information

#877448 (or 0x877448) is unknown color: approx Shadow. HEX triplet: 87, 74 and 48. RGB value is (135,116,72). Sum of RGB (Red+Green+Blue) = 135+116+72=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #877448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877448 is #788BB7. Grayscale: #747474. Windows color (decimal): -7900088 or 4748423. OLE color: 4748423.

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

Color convert

RGB13511672-
CMYK00.140.470.47
HSL41.9º30.43%40.59%-
HSV(B)41.9º46.67%52.94%-
XYZ17.4118.118.71-
YUV116.66102.79141.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.80%
GREEN value IS 116 (45.70% from 255) = 35.91%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=41.80%
G=35.91%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351167200.140.470.4741.930.4340.59
Hex8774480E2F2F2a1e29
Octal2071641100165757523651
Binary10000111111010010010000111010111110111110101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877448; }

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

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

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

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

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

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

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

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