Shades of Highball #948848
Tints of Highball #948848
RGB
CMYK
RGB Variations
Color information
#948848 (or 0x948848) is known color: Highball. HEX triplet: 94, 88 and 48. RGB value is (148,136,72). Sum of RGB (Red+Green+Blue) = 148+136+72=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #948848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948848 is #6B77B7. Grayscale: #848484. Windows color (decimal): -7043000 or 4753556. OLE color: 4753556.
HSL color Cylindrical-coordinate representation of color #948848: hue angle of 50.53º 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 #948848 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 72 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.42 |
| HSL | 50.53º | 0.35% | 0.43% | - |
| HSV(B) | 50.53º | 0.51% | 0.58% | - |
| XYZ | 22.19 | 24.37 | 9.67 | - |
| YUV | 132.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 72 | 0 | 0.08 | 0.51 | 0.42 | 50.53 | 0.35 | 0.43 |
| Hex | 94 | 88 | 48 | 0 | 8 | 33 | 2A | 33 | 23 | 2B |
| Octal | 224 | 210 | 110 | 0 | 10 | 63 | 52 | 63 | 43 | 53 |
| Binary | 10010100 | 10001000 | 1001000 | 0 | 1000 | 110011 | 101010 | 110011 | 100011 | 101011 |
Color Harmonies of #948848
Complementary color
Monochromatic Colors of #948848
Black with #948848
Text Example
Text Example
White with #948848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948848; }
p { color: rgb(148,136,72); }
H1.HeaderClassName
{
color: #948848;
}
.AnyTagClassName
{
color: #948848;
}
</style>
background-color css
<style>
a { background-color: #948848; }
a { background-color: rgb(148,136,72); }
div.DivClassName
{
background-color: #948848;
}
.BgClassName
{
background-color: #948848;
}
</style>
border-color css
<style>
span { border-color: #948848; }
span { border-color: rgb(148,136,72); }
td.TdClassName
{
border-color: #948848;
}
.TagClassName
{
border-color: #948848;
}
</style>