#83756D

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

Shades of Americano #83756D

Tints of Americano #83756D

Color information

#83756D (or 0x83756D) is unknown color: approx Americano. HEX triplet: 83, 75 and 6D. RGB value is (131,117,109). Sum of RGB (Red+Green+Blue) = 131+117+109=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 131 - color contains mainly: red. Hex color #83756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83756D is #7C8A92. Grayscale: #787878. Windows color (decimal): -8161939 or 7173507. OLE color: 7173507.

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

Color convert

RGB131117109-
CMYK00.110.170.49
HSL21.82º9.17%47.06%-
HSV(B)21.82º16.79%51.37%-
XYZ18.4818.6517.09-
YUV120.27121.64135.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.69%
GREEN value IS 117 (46.09% from 255) = 32.77%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=36.69%
G=32.77%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111710900.110.170.4921.829.1747.06
Hex83756D0B11311692f
Octal2031651550132161261157
Binary10000011111010111011010101110001110001101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,117,109); }

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

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

 a { background-color: rgb(131,117,109); }

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

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

 span { border-color: rgb(131,117,109); }

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