#856A49

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

Shades of Shadow #856A49

Tints of Shadow #856A49

Color information

#856A49 (or 0x856A49) is unknown color: approx Shadow. HEX triplet: 85, 6A and 49. RGB value is (133,106,73). Sum of RGB (Red+Green+Blue) = 133+106+73=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #856A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856A49 is #7A95B6. Grayscale: #6E6E6E. Windows color (decimal): -8033719 or 4811397. OLE color: 4811397.

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

Color convert

RGB13310673-
CMYK00.200.450.48
HSL33º29.13%40.39%-
HSV(B)33º45.11%52.16%-
XYZ16.0315.788.5-
YUV110.31106.95144.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 106 (41.80% from 255) = 33.97%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=42.63%
G=33.97%
B=23.40%

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
Decimal1331067300.200.450.483329.1340.39
Hex856A490142D30211d28
Octal2051521110245560413550
Binary100001011101010100100101010010110111000010000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856A49; }

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

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

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

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

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

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

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

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