Html Css Color HEX #837972 Americano

📋 copy color: '#837972'

red 131 ◦ green 121 ◦ blue 114

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

Shades of Americano #837972

Tints of Americano #837972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.06%

 BLUE value IS 114 (44.92% from 255) = 31.15%

R = 35.79%
G = 33.06%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#837972 (or 0x837972) is known color: Americano. HEX triplet: 83, 79 and 72. RGB value is (131,121,114). Sum of RGB (Red+Green+Blue) = 131+121+114=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 131 - color contains mainly: red. Hex color #837972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837972 is #7C868D. Grayscale: #7B7B7B. Windows color (decimal): -8160910 or 7502211. OLE color: 7502211.

HSL color Cylindrical-coordinate representation of color #837972: hue angle of 24.71º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #837972 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 121 114 -
CMYK 0 0.08 0.13 0.49
HSL 24.71º 0.07% 0.48% -
HSV(B) 24.71º 0.13% 0.51% -
XYZ 19.23 19.71 18.71 -
YUV 123.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 131 121 114 0 0.08 0.13 0.49 24.71 0.07 0.48
Hex 83 79 72 0 8 D 31 19 7 30
Octal 203 171 162 0 10 15 61 31 7 60
Binary 10000011 1111001 1110010 0 1000 1101 110001 11001 111 110000

Color Harmonies of #837972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837972

Black with #837972

Text Example


Text Example

White with #837972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837972; }

 p { color: rgb(131,121,114); }

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

background-color css

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

 a { background-color: rgb(131,121,114); }

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

border-color css

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

 span { border-color: rgb(131,121,114); }

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