Shades of Highball #948E2F
Tints of Highball #948E2F
RGB
CMYK
RGB Variations
Color information
#948E2F (or 0x948E2F) is known color: Highball. HEX triplet: 94, 8E and 2F. RGB value is (148,142,47). Sum of RGB (Red+Green+Blue) = 148+142+47=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #948E2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948E2F is #6B71D0. Grayscale: #858585. Windows color (decimal): -7041489 or 3116692. OLE color: 3116692.
HSL color Cylindrical-coordinate representation of color #948E2F: hue angle of 56.44º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #948E2F is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 142 | 47 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.42 |
| HSL | 56.44º | 0.52% | 0.38% | - |
| HSV(B) | 56.44º | 0.68% | 0.58% | - |
| XYZ | 22.4 | 25.85 | 6.5 | - |
| YUV | 132.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 142 | 47 | 0 | 0.04 | 0.68 | 0.42 | 56.44 | 0.52 | 0.38 |
| Hex | 94 | 8E | 2F | 0 | 4 | 44 | 2A | 38 | 34 | 26 |
| Octal | 224 | 216 | 57 | 0 | 4 | 104 | 52 | 70 | 64 | 46 |
| Binary | 10010100 | 10001110 | 101111 | 0 | 100 | 1000100 | 101010 | 111000 | 110100 | 100110 |
Color Harmonies of #948E2F
Complementary color
Monochromatic Colors of #948E2F
Black with #948E2F
Text Example
Text Example
White with #948E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948E2F; }
p { color: rgb(148,142,47); }
H1.HeaderClassName
{
color: #948E2F;
}
.AnyTagClassName
{
color: #948E2F;
}
</style>
background-color css
<style>
a { background-color: #948E2F; }
a { background-color: rgb(148,142,47); }
div.DivClassName
{
background-color: #948E2F;
}
.BgClassName
{
background-color: #948E2F;
}
</style>
border-color css
<style>
span { border-color: #948E2F; }
span { border-color: rgb(148,142,47); }
td.TdClassName
{
border-color: #948E2F;
}
.TagClassName
{
border-color: #948E2F;
}
</style>