#846F49

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

Shades of Shadow #846F49

Tints of Shadow #846F49

Color information

#846F49 (or 0x846F49) is unknown color: approx Shadow. HEX triplet: 84, 6F and 49. RGB value is (132,111,73). Sum of RGB (Red+Green+Blue) = 132+111+73=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #846F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846F49 is #7B90B6. Grayscale: #717171. Windows color (decimal): -8097975 or 4812676. OLE color: 4812676.

HSL color Cylindrical-coordinate representation of color #846F49: hue angle of 38.64º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #846F49 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB13211173-
CMYK00.160.450.48
HSL38.64º28.78%40.2%-
HSV(B)38.64º44.7%51.76%-
XYZ16.416.768.67-
YUV112.95105.46141.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.77%
GREEN value IS 111 (43.75% from 255) = 35.13%
BLUE value IS 73 (28.91% from 255) = 23.10%
R=41.77%
G=35.13%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321117300.160.450.4838.6428.7840.2
Hex846F490102D30271d28
Octal2041571110205560473550
Binary100001001101111100100101000010110111000010011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846F49; }

 p { color: rgb(132,111,73); }

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

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

 a { background-color: rgb(132,111,73); }

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

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

 span { border-color: rgb(132,111,73); }

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