#82746D

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

Shades of Americano #82746D

Tints of Americano #82746D

Color information

#82746D (or 0x82746D) is unknown color: approx Americano. HEX triplet: 82, 74 and 6D. RGB value is (130,116,109). Sum of RGB (Red+Green+Blue) = 130+116+109=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #82746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82746D is #7D8B92. Grayscale: #777777. Windows color (decimal): -8227731 or 7173250. OLE color: 7173250.

HSL color Cylindrical-coordinate representation of color #82746D: hue angle of 20º 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 #82746D is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB130116109-
CMYK00.110.160.49
HSL20º8.79%46.86%-
HSV(B)20º16.15%50.98%-
XYZ18.2118.3417.05-
YUV119.39122.14135.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 109 (42.97% from 255) = 30.70%
R=36.62%
G=32.68%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011610900.110.160.49208.7946.86
Hex82746D0B10311492f
Octal2021641550132061241157
Binary10000010111010011011010101110000110001101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,116,109); }

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

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

 a { background-color: rgb(130,116,109); }

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

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

 span { border-color: rgb(130,116,109); }

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