Shades of Highball #84803E
Tints of Highball #84803E
RGB
CMYK
RGB Variations
Color information
#84803E (or 0x84803E) is known color: Highball. HEX triplet: 84, 80 and 3E. RGB value is (132,128,62). Sum of RGB (Red+Green+Blue) = 132+128+62=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #84803E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84803E is #7B7FC1. Grayscale: #797979. Windows color (decimal): -8093634 or 4096132. OLE color: 4096132.
HSL color Cylindrical-coordinate representation of color #84803E: hue angle of 56.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84803E is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 62 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.48 |
| HSL | 56.57º | 0.36% | 0.38% | - |
| HSV(B) | 56.57º | 0.53% | 0.52% | - |
| XYZ | 18.1 | 20.69 | 7.6 | - |
| YUV | 121.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 62 | 0 | 0.03 | 0.53 | 0.48 | 56.57 | 0.36 | 0.38 |
| Hex | 84 | 80 | 3E | 0 | 3 | 35 | 30 | 39 | 24 | 26 |
| Octal | 204 | 200 | 76 | 0 | 3 | 65 | 60 | 71 | 44 | 46 |
| Binary | 10000100 | 10000000 | 111110 | 0 | 11 | 110101 | 110000 | 111001 | 100100 | 100110 |
Color Harmonies of #84803E
Complementary color
Monochromatic Colors of #84803E
Black with #84803E
Text Example
Text Example
White with #84803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84803E; }
p { color: rgb(132,128,62); }
H1.HeaderClassName
{
color: #84803E;
}
.AnyTagClassName
{
color: #84803E;
}
</style>
background-color css
<style>
a { background-color: #84803E; }
a { background-color: rgb(132,128,62); }
div.DivClassName
{
background-color: #84803E;
}
.BgClassName
{
background-color: #84803E;
}
</style>
border-color css
<style>
span { border-color: #84803E; }
span { border-color: rgb(132,128,62); }
td.TdClassName
{
border-color: #84803E;
}
.TagClassName
{
border-color: #84803E;
}
</style>