#846E4A

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

Shades of Shadow #846E4A

Tints of Shadow #846E4A

Color information

#846E4A (or 0x846E4A) is unknown color: approx Shadow. HEX triplet: 84, 6E and 4A. RGB value is (132,110,74). Sum of RGB (Red+Green+Blue) = 132+110+74=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #846E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846E4A is #7B91B5. Grayscale: #707070. Windows color (decimal): -8098230 or 4877956. OLE color: 4877956.

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

Color convert

RGB13211074-
CMYK00.170.440.48
HSL37.24º28.16%40.39%-
HSV(B)37.24º43.94%51.76%-
XYZ16.3316.558.81-
YUV112.47106.29141.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.77%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 74 (29.30% from 255) = 23.42%
R=41.77%
G=34.81%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321107400.170.440.4837.2428.1640.39
Hex846E4A0112C30251c28
Octal2041561120215460453450
Binary100001001101110100101001000110110011000010010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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