Shades of Americano #947F71
Tints of Americano #947F71
RGB
CMYK
RGB Variations
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
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>