Html Css Color HEX #83766D Americano

📋 copy color: '#83766D'

red 131 ◦ green 118 ◦ blue 109

#83766D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Americano #83766D

Tints of Americano #83766D

RGB

 RED value IS 131 (51.56% from 255) = 36.59%

 GREEN value IS 118 (46.48% from 255) = 32.96%

 BLUE value IS 109 (42.97% from 255) = 30.45%

R = 36.59%
G = 32.96%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#83766D (or 0x83766D) is known color: Americano. HEX triplet: 83, 76 and 6D. RGB value is (131,118,109). Sum of RGB (Red+Green+Blue) = 131+118+109=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 131 - color contains mainly: red. Hex color #83766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83766D is #7C8992. Grayscale: #787878. Windows color (decimal): -8161683 or 7173763. OLE color: 7173763.

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

Color convert

RGB 131 118 109 -
CMYK 0 0.10 0.17 0.49
HSL 24.55º 0.09% 0.47% -
HSV(B) 24.55º 0.17% 0.51% -
XYZ 18.6 18.89 17.13 -
YUV 120.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 131 118 109 0 0.10 0.17 0.49 24.55 0.09 0.47
Hex 83 76 6D 0 A 11 31 19 9 2F
Octal 203 166 155 0 12 21 61 31 11 57
Binary 10000011 1110110 1101101 0 1010 10001 110001 11001 1001 101111

Color Harmonies of #83766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83766D

Black with #83766D

Text Example


Text Example

White with #83766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83766D;
 }
 .AnyTagClassName
 {
   color: #83766D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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