Shades of Highball #908948
Tints of Highball #908948
RGB
CMYK
RGB Variations
Color information
#908948 (or 0x908948) is known color: Highball. HEX triplet: 90, 89 and 48. RGB value is (144,137,72). Sum of RGB (Red+Green+Blue) = 144+137+72=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #908948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908948 is #6F76B7. Grayscale: #838383. Windows color (decimal): -7304888 or 4753808. OLE color: 4753808.
HSL color Cylindrical-coordinate representation of color #908948: hue angle of 54.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #908948 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 137 | 72 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.44 |
| HSL | 54.17º | 0.33% | 0.42% | - |
| HSV(B) | 54.17º | 0.5% | 0.56% | - |
| XYZ | 21.62 | 24.29 | 9.68 | - |
| YUV | 131.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 137 | 72 | 0 | 0.05 | 0.50 | 0.44 | 54.17 | 0.33 | 0.42 |
| Hex | 90 | 89 | 48 | 0 | 5 | 32 | 2C | 36 | 21 | 2A |
| Octal | 220 | 211 | 110 | 0 | 5 | 62 | 54 | 66 | 41 | 52 |
| Binary | 10010000 | 10001001 | 1001000 | 0 | 101 | 110010 | 101100 | 110110 | 100001 | 101010 |
Color Harmonies of #908948
Complementary color
Monochromatic Colors of #908948
Black with #908948
Text Example
Text Example
White with #908948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908948; }
p { color: rgb(144,137,72); }
H1.HeaderClassName
{
color: #908948;
}
.AnyTagClassName
{
color: #908948;
}
</style>
background-color css
<style>
a { background-color: #908948; }
a { background-color: rgb(144,137,72); }
div.DivClassName
{
background-color: #908948;
}
.BgClassName
{
background-color: #908948;
}
</style>
border-color css
<style>
span { border-color: #908948; }
span { border-color: rgb(144,137,72); }
td.TdClassName
{
border-color: #908948;
}
.TagClassName
{
border-color: #908948;
}
</style>