#857970

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

Shades of Americano #857970

Tints of Americano #857970

Color information

#857970 (or 0x857970) is unknown color: approx Americano. HEX triplet: 85, 79 and 70. RGB value is (133,121,112). Sum of RGB (Red+Green+Blue) = 133+121+112=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #857970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857970 is #7A868F. Grayscale: #7B7B7B. Windows color (decimal): -8029840 or 7371141. OLE color: 7371141.

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

Color convert

RGB133121112-
CMYK00.090.160.48
HSL25.71º8.57%48.04%-
HSV(B)25.71º15.79%52.16%-
XYZ19.4319.8318.13-
YUV123.56121.48134.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 121 (47.66% from 255) = 33.06%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=36.34%
G=33.06%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312111200.090.160.4825.718.5748.04
Hex8579700910301a930
Octal2051711600112060321160
Binary10000101111100111100000100110000110000110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857970; }

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

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

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

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

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

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

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

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