Shades of Highball #948F2D
Tints of Highball #948F2D
RGB
CMYK
RGB Variations
Color information
#948F2D (or 0x948F2D) is known color: Highball. HEX triplet: 94, 8F and 2D. RGB value is (148,143,45). Sum of RGB (Red+Green+Blue) = 148+143+45=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #948F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948F2D is #6B70D2. Grayscale: #858585. Windows color (decimal): -7041235 or 2985876. OLE color: 2985876.
HSL color Cylindrical-coordinate representation of color #948F2D: hue angle of 57.09º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #948F2D is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 143 | 45 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.42 |
| HSL | 57.09º | 0.53% | 0.38% | - |
| HSV(B) | 57.09º | 0.7% | 0.58% | - |
| XYZ | 22.51 | 26.13 | 6.34 | - |
| YUV | 133.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 45 | 0 | 0.03 | 0.70 | 0.42 | 57.09 | 0.53 | 0.38 |
| Hex | 94 | 8F | 2D | 0 | 3 | 46 | 2A | 39 | 35 | 26 |
| Octal | 224 | 217 | 55 | 0 | 3 | 106 | 52 | 71 | 65 | 46 |
| Binary | 10010100 | 10001111 | 101101 | 0 | 11 | 1000110 | 101010 | 111001 | 110101 | 100110 |
Color Harmonies of #948F2D
Complementary color
Monochromatic Colors of #948F2D
Black with #948F2D
Text Example
Text Example
White with #948F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948F2D; }
p { color: rgb(148,143,45); }
H1.HeaderClassName
{
color: #948F2D;
}
.AnyTagClassName
{
color: #948F2D;
}
</style>
background-color css
<style>
a { background-color: #948F2D; }
a { background-color: rgb(148,143,45); }
div.DivClassName
{
background-color: #948F2D;
}
.BgClassName
{
background-color: #948F2D;
}
</style>
border-color css
<style>
span { border-color: #948F2D; }
span { border-color: rgb(148,143,45); }
td.TdClassName
{
border-color: #948F2D;
}
.TagClassName
{
border-color: #948F2D;
}
</style>