#846A48

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

Shades of Shadow #846A48

Tints of Shadow #846A48

Color information

#846A48 (or 0x846A48) is unknown color: approx Shadow. HEX triplet: 84, 6A and 48. RGB value is (132,106,72). Sum of RGB (Red+Green+Blue) = 132+106+72=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #846A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846A48 is #7B95B7. Grayscale: #6E6E6E. Windows color (decimal): -8099256 or 4745860. OLE color: 4745860.

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

Color convert

RGB13210672-
CMYK00.200.450.48
HSL34º29.41%40%-
HSV(B)34º45.45%51.76%-
XYZ15.8415.688.32-
YUV109.9106.61143.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.58%
GREEN value IS 106 (41.80% from 255) = 34.19%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=42.58%
G=34.19%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321067200.200.450.483429.4140
Hex846A480142D30221d28
Octal2041521100245560423550
Binary100001001101010100100001010010110111000010001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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