Shades of Highball #84803D
Tints of Highball #84803D
RGB
CMYK
RGB Variations
Color information
#84803D (or 0x84803D) is known color: Highball. HEX triplet: 84, 80 and 3D. RGB value is (132,128,61). Sum of RGB (Red+Green+Blue) = 132+128+61=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #84803D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84803D is #7B7FC2. Grayscale: #797979. Windows color (decimal): -8093635 or 4030596. OLE color: 4030596.
HSL color Cylindrical-coordinate representation of color #84803D: hue angle of 56.62º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84803D is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 61 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.48 |
| HSL | 56.62º | 0.37% | 0.38% | - |
| HSV(B) | 56.62º | 0.54% | 0.52% | - |
| XYZ | 18.08 | 20.68 | 7.45 | - |
| YUV | 121.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 61 | 0 | 0.03 | 0.54 | 0.48 | 56.62 | 0.37 | 0.38 |
| Hex | 84 | 80 | 3D | 0 | 3 | 36 | 30 | 39 | 25 | 26 |
| Octal | 204 | 200 | 75 | 0 | 3 | 66 | 60 | 71 | 45 | 46 |
| Binary | 10000100 | 10000000 | 111101 | 0 | 11 | 110110 | 110000 | 111001 | 100101 | 100110 |
Color Harmonies of #84803D
Complementary color
Monochromatic Colors of #84803D
Black with #84803D
Text Example
Text Example
White with #84803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84803D; }
p { color: rgb(132,128,61); }
H1.HeaderClassName
{
color: #84803D;
}
.AnyTagClassName
{
color: #84803D;
}
</style>
background-color css
<style>
a { background-color: #84803D; }
a { background-color: rgb(132,128,61); }
div.DivClassName
{
background-color: #84803D;
}
.BgClassName
{
background-color: #84803D;
}
</style>
border-color css
<style>
span { border-color: #84803D; }
span { border-color: rgb(132,128,61); }
td.TdClassName
{
border-color: #84803D;
}
.TagClassName
{
border-color: #84803D;
}
</style>