Shades of Highball #947F3F
Tints of Highball #947F3F
RGB
CMYK
RGB Variations
Color information
#947F3F (or 0x947F3F) is known color: Highball. HEX triplet: 94, 7F and 3F. RGB value is (148,127,63). Sum of RGB (Red+Green+Blue) = 148+127+63=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #947F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947F3F is #6B80C0. Grayscale: #7E7E7E. Windows color (decimal): -7045313 or 4161428. OLE color: 4161428.
HSL color Cylindrical-coordinate representation of color #947F3F: hue angle of 45.18º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #947F3F is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 63 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.42 |
| HSL | 45.18º | 0.4% | 0.41% | - |
| HSV(B) | 45.18º | 0.57% | 0.58% | - |
| XYZ | 20.7 | 21.83 | 7.83 | - |
| YUV | 125.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 63 | 0 | 0.14 | 0.57 | 0.42 | 45.18 | 0.4 | 0.41 |
| Hex | 94 | 7F | 3F | 0 | E | 39 | 2A | 2D | 28 | 29 |
| Octal | 224 | 177 | 77 | 0 | 16 | 71 | 52 | 55 | 50 | 51 |
| Binary | 10010100 | 1111111 | 111111 | 0 | 1110 | 111001 | 101010 | 101101 | 101000 | 101001 |
Color Harmonies of #947F3F
Complementary color
Monochromatic Colors of #947F3F
Black with #947F3F
Text Example
Text Example
White with #947F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F3F; }
p { color: rgb(148,127,63); }
H1.HeaderClassName
{
color: #947F3F;
}
.AnyTagClassName
{
color: #947F3F;
}
</style>
background-color css
<style>
a { background-color: #947F3F; }
a { background-color: rgb(148,127,63); }
div.DivClassName
{
background-color: #947F3F;
}
.BgClassName
{
background-color: #947F3F;
}
</style>
border-color css
<style>
span { border-color: #947F3F; }
span { border-color: rgb(148,127,63); }
td.TdClassName
{
border-color: #947F3F;
}
.TagClassName
{
border-color: #947F3F;
}
</style>