#85786D

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

Shades of Americano #85786D

Tints of Americano #85786D

Color information

#85786D (or 0x85786D) is unknown color: approx Americano. HEX triplet: 85, 78 and 6D. RGB value is (133,120,109). Sum of RGB (Red+Green+Blue) = 133+120+109=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #85786D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85786D is #7A8792. Grayscale: #7A7A7A. Windows color (decimal): -8030099 or 7174277. OLE color: 7174277.

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

Color convert

RGB133120109-
CMYK00.100.180.48
HSL27.5º9.92%47.45%-
HSV(B)27.5º18.05%52.16%-
XYZ19.1519.5217.23-
YUV122.63120.31135.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.74%
GREEN value IS 120 (47.27% from 255) = 33.15%
BLUE value IS 109 (42.97% from 255) = 30.11%
R=36.74%
G=33.15%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312010900.100.180.4827.59.9247.45
Hex85786D0A12301ba2f
Octal2051701550122260331257
Binary10000101111100011011010101010010110000110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85786D; }

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

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

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

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

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

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

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

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