Html Css Color HEX #837970 Americano

📋 copy color: '#837970'

red 131 ◦ green 121 ◦ blue 112

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

Shades of Americano #837970

Tints of Americano #837970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.77%

R = 35.99%
G = 33.24%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#837970 (or 0x837970) is known color: Americano. HEX triplet: 83, 79 and 70. RGB value is (131,121,112). Sum of RGB (Red+Green+Blue) = 131+121+112=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 131 - color contains mainly: red. Hex color #837970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837970 is #7C868F. Grayscale: #7B7B7B. Windows color (decimal): -8160912 or 7371139. OLE color: 7371139.

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

Color convert

RGB 131 121 112 -
CMYK 0 0.08 0.15 0.49
HSL 28.42º 0.08% 0.48% -
HSV(B) 28.42º 0.15% 0.51% -
XYZ 19.12 19.67 18.12 -
YUV 122.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 131 121 112 0 0.08 0.15 0.49 28.42 0.08 0.48
Hex 83 79 70 0 8 F 31 1C 8 30
Octal 203 171 160 0 10 17 61 34 10 60
Binary 10000011 1111001 1110000 0 1000 1111 110001 11100 1000 110000

Color Harmonies of #837970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837970

Black with #837970

Text Example


Text Example

White with #837970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837970; }

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

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

background-color css

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

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

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

border-color css

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

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

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