#846D4F

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

Shades of Shadow #846D4F

Tints of Shadow #846D4F

Color information

#846D4F (or 0x846D4F) is unknown color: approx Shadow. HEX triplet: 84, 6D and 4F. RGB value is (132,109,79). Sum of RGB (Red+Green+Blue) = 132+109+79=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #846D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D4F is #7B92B0. Grayscale: #707070. Windows color (decimal): -8098481 or 5205380. OLE color: 5205380.

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

Color convert

RGB13210979-
CMYK00.170.400.48
HSL33.96º25.12%41.37%-
HSV(B)33.96º40.15%51.76%-
XYZ16.416.419.7-
YUV112.46109.12141.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.25%
GREEN value IS 109 (42.97% from 255) = 34.06%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=41.25%
G=34.06%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321097900.170.400.4833.9625.1241.37
Hex846D4F0112830221929
Octal2041551170215060423151
Binary100001001101101100111101000110100011000010001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,109,79); }

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

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

 a { background-color: rgb(132,109,79); }

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

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

 span { border-color: rgb(132,109,79); }

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