Html Css Color HEX #847970 Americano

📋 copy color: '#847970'

red 132 ◦ green 121 ◦ blue 112

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

Shades of Americano #847970

Tints of Americano #847970

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

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#847970 (or 0x847970) is known color: 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

RGB 132 121 112 -
CMYK 0 0.08 0.15 0.48
HSL 27º 0.08% 0.48% -
HSV(B) 27º 0.15% 0.52% -
XYZ 19.28 19.75 18.13 -
YUV 123.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 132 121 112 0 0.08 0.15 0.48 27 0.08 0.48
Hex 84 79 70 0 8 F 30 1B 8 30
Octal 204 171 160 0 10 17 60 33 10 60
Binary 10000100 1111001 1110000 0 1000 1111 110000 11011 1000 110000

Color Harmonies of #847970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847970

Black with #847970

Text Example


Text Example

White with #847970

Text Example


Text Example

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