#817970

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

Shades of Americano #817970

Tints of Americano #817970

Color information

#817970 (or 0x817970) is unknown color: approx Americano. HEX triplet: 81, 79 and 70. RGB value is (129,121,112). Sum of RGB (Red+Green+Blue) = 129+121+112=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 129 - color contains mainly: red. Hex color #817970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817970 is #7E868F. Grayscale: #7A7A7A. Windows color (decimal): -8291984 or 7371137. OLE color: 7371137.

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

Color convert

RGB129121112-
CMYK00.060.130.49
HSL31.76º7.05%47.25%-
HSV(B)31.76º13.18%50.59%-
XYZ18.8219.5118.1-
YUV122.37122.15132.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.64%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=35.64%
G=33.43%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912111200.060.130.4931.767.0547.25
Hex81797006D312072f
Octal20117116006156140757
Binary100000011111001111000001101101110001100000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817970; }

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

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

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

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

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

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

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

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