#867749

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

Shades of Shadow #867749

Tints of Shadow #867749

Color information

#867749 (or 0x867749) is unknown color: approx Shadow. HEX triplet: 86, 77 and 49. RGB value is (134,119,73). Sum of RGB (Red+Green+Blue) = 134+119+73=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #867749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867749 is #7988B6. Grayscale: #767676. Windows color (decimal): -7964855 or 4814726. OLE color: 4814726.

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

Color convert

RGB13411973-
CMYK00.110.460.47
HSL45.25º29.47%40.59%-
HSV(B)45.25º45.52%52.55%-
XYZ17.6318.748.99-
YUV118.24102.47139.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.10%
GREEN value IS 119 (46.88% from 255) = 36.50%
BLUE value IS 73 (28.91% from 255) = 22.39%
R=41.10%
G=36.50%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341197300.110.460.4745.2529.4740.59
Hex8677490B2E2F2d1d29
Octal2061671110135657553551
Binary10000110111011110010010101110111010111110110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867749; }

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

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

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

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

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

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

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

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