#846E48

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

Shades of Shadow #846E48

Tints of Shadow #846E48

Color information

#846E48 (or 0x846E48) is unknown color: approx Shadow. HEX triplet: 84, 6E and 48. RGB value is (132,110,72). Sum of RGB (Red+Green+Blue) = 132+110+72=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #846E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846E48 is #7B91B7. Grayscale: #707070. Windows color (decimal): -8098232 or 4746884. OLE color: 4746884.

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

Color convert

RGB13211072-
CMYK00.170.450.48
HSL38º29.41%40%-
HSV(B)38º45.45%51.76%-
XYZ16.2616.538.46-
YUV112.25105.29142.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 72 (28.52% from 255) = 22.93%
R=42.04%
G=35.03%
B=22.93%

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
Decimal1321107200.170.450.483829.4140
Hex846E480112D30261d28
Octal2041561100215560463550
Binary100001001101110100100001000110110111000010011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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