#857547

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

Shades of Shadow #857547

Tints of Shadow #857547

Color information

#857547 (or 0x857547) is unknown color: approx Shadow. HEX triplet: 85, 75 and 47. RGB value is (133,117,71). Sum of RGB (Red+Green+Blue) = 133+117+71=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #857547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857547 is #7A8AB8. Grayscale: #747474. Windows color (decimal): -8030905 or 4683141. OLE color: 4683141.

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

Color convert

RGB13311771-
CMYK00.120.470.48
HSL44.52º30.39%40%-
HSV(B)44.52º46.62%52.16%-
XYZ17.1718.168.56-
YUV116.54102.3139.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.43%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 71 (28.12% from 255) = 22.12%
R=41.43%
G=36.45%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331177100.120.470.4844.5230.3940
Hex8575470C2F302d1e28
Octal2051651070145760553650
Binary10000101111010110001110110010111111000010110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857547; }

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

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

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

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

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

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

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

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