#857750

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

Shades of Shadow #857750

Tints of Shadow #857750

Color information

#857750 (or 0x857750) is unknown color: approx Shadow. HEX triplet: 85, 77 and 50. RGB value is (133,119,80). Sum of RGB (Red+Green+Blue) = 133+119+80=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #857750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857750 is #7A88AF. Grayscale: #767676. Windows color (decimal): -8030384 or 5273477. OLE color: 5273477.

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

Color convert

RGB13311980-
CMYK00.110.400.48
HSL44.15º24.88%41.76%-
HSV(B)44.15º39.85%52.16%-
XYZ17.7218.7610.28-
YUV118.74106.14138.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 80 (31.64% from 255) = 24.10%
R=40.06%
G=35.84%
B=24.10%

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
Decimal1331198000.110.400.4844.1524.8841.76
Hex8577500B28302c192a
Octal2051671200135060543152
Binary10000101111011110100000101110100011000010110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857750; }

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

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

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

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

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

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

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

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