#877349

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

Shades of Shadow #877349

Tints of Shadow #877349

Color information

#877349 (or 0x877349) is unknown color: approx Shadow. HEX triplet: 87, 73 and 49. RGB value is (135,115,73). Sum of RGB (Red+Green+Blue) = 135+115+73=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #877349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877349 is #788CB6. Grayscale: #747474. Windows color (decimal): -7900343 or 4813703. OLE color: 4813703.

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

Color convert

RGB13511573-
CMYK00.150.460.47
HSL40.65º29.81%40.78%-
HSV(B)40.65º45.93%52.94%-
XYZ17.3317.898.84-
YUV116.19103.63141.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.80%
GREEN value IS 115 (45.31% from 255) = 35.60%
BLUE value IS 73 (28.91% from 255) = 22.60%
R=41.80%
G=35.60%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351157300.150.460.4740.6529.8140.78
Hex8773490F2E2F291e29
Octal2071631110175657513651
Binary10000111111001110010010111110111010111110100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877349; }

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

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

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

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

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

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

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

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