#847970

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

Shades of Americano #847970

Tints of Americano #847970

Color information

#847970 (or 0x847970) is unknown color: approx Americano. HEX triplet: 84, 79 and 70. RGB value is (132,121,112). Sum of RGB (Red+Green+Blue) = 132+121+112=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 132 - color contains mainly: red. Hex color #847970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847970 is #7B868F. Grayscale: #7B7B7B. Windows color (decimal): -8095376 or 7371140. OLE color: 7371140.

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

Color convert

RGB132121112-
CMYK00.080.150.48
HSL27º8.2%47.84%-
HSV(B)27º15.15%51.76%-
XYZ19.2819.7518.13-
YUV123.26121.64134.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 121 (47.66% from 255) = 33.15%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=36.16%
G=33.15%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212111200.080.150.48278.247.84
Hex84797008F301b830
Octal2041711600101760331060
Binary1000010011110011110000010001111110000110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847970; }

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

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

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

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

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

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

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

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