Shades of Highball #928247
Tints of Highball #928247
RGB
CMYK
RGB Variations
Color information
#928247 (or 0x928247) is known color: Highball. HEX triplet: 92, 82 and 47. RGB value is (146,130,71). Sum of RGB (Red+Green+Blue) = 146+130+71=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #928247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928247 is #6D7DB8. Grayscale: #808080. Windows color (decimal): -7175609 or 4686482. OLE color: 4686482.
HSL color Cylindrical-coordinate representation of color #928247: hue angle of 47.2º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #928247 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 71 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.43 |
| HSL | 47.2º | 0.35% | 0.43% | - |
| HSV(B) | 47.2º | 0.51% | 0.57% | - |
| XYZ | 20.97 | 22.53 | 9.2 | - |
| YUV | 128.06 | 95.8 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 71 | 0 | 0.11 | 0.51 | 0.43 | 47.2 | 0.35 | 0.43 |
| Hex | 92 | 82 | 47 | 0 | B | 33 | 2B | 2F | 23 | 2B |
| Octal | 222 | 202 | 107 | 0 | 13 | 63 | 53 | 57 | 43 | 53 |
| Binary | 10010010 | 10000010 | 1000111 | 0 | 1011 | 110011 | 101011 | 101111 | 100011 | 101011 |
Color Harmonies of #928247
Complementary color
Monochromatic Colors of #928247
Black with #928247
Text Example
Text Example
White with #928247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928247; }
p { color: rgb(146,130,71); }
H1.HeaderClassName
{
color: #928247;
}
.AnyTagClassName
{
color: #928247;
}
</style>
background-color css
<style>
a { background-color: #928247; }
a { background-color: rgb(146,130,71); }
div.DivClassName
{
background-color: #928247;
}
.BgClassName
{
background-color: #928247;
}
</style>
border-color css
<style>
span { border-color: #928247; }
span { border-color: rgb(146,130,71); }
td.TdClassName
{
border-color: #928247;
}
.TagClassName
{
border-color: #928247;
}
</style>