Shades of Highball #948D4D
Tints of Highball #948D4D
RGB
CMYK
RGB Variations
Color information
#948D4D (or 0x948D4D) is known color: Highball. HEX triplet: 94, 8D and 4D. RGB value is (148,141,77). Sum of RGB (Red+Green+Blue) = 148+141+77=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #948D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D4D is #6B72B2. Grayscale: #888888. Windows color (decimal): -7041715 or 5082516. OLE color: 5082516.
HSL color Cylindrical-coordinate representation of color #948D4D: hue angle of 54.08º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #948D4D is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 141 | 77 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.42 |
| HSL | 54.08º | 0.32% | 0.44% | - |
| HSV(B) | 54.08º | 0.48% | 0.58% | - |
| XYZ | 23.08 | 25.88 | 10.8 | - |
| YUV | 135.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 77 | 0 | 0.05 | 0.48 | 0.42 | 54.08 | 0.32 | 0.44 |
| Hex | 94 | 8D | 4D | 0 | 5 | 30 | 2A | 36 | 20 | 2C |
| Octal | 224 | 215 | 115 | 0 | 5 | 60 | 52 | 66 | 40 | 54 |
| Binary | 10010100 | 10001101 | 1001101 | 0 | 101 | 110000 | 101010 | 110110 | 100000 | 101100 |
Color Harmonies of #948D4D
Complementary color
Monochromatic Colors of #948D4D
Black with #948D4D
Text Example
Text Example
White with #948D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948D4D; }
p { color: rgb(148,141,77); }
H1.HeaderClassName
{
color: #948D4D;
}
.AnyTagClassName
{
color: #948D4D;
}
</style>
background-color css
<style>
a { background-color: #948D4D; }
a { background-color: rgb(148,141,77); }
div.DivClassName
{
background-color: #948D4D;
}
.BgClassName
{
background-color: #948D4D;
}
</style>
border-color css
<style>
span { border-color: #948D4D; }
span { border-color: rgb(148,141,77); }
td.TdClassName
{
border-color: #948D4D;
}
.TagClassName
{
border-color: #948D4D;
}
</style>