Shades of Highball #84854A
Tints of Highball #84854A
RGB
CMYK
RGB Variations
Color information
#84854A (or 0x84854A) is known color: Highball. HEX triplet: 84, 85 and 4A. RGB value is (132,133,74). Sum of RGB (Red+Green+Blue) = 132+133+74=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #84854A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84854A is #7B7AB5. Grayscale: #7E7E7E. Windows color (decimal): -8092342 or 4883844. OLE color: 4883844.
HSL color Cylindrical-coordinate representation of color #84854A: hue angle of 61.02º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84854A is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 133 | 74 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.48 |
| HSL | 61.02º | 0.29% | 0.41% | - |
| HSV(B) | 61.02º | 0.44% | 0.52% | - |
| XYZ | 19.14 | 22.18 | 9.75 | - |
| YUV | 125.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 74 | 0.01 | 0 | 0.44 | 0.48 | 61.02 | 0.29 | 0.41 |
| Hex | 84 | 85 | 4A | 1 | 0 | 2C | 30 | 3D | 1D | 29 |
| Octal | 204 | 205 | 112 | 1 | 0 | 54 | 60 | 75 | 35 | 51 |
| Binary | 10000100 | 10000101 | 1001010 | 1 | 0 | 101100 | 110000 | 111101 | 11101 | 101001 |
Color Harmonies of #84854A
Complementary color
Monochromatic Colors of #84854A
Black with #84854A
Text Example
Text Example
White with #84854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84854A; }
p { color: rgb(132,133,74); }
H1.HeaderClassName
{
color: #84854A;
}
.AnyTagClassName
{
color: #84854A;
}
</style>
background-color css
<style>
a { background-color: #84854A; }
a { background-color: rgb(132,133,74); }
div.DivClassName
{
background-color: #84854A;
}
.BgClassName
{
background-color: #84854A;
}
</style>
border-color css
<style>
span { border-color: #84854A; }
span { border-color: rgb(132,133,74); }
td.TdClassName
{
border-color: #84854A;
}
.TagClassName
{
border-color: #84854A;
}
</style>