#846E49

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

Shades of Shadow #846E49

Tints of Shadow #846E49

Color information

#846E49 (or 0x846E49) is unknown color: approx Shadow. HEX triplet: 84, 6E and 49. RGB value is (132,110,73). Sum of RGB (Red+Green+Blue) = 132+110+73=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #846E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846E49 is #7B91B6. Grayscale: #707070. Windows color (decimal): -8098231 or 4812420. OLE color: 4812420.

HSL color Cylindrical-coordinate representation of color #846E49: hue angle of 37.63º 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 #846E49 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB13211073-
CMYK00.170.450.48
HSL37.63º28.78%40.2%-
HSV(B)37.63º44.7%51.76%-
XYZ16.2916.548.64-
YUV112.36105.79142.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.90%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 73 (28.91% from 255) = 23.17%
R=41.90%
G=34.92%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321107300.170.450.4837.6328.7840.2
Hex846E490112D30261d28
Octal2041561110215560463550
Binary100001001101110100100101000110110111000010011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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