Shades of Highball #948448
Tints of Highball #948448
RGB
CMYK
RGB Variations
Color information
#948448 (or 0x948448) is known color: Highball. HEX triplet: 94, 84 and 48. RGB value is (148,132,72). Sum of RGB (Red+Green+Blue) = 148+132+72=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #948448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948448 is #6B7BB7. Grayscale: #828282. Windows color (decimal): -7044024 or 4752532. OLE color: 4752532.
HSL color Cylindrical-coordinate representation of color #948448: hue angle of 47.37º degrees, saturation: 0.35, 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 #948448 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 132 | 72 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.42 |
| HSL | 47.37º | 0.35% | 0.43% | - |
| HSV(B) | 47.37º | 0.51% | 0.58% | - |
| XYZ | 21.63 | 23.27 | 9.48 | - |
| YUV | 129.94 | 95.3 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 72 | 0 | 0.11 | 0.51 | 0.42 | 47.37 | 0.35 | 0.43 |
| Hex | 94 | 84 | 48 | 0 | B | 33 | 2A | 2F | 23 | 2B |
| Octal | 224 | 204 | 110 | 0 | 13 | 63 | 52 | 57 | 43 | 53 |
| Binary | 10010100 | 10000100 | 1001000 | 0 | 1011 | 110011 | 101010 | 101111 | 100011 | 101011 |
Color Harmonies of #948448
Complementary color
Monochromatic Colors of #948448
Black with #948448
Text Example
Text Example
White with #948448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948448; }
p { color: rgb(148,132,72); }
H1.HeaderClassName
{
color: #948448;
}
.AnyTagClassName
{
color: #948448;
}
</style>
background-color css
<style>
a { background-color: #948448; }
a { background-color: rgb(148,132,72); }
div.DivClassName
{
background-color: #948448;
}
.BgClassName
{
background-color: #948448;
}
</style>
border-color css
<style>
span { border-color: #948448; }
span { border-color: rgb(148,132,72); }
td.TdClassName
{
border-color: #948448;
}
.TagClassName
{
border-color: #948448;
}
</style>