#856849

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

Shades of Shadow #856849

Tints of Shadow #856849

Color information

#856849 (or 0x856849) is unknown color: approx Shadow. HEX triplet: 85, 68 and 49. RGB value is (133,104,73). Sum of RGB (Red+Green+Blue) = 133+104+73=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #856849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856849 is #7A97B6. Grayscale: #6D6D6D. Windows color (decimal): -8034231 or 4810885. OLE color: 4810885.

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

Color convert

RGB13310473-
CMYK00.220.450.48
HSL31º29.13%40.39%-
HSV(B)31º45.11%52.16%-
XYZ15.8315.378.44-
YUV109.14107.61145.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 104 (41.02% from 255) = 33.55%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=42.90%
G=33.55%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331047300.220.450.483129.1340.39
Hex8568490162D301f1d28
Octal2051501110265560373550
Binary10000101110100010010010101101011011100001111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856849; }

 p { color: rgb(133,104,73); }

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

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

 a { background-color: rgb(133,104,73); }

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

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

 span { border-color: rgb(133,104,73); }

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