Shades of Highball #84803F
Tints of Highball #84803F
RGB
CMYK
RGB Variations
Color information
#84803F (or 0x84803F) is known color: Highball. HEX triplet: 84, 80 and 3F. RGB value is (132,128,63). Sum of RGB (Red+Green+Blue) = 132+128+63=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #84803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84803F is #7B7FC0. Grayscale: #7A7A7A. Windows color (decimal): -8093633 or 4161668. OLE color: 4161668.
HSL color Cylindrical-coordinate representation of color #84803F: hue angle of 56.52º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84803F is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 63 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.48 |
| HSL | 56.52º | 0.35% | 0.38% | - |
| HSV(B) | 56.52º | 0.52% | 0.52% | - |
| XYZ | 18.13 | 20.7 | 7.74 | - |
| YUV | 121.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 63 | 0 | 0.03 | 0.52 | 0.48 | 56.52 | 0.35 | 0.38 |
| Hex | 84 | 80 | 3F | 0 | 3 | 34 | 30 | 39 | 23 | 26 |
| Octal | 204 | 200 | 77 | 0 | 3 | 64 | 60 | 71 | 43 | 46 |
| Binary | 10000100 | 10000000 | 111111 | 0 | 11 | 110100 | 110000 | 111001 | 100011 | 100110 |
Color Harmonies of #84803F
Complementary color
Monochromatic Colors of #84803F
Black with #84803F
Text Example
Text Example
White with #84803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84803F; }
p { color: rgb(132,128,63); }
H1.HeaderClassName
{
color: #84803F;
}
.AnyTagClassName
{
color: #84803F;
}
</style>
background-color css
<style>
a { background-color: #84803F; }
a { background-color: rgb(132,128,63); }
div.DivClassName
{
background-color: #84803F;
}
.BgClassName
{
background-color: #84803F;
}
</style>
border-color css
<style>
span { border-color: #84803F; }
span { border-color: rgb(132,128,63); }
td.TdClassName
{
border-color: #84803F;
}
.TagClassName
{
border-color: #84803F;
}
</style>