#857447

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

Shades of Shadow #857447

Tints of Shadow #857447

Color information

#857447 (or 0x857447) is unknown color: approx Shadow. HEX triplet: 85, 74 and 47. RGB value is (133,116,71). Sum of RGB (Red+Green+Blue) = 133+116+71=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #857447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857447 is #7A8BB8. Grayscale: #747474. Windows color (decimal): -8031161 or 4682885. OLE color: 4682885.

HSL color Cylindrical-coordinate representation of color #857447: hue angle of 43.55º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #857447 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB13311671-
CMYK00.130.470.48
HSL43.55º30.39%40%-
HSV(B)43.55º46.62%52.16%-
XYZ17.0617.938.52-
YUV115.95102.63140.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 116 (45.70% from 255) = 36.25%
BLUE value IS 71 (28.12% from 255) = 22.19%
R=41.56%
G=36.25%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331167100.130.470.4843.5530.3940
Hex8574470D2F302c1e28
Octal2051641070155760543650
Binary10000101111010010001110110110111111000010110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857447; }

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

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

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

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

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

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

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

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