#947F71

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

Shades of Americano #947F71

Tints of Americano #947F71

Color information

#947F71 (or 0x947F71) is unknown color: approx 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

RGB148127113-
CMYK00.140.240.42
HSL24º14.06%51.18%-
HSV(B)24º23.65%58.04%-
XYZ22.7822.6718.8-
YUV131.68117.46139.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812711300.140.240.422414.0651.18
Hex947F710E182A18e33
Octal2241771610163052301663
Binary10010100111111111100010111011000101010110001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>