Shades of Highball #84833D
Tints of Highball #84833D
RGB
CMYK
RGB Variations
Color information
#84833D (or 0x84833D) is known color: Highball. HEX triplet: 84, 83 and 3D. RGB value is (132,131,61). Sum of RGB (Red+Green+Blue) = 132+131+61=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #84833D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84833D is #7B7CC2. Grayscale: #7B7B7B. Windows color (decimal): -8092867 or 4031364. OLE color: 4031364.
HSL color Cylindrical-coordinate representation of color #84833D: hue angle of 59.15º 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 #84833D is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 131 | 61 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.48 |
| HSL | 59.15º | 0.37% | 0.38% | - |
| HSV(B) | 59.15º | 0.54% | 0.52% | - |
| XYZ | 18.47 | 21.48 | 7.59 | - |
| YUV | 123.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 131 | 61 | 0 | 0.01 | 0.54 | 0.48 | 59.15 | 0.37 | 0.38 |
| Hex | 84 | 83 | 3D | 0 | 1 | 36 | 30 | 3B | 25 | 26 |
| Octal | 204 | 203 | 75 | 0 | 1 | 66 | 60 | 73 | 45 | 46 |
| Binary | 10000100 | 10000011 | 111101 | 0 | 1 | 110110 | 110000 | 111011 | 100101 | 100110 |
Color Harmonies of #84833D
Complementary color
Monochromatic Colors of #84833D
Black with #84833D
Text Example
Text Example
White with #84833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84833D; }
p { color: rgb(132,131,61); }
H1.HeaderClassName
{
color: #84833D;
}
.AnyTagClassName
{
color: #84833D;
}
</style>
background-color css
<style>
a { background-color: #84833D; }
a { background-color: rgb(132,131,61); }
div.DivClassName
{
background-color: #84833D;
}
.BgClassName
{
background-color: #84833D;
}
</style>
border-color css
<style>
span { border-color: #84833D; }
span { border-color: rgb(132,131,61); }
td.TdClassName
{
border-color: #84833D;
}
.TagClassName
{
border-color: #84833D;
}
</style>