#83786E

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

Shades of Americano #83786E

Tints of Americano #83786E

Color information

#83786E (or 0x83786E) is unknown color: approx Americano. HEX triplet: 83, 78 and 6E. RGB value is (131,120,110). Sum of RGB (Red+Green+Blue) = 131+120+110=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 131 - color contains mainly: red. Hex color #83786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83786E is #7C8791. Grayscale: #7A7A7A. Windows color (decimal): -8161170 or 7239811. OLE color: 7239811.

HSL color Cylindrical-coordinate representation of color #83786E: hue angle of 28.57º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #83786E is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB131120110-
CMYK00.080.160.49
HSL28.57º8.71%47.25%-
HSV(B)28.57º16.03%51.37%-
XYZ18.8919.3817.5-
YUV122.15121.14134.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.29%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=36.29%
G=33.24%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112011000.080.160.4928.578.7147.25
Hex83786E0810311d92f
Octal2031701560102061351157
Binary10000011111100011011100100010000110001111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83786E; }

 p { color: rgb(131,120,110); }

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

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

 a { background-color: rgb(131,120,110); }

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

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

 span { border-color: rgb(131,120,110); }

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