#857341

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

Shades of Shadow #857341

Tints of Shadow #857341

Color information

#857341 (or 0x857341) is unknown color: approx Shadow. HEX triplet: 85, 73 and 41. RGB value is (133,115,65). Sum of RGB (Red+Green+Blue) = 133+115+65=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #857341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857341 is #7A8CBE. Grayscale: #727272. Windows color (decimal): -8031423 or 4289413. OLE color: 4289413.

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

Color convert

RGB13311565-
CMYK00.140.510.48
HSL44.12º34.34%38.82%-
HSV(B)44.12º51.13%52.16%-
XYZ16.7617.637.52-
YUV114.6899.96141.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 115 (45.31% from 255) = 36.74%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=42.49%
G=36.74%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331156500.140.510.4844.1234.3438.82
Hex8573410E33302c2227
Octal2051631010166360544247
Binary100001011110011100000101110110011110000101100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857341; }

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

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

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

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

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

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

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

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