Html Css Color HEX #857971 Americano

📋 copy color: '#857971'

red 133 ◦ green 121 ◦ blue 113

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

Shades of Americano #857971

Tints of Americano #857971

RGB

 RED value IS 133 (52.34% from 255) = 36.24%

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

 BLUE value IS 113 (44.53% from 255) = 30.79%

R = 36.24%
G = 32.97%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#857971 (or 0x857971) is known color: Americano. HEX triplet: 85, 79 and 71. RGB value is (133,121,113). Sum of RGB (Red+Green+Blue) = 133+121+113=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 133 - color contains mainly: red. Hex color #857971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857971 is #7A868E. Grayscale: #7B7B7B. Windows color (decimal): -8029839 or 7436677. OLE color: 7436677.

HSL color Cylindrical-coordinate representation of color #857971: hue angle of 24º 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 #857971 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 121 113 -
CMYK 0 0.09 0.15 0.48
HSL 24º 0.08% 0.48% -
HSV(B) 24º 0.15% 0.52% -
XYZ 19.49 19.85 18.43 -
YUV 123.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 133 121 113 0 0.09 0.15 0.48 24 0.08 0.48
Hex 85 79 71 0 9 F 30 18 8 30
Octal 205 171 161 0 11 17 60 30 10 60
Binary 10000101 1111001 1110001 0 1001 1111 110000 11000 1000 110000

Color Harmonies of #857971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857971

Black with #857971

Text Example


Text Example

White with #857971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857971; }

 p { color: rgb(133,121,113); }

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

background-color css

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

 a { background-color: rgb(133,121,113); }

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

border-color css

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

 span { border-color: rgb(133,121,113); }

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