#857B70

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

Shades of Americano #857B70

Tints of Americano #857B70

Color information

#857B70 (or 0x857B70) is unknown color: approx Americano. HEX triplet: 85, 7B and 70. RGB value is (133,123,112). Sum of RGB (Red+Green+Blue) = 133+123+112=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #857B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B70 is #7A848F. Grayscale: #7C7C7C. Windows color (decimal): -8029328 or 7371653. OLE color: 7371653.

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

Color convert

RGB133123112-
CMYK00.080.160.48
HSL31.43º8.57%48.04%-
HSV(B)31.43º15.79%52.16%-
XYZ19.6820.3218.21-
YUV124.74120.81133.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 123 (48.44% from 255) = 33.42%
BLUE value IS 112 (44.14% from 255) = 30.43%
R=36.14%
G=33.42%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312311200.080.160.4831.438.5748.04
Hex857B700810301f930
Octal2051731600102060371160
Binary10000101111101111100000100010000110000111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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