#857650

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

Shades of Shadow #857650

Tints of Shadow #857650

Color information

#857650 (or 0x857650) is unknown color: approx Shadow. HEX triplet: 85, 76 and 50. RGB value is (133,118,80). Sum of RGB (Red+Green+Blue) = 133+118+80=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #857650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857650 is #7A89AF. Grayscale: #767676. Windows color (decimal): -8030640 or 5273221. OLE color: 5273221.

HSL color Cylindrical-coordinate representation of color #857650: hue angle of 43.02º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #857650 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB13311880-
CMYK00.110.400.48
HSL43.02º24.88%41.76%-
HSV(B)43.02º39.85%52.16%-
XYZ17.618.5210.24-
YUV118.15106.47138.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 80 (31.64% from 255) = 24.17%
R=40.18%
G=35.65%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331188000.110.400.4843.0224.8841.76
Hex8576500B28302b192a
Octal2051661200135060533152
Binary10000101111011010100000101110100011000010101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857650; }

 p { color: rgb(133,118,80); }

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

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

 a { background-color: rgb(133,118,80); }

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

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

 span { border-color: rgb(133,118,80); }

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