#867347

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

Shades of Shadow #867347

Tints of Shadow #867347

Color information

#867347 (or 0x867347) is unknown color: approx Shadow. HEX triplet: 86, 73 and 47. RGB value is (134,115,71). Sum of RGB (Red+Green+Blue) = 134+115+71=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #867347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867347 is #798CB8. Grayscale: #737373. Windows color (decimal): -7965881 or 4682630. OLE color: 4682630.

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

Color convert

RGB13411571-
CMYK00.140.470.47
HSL41.9º30.73%40.2%-
HSV(B)41.9º47.01%52.55%-
XYZ17.117.788.49-
YUV115.66102.79141.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 71 (28.12% from 255) = 22.19%
R=41.88%
G=35.94%
B=22.19%

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
Decimal1341157100.140.470.4741.930.7340.2
Hex8673470E2F2F2a1f28
Octal2061631070165757523750
Binary10000110111001110001110111010111110111110101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867347; }

 p { color: rgb(134,115,71); }

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

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

 a { background-color: rgb(134,115,71); }

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

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

 span { border-color: rgb(134,115,71); }

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