#857149

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

Shades of Shadow #857149

Tints of Shadow #857149

Color information

#857149 (or 0x857149) is unknown color: approx Shadow. HEX triplet: 85, 71 and 49. RGB value is (133,113,73). Sum of RGB (Red+Green+Blue) = 133+113+73=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #857149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857149 is #7A8EB6. Grayscale: #727272. Windows color (decimal): -8031927 or 4813189. OLE color: 4813189.

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

Color convert

RGB13311373-
CMYK00.150.450.48
HSL40º29.13%40.39%-
HSV(B)40º45.11%52.16%-
XYZ16.7817.288.75-
YUV114.42104.63141.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 73 (28.91% from 255) = 22.88%
R=41.69%
G=35.42%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331137300.150.450.484029.1340.39
Hex8571490F2D30281d28
Octal2051611110175560503550
Binary10000101111000110010010111110110111000010100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857149; }

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

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

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

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

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

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

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

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