#857A71

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

Shades of Americano #857A71

Tints of Americano #857A71

Color information

#857A71 (or 0x857A71) is unknown color: approx Americano. HEX triplet: 85, 7A and 71. RGB value is (133,122,113). Sum of RGB (Red+Green+Blue) = 133+122+113=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #857A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A71 is #7A858E. Grayscale: #7C7C7C. Windows color (decimal): -8029583 or 7436933. OLE color: 7436933.

HSL color Cylindrical-coordinate representation of color #857A71: hue angle of 27º 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 #857A71 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB133122113-
CMYK00.080.150.48
HSL27º8.13%48.24%-
HSV(B)27º15.04%52.16%-
XYZ19.6120.118.47-
YUV124.26121.64134.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 122 (48.05% from 255) = 33.15%
BLUE value IS 113 (44.53% from 255) = 30.71%
R=36.14%
G=33.15%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312211300.080.150.48278.1348.24
Hex857A7108F301b830
Octal2051721610101760331060
Binary1000010111110101110001010001111110000110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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