Shades of Highball #948B49
Tints of Highball #948B49
RGB
CMYK
RGB Variations
Color information
#948B49 (or 0x948B49) is known color: Highball. HEX triplet: 94, 8B and 49. RGB value is (148,139,73). Sum of RGB (Red+Green+Blue) = 148+139+73=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #948B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948B49 is #6B74B6. Grayscale: #868686. Windows color (decimal): -7042231 or 4819860. OLE color: 4819860.
HSL color Cylindrical-coordinate representation of color #948B49: hue angle of 52.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #948B49 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 139 | 73 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.42 |
| HSL | 52.8º | 0.34% | 0.43% | - |
| HSV(B) | 52.8º | 0.51% | 0.58% | - |
| XYZ | 22.65 | 25.24 | 9.98 | - |
| YUV | 134.17 | 93.48 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 73 | 0 | 0.06 | 0.51 | 0.42 | 52.8 | 0.34 | 0.43 |
| Hex | 94 | 8B | 49 | 0 | 6 | 33 | 2A | 35 | 22 | 2B |
| Octal | 224 | 213 | 111 | 0 | 6 | 63 | 52 | 65 | 42 | 53 |
| Binary | 10010100 | 10001011 | 1001001 | 0 | 110 | 110011 | 101010 | 110101 | 100010 | 101011 |
Color Harmonies of #948B49
Complementary color
Monochromatic Colors of #948B49
Black with #948B49
Text Example
Text Example
White with #948B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948B49; }
p { color: rgb(148,139,73); }
H1.HeaderClassName
{
color: #948B49;
}
.AnyTagClassName
{
color: #948B49;
}
</style>
background-color css
<style>
a { background-color: #948B49; }
a { background-color: rgb(148,139,73); }
div.DivClassName
{
background-color: #948B49;
}
.BgClassName
{
background-color: #948B49;
}
</style>
border-color css
<style>
span { border-color: #948B49; }
span { border-color: rgb(148,139,73); }
td.TdClassName
{
border-color: #948B49;
}
.TagClassName
{
border-color: #948B49;
}
</style>