#857A73

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

Shades of Americano #857A73

Tints of Americano #857A73

Color information

#857A73 (or 0x857A73) is unknown color: approx Americano. HEX triplet: 85, 7A and 73. RGB value is (133,122,115). Sum of RGB (Red+Green+Blue) = 133+122+115=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #857A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A73 is #7A858C. Grayscale: #7C7C7C. Windows color (decimal): -8029581 or 7568005. OLE color: 7568005.

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

Color convert

RGB133122115-
CMYK00.080.140.48
HSL23.33º7.26%48.63%-
HSV(B)23.33º13.53%52.16%-
XYZ19.7320.1419.07-
YUV124.49122.64134.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 122 (48.05% from 255) = 32.97%
BLUE value IS 115 (45.31% from 255) = 31.08%
R=35.95%
G=32.97%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312211500.080.140.4823.337.2648.63
Hex857A7308E3017731
Octal205172163010166027761
Binary100001011111010111001101000111011000010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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