#857C70

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

Shades of Americano #857C70

Tints of Americano #857C70

Color information

#857C70 (or 0x857C70) is unknown color: approx Americano. HEX triplet: 85, 7C and 70. RGB value is (133,124,112). Sum of RGB (Red+Green+Blue) = 133+124+112=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 133 - color contains mainly: red. Hex color #857C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C70 is #7A838F. Grayscale: #7D7D7D. Windows color (decimal): -8029072 or 7371909. OLE color: 7371909.

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

Color convert

RGB133124112-
CMYK00.070.160.48
HSL34.29º8.57%48.04%-
HSV(B)34.29º15.79%52.16%-
XYZ19.8120.5718.26-
YUV125.32120.48133.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 124 (48.83% from 255) = 33.60%
BLUE value IS 112 (44.14% from 255) = 30.35%
R=36.04%
G=33.60%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312411200.070.160.4834.298.5748.04
Hex857C7007103022930
Octal205174160072060421160
Binary10000101111110011100000111100001100001000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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