#846F4A

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

Shades of Shadow #846F4A

Tints of Shadow #846F4A

Color information

#846F4A (or 0x846F4A) is unknown color: approx Shadow. HEX triplet: 84, 6F and 4A. RGB value is (132,111,74). Sum of RGB (Red+Green+Blue) = 132+111+74=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 132 - color contains mainly: red. Hex color #846F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846F4A is #7B90B5. Grayscale: #717171. Windows color (decimal): -8097974 or 4878212. OLE color: 4878212.

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

Color convert

RGB13211174-
CMYK00.160.440.48
HSL38.28º28.16%40.39%-
HSV(B)38.28º43.94%51.76%-
XYZ16.4416.778.85-
YUV113.06105.96141.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.64%
GREEN value IS 111 (43.75% from 255) = 35.02%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=41.64%
G=35.02%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321117400.160.440.4838.2828.1640.39
Hex846F4A0102C30261c28
Octal2041571120205460463450
Binary100001001101111100101001000010110011000010011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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