Shades of Highball #98823B
Tints of Highball #98823B
RGB
CMYK
RGB Variations
Color information
#98823B (or 0x98823B) is known color: Highball. HEX triplet: 98, 82 and 3B. RGB value is (152,130,59). Sum of RGB (Red+Green+Blue) = 152+130+59=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #98823B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98823B is #677DC4. Grayscale: #808080. Windows color (decimal): -6782405 or 3900056. OLE color: 3900056.
HSL color Cylindrical-coordinate representation of color #98823B: hue angle of 45.81º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98823B is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 130 | 59 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.40 |
| HSL | 45.81º | 0.44% | 0.41% | - |
| HSV(B) | 45.81º | 0.61% | 0.6% | - |
| XYZ | 21.72 | 22.96 | 7.42 | - |
| YUV | 128.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 59 | 0 | 0.14 | 0.61 | 0.40 | 45.81 | 0.44 | 0.41 |
| Hex | 98 | 82 | 3B | 0 | E | 3D | 28 | 2E | 2C | 29 |
| Octal | 230 | 202 | 73 | 0 | 16 | 75 | 50 | 56 | 54 | 51 |
| Binary | 10011000 | 10000010 | 111011 | 0 | 1110 | 111101 | 101000 | 101110 | 101100 | 101001 |
Color Harmonies of #98823B
Complementary color
Monochromatic Colors of #98823B
Black with #98823B
Text Example
Text Example
White with #98823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98823B; }
p { color: rgb(152,130,59); }
H1.HeaderClassName
{
color: #98823B;
}
.AnyTagClassName
{
color: #98823B;
}
</style>
background-color css
<style>
a { background-color: #98823B; }
a { background-color: rgb(152,130,59); }
div.DivClassName
{
background-color: #98823B;
}
.BgClassName
{
background-color: #98823B;
}
</style>
border-color css
<style>
span { border-color: #98823B; }
span { border-color: rgb(152,130,59); }
td.TdClassName
{
border-color: #98823B;
}
.TagClassName
{
border-color: #98823B;
}
</style>