Html Css Color HEX #83786E Americano

📋 copy color: '#83786E'

red 131 ◦ green 120 ◦ blue 110

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

Shades of Americano #83786E

Tints of Americano #83786E

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 value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#83786E (or 0x83786E) is known color: 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

RGB 131 120 110 -
CMYK 0 0.08 0.16 0.49
HSL 28.57º 0.09% 0.47% -
HSV(B) 28.57º 0.16% 0.51% -
XYZ 18.89 19.38 17.5 -
YUV 122.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 131 120 110 0 0.08 0.16 0.49 28.57 0.09 0.47
Hex 83 78 6E 0 8 10 31 1D 9 2F
Octal 203 170 156 0 10 20 61 35 11 57
Binary 10000011 1111000 1101110 0 1000 10000 110001 11101 1001 101111

Color Harmonies of #83786E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83786E

Black with #83786E

Text Example


Text Example

White with #83786E

Text Example


Text Example

HTML Codes & Css Web 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>