#85756C

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

Shades of Americano #85756C

Tints of Americano #85756C

Color information

#85756C (or 0x85756C) is unknown color: approx Americano. HEX triplet: 85, 75 and 6C. RGB value is (133,117,108). Sum of RGB (Red+Green+Blue) = 133+117+108=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #85756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85756C is #7A8A93. Grayscale: #787878. Windows color (decimal): -8030868 or 7107973. OLE color: 7107973.

HSL color Cylindrical-coordinate representation of color #85756C: hue angle of 21.6º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85756C is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB133117108-
CMYK00.120.190.48
HSL21.6º10.37%47.25%-
HSV(B)21.6º18.8%52.16%-
XYZ18.7418.7916.83-
YUV120.76120.8136.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.15%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 108 (42.58% from 255) = 30.17%
R=37.15%
G=32.68%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311710800.120.190.4821.610.3747.25
Hex85756C0C133016a2f
Octal2051651540142360261257
Binary10000101111010111011000110010011110000101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85756C; }

 p { color: rgb(133,117,108); }

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

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

 a { background-color: rgb(133,117,108); }

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

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

 span { border-color: rgb(133,117,108); }

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