#857C71

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

Shades of Americano #857C71

Tints of Americano #857C71

Color information

#857C71 (or 0x857C71) is unknown color: approx Americano. HEX triplet: 85, 7C and 71. RGB value is (133,124,113). Sum of RGB (Red+Green+Blue) = 133+124+113=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #857C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C71 is #7A838E. Grayscale: #7D7D7D. Windows color (decimal): -8029071 or 7437445. OLE color: 7437445.

HSL color Cylindrical-coordinate representation of color #857C71: hue angle of 33º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #857C71 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB133124113-
CMYK00.070.150.48
HSL33º8.13%48.24%-
HSV(B)33º15.04%52.16%-
XYZ19.8620.5918.55-
YUV125.44120.98133.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 124 (48.83% from 255) = 33.51%
BLUE value IS 113 (44.53% from 255) = 30.54%
R=35.95%
G=33.51%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312411300.070.150.48338.1348.24
Hex857C7107F3021830
Octal205174161071760411060
Binary1000010111111001110001011111111100001000011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857C71; }

 p { color: rgb(133,124,113); }

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

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

 a { background-color: rgb(133,124,113); }

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

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

 span { border-color: rgb(133,124,113); }

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