#857342

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

Shades of Shadow #857342

Tints of Shadow #857342

Color information

#857342 (or 0x857342) is unknown color: approx Shadow. HEX triplet: 85, 73 and 42. RGB value is (133,115,66). Sum of RGB (Red+Green+Blue) = 133+115+66=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #857342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857342 is #7A8CBD. Grayscale: #737373. Windows color (decimal): -8031422 or 4354949. OLE color: 4354949.

HSL color Cylindrical-coordinate representation of color #857342: hue angle of 43.88º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #857342 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB13311566-
CMYK00.140.500.48
HSL43.88º33.67%39.02%-
HSV(B)43.88º50.38%52.16%-
XYZ16.7917.647.67-
YUV114.8100.46140.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 66 (26.17% from 255) = 21.02%
R=42.36%
G=36.62%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331156600.140.500.4843.8833.6739.02
Hex8573420E32302c2227
Octal2051631020166260544247
Binary100001011110011100001001110110010110000101100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857342; }

 p { color: rgb(133,115,66); }

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

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

 a { background-color: rgb(133,115,66); }

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

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

 span { border-color: rgb(133,115,66); }

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