#867549

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

Shades of Shadow #867549

Tints of Shadow #867549

Color information

#867549 (or 0x867549) is unknown color: approx Shadow. HEX triplet: 86, 75 and 49. RGB value is (134,117,73). Sum of RGB (Red+Green+Blue) = 134+117+73=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #867549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867549 is #798AB6. Grayscale: #757575. Windows color (decimal): -7965367 or 4814214. OLE color: 4814214.

HSL color Cylindrical-coordinate representation of color #867549: hue angle of 43.28º degrees, saturation: 0.29, 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 #867549 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13411773-
CMYK00.130.460.47
HSL43.28º29.47%40.59%-
HSV(B)43.28º45.52%52.55%-
XYZ17.418.278.91-
YUV117.07103.13140.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.36%
GREEN value IS 117 (46.09% from 255) = 36.11%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=41.36%
G=36.11%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341177300.130.460.4743.2829.4740.59
Hex8675490D2E2F2b1d29
Octal2061651110155657533551
Binary10000110111010110010010110110111010111110101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867549; }

 p { color: rgb(134,117,73); }

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

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

 a { background-color: rgb(134,117,73); }

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

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

 span { border-color: rgb(134,117,73); }

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