#857049

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

Shades of Shadow #857049

Tints of Shadow #857049

Color information

#857049 (or 0x857049) is unknown color: approx Shadow. HEX triplet: 85, 70 and 49. RGB value is (133,112,73). Sum of RGB (Red+Green+Blue) = 133+112+73=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #857049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857049 is #7A8FB6. Grayscale: #727272. Windows color (decimal): -8032183 or 4812933. OLE color: 4812933.

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

Color convert

RGB13311273-
CMYK00.160.450.48
HSL39º29.13%40.39%-
HSV(B)39º45.11%52.16%-
XYZ16.6717.068.72-
YUV113.83104.96141.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 112 (44.14% from 255) = 35.22%
BLUE value IS 73 (28.91% from 255) = 22.96%
R=41.82%
G=35.22%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331127300.160.450.483929.1340.39
Hex8570490102D30271d28
Octal2051601110205560473550
Binary100001011110000100100101000010110111000010011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857049; }

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

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

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

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

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

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

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

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