#846E4D

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

Shades of Shadow #846E4D

Tints of Shadow #846E4D

Color information

#846E4D (or 0x846E4D) is unknown color: approx Shadow. HEX triplet: 84, 6E and 4D. RGB value is (132,110,77). Sum of RGB (Red+Green+Blue) = 132+110+77=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 132 - color contains mainly: red. Hex color #846E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E4D is #7B91B2. Grayscale: #707070. Windows color (decimal): -8098227 or 5074564. OLE color: 5074564.

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

Color convert

RGB13211077-
CMYK00.170.420.48
HSL36º26.32%40.98%-
HSV(B)36º41.67%51.76%-
XYZ16.4316.599.36-
YUV112.82107.79141.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=41.38%
G=34.48%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321107700.170.420.483626.3240.98
Hex846E4D0112A30241a29
Octal2041561150215260443251
Binary100001001101110100110101000110101011000010010011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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