#857449

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

Shades of Shadow #857449

Tints of Shadow #857449

Color information

#857449 (or 0x857449) is unknown color: approx Shadow. HEX triplet: 85, 74 and 49. RGB value is (133,116,73). Sum of RGB (Red+Green+Blue) = 133+116+73=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #857449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857449 is #7A8BB6. Grayscale: #747474. Windows color (decimal): -8031159 or 4813957. OLE color: 4813957.

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

Color convert

RGB13311673-
CMYK00.130.450.48
HSL43º29.13%40.39%-
HSV(B)43º45.11%52.16%-
XYZ17.1217.968.87-
YUV116.18103.63140-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.30%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 73 (28.91% from 255) = 22.67%
R=41.30%
G=36.02%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331167300.130.450.484329.1340.39
Hex8574490D2D302b1d28
Octal2051641110155560533550
Binary10000101111010010010010110110110111000010101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857449; }

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

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

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

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

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

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

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

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