Html Css Color HEX #947F71 Americano

📋 copy color: '#947F71'

red 148 ◦ green 127 ◦ blue 113

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

Shades of Americano #947F71

Tints of Americano #947F71

RGB

 RED value IS 148 (58.2% from 255) = 38.14%

 GREEN value IS 127 (50% from 255) = 32.73%

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

R = 38.14%
G = 32.73%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#947F71 (or 0x947F71) is known color: Americano. HEX triplet: 94, 7F and 71. RGB value is (148,127,113). Sum of RGB (Red+Green+Blue) = 148+127+113=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #947F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F71 is #6B808E. Grayscale: #838383. Windows color (decimal): -7045263 or 7438228. OLE color: 7438228.

HSL color Cylindrical-coordinate representation of color #947F71: hue angle of 24º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #947F71 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 127 113 -
CMYK 0 0.14 0.24 0.42
HSL 24º 0.14% 0.51% -
HSV(B) 24º 0.24% 0.58% -
XYZ 22.78 22.67 18.8 -
YUV 131.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 148 127 113 0 0.14 0.24 0.42 24 0.14 0.51
Hex 94 7F 71 0 E 18 2A 18 E 33
Octal 224 177 161 0 16 30 52 30 16 63
Binary 10010100 1111111 1110001 0 1110 11000 101010 11000 1110 110011

Color Harmonies of #947F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947F71

Black with #947F71

Text Example


Text Example

White with #947F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947F71; }

 p { color: rgb(148,127,113); }

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

background-color css

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

 a { background-color: rgb(148,127,113); }

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

border-color css

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

 span { border-color: rgb(148,127,113); }

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