#857870

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

Shades of Americano #857870

Tints of Americano #857870

Color information

#857870 (or 0x857870) is unknown color: approx Americano. HEX triplet: 85, 78 and 70. RGB value is (133,120,112). Sum of RGB (Red+Green+Blue) = 133+120+112=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #857870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857870 is #7A878F. Grayscale: #7B7B7B. Windows color (decimal): -8030096 or 7370885. OLE color: 7370885.

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

Color convert

RGB133120112-
CMYK00.100.160.48
HSL22.86º8.57%48.04%-
HSV(B)22.86º15.79%52.16%-
XYZ19.3119.5918.09-
YUV122.98121.81135.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.44%
GREEN value IS 120 (47.27% from 255) = 32.88%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=36.44%
G=32.88%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312011200.100.160.4822.868.5748.04
Hex8578700A103017930
Octal2051701600122060271160
Binary10000101111100011100000101010000110000101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857870; }

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

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

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

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

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

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

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

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