Shades of Highball #84823B
Tints of Highball #84823B
RGB
CMYK
RGB Variations
Color information
#84823B (or 0x84823B) is known color: Highball. HEX triplet: 84, 82 and 3B. RGB value is (132,130,59). Sum of RGB (Red+Green+Blue) = 132+130+59=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #84823B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84823B is #7B7DC4. Grayscale: #7A7A7A. Windows color (decimal): -8093125 or 3900036. OLE color: 3900036.
HSL color Cylindrical-coordinate representation of color #84823B: hue angle of 58.36º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84823B is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 59 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.48 |
| HSL | 58.36º | 0.38% | 0.37% | - |
| HSV(B) | 58.36º | 0.55% | 0.52% | - |
| XYZ | 18.29 | 21.19 | 7.26 | - |
| YUV | 122.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 59 | 0 | 0.02 | 0.55 | 0.48 | 58.36 | 0.38 | 0.37 |
| Hex | 84 | 82 | 3B | 0 | 2 | 37 | 30 | 3A | 26 | 25 |
| Octal | 204 | 202 | 73 | 0 | 2 | 67 | 60 | 72 | 46 | 45 |
| Binary | 10000100 | 10000010 | 111011 | 0 | 10 | 110111 | 110000 | 111010 | 100110 | 100101 |
Color Harmonies of #84823B
Complementary color
Monochromatic Colors of #84823B
Black with #84823B
Text Example
Text Example
White with #84823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84823B; }
p { color: rgb(132,130,59); }
H1.HeaderClassName
{
color: #84823B;
}
.AnyTagClassName
{
color: #84823B;
}
</style>
background-color css
<style>
a { background-color: #84823B; }
a { background-color: rgb(132,130,59); }
div.DivClassName
{
background-color: #84823B;
}
.BgClassName
{
background-color: #84823B;
}
</style>
border-color css
<style>
span { border-color: #84823B; }
span { border-color: rgb(132,130,59); }
td.TdClassName
{
border-color: #84823B;
}
.TagClassName
{
border-color: #84823B;
}
</style>