Shades of Highball #84823D
Tints of Highball #84823D
RGB
CMYK
RGB Variations
Color information
#84823D (or 0x84823D) is known color: Highball. HEX triplet: 84, 82 and 3D. RGB value is (132,130,61). Sum of RGB (Red+Green+Blue) = 132+130+61=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #84823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84823D is #7B7DC2. Grayscale: #7B7B7B. Windows color (decimal): -8093123 or 4031108. OLE color: 4031108.
HSL color Cylindrical-coordinate representation of color #84823D: hue angle of 58.31º 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 #84823D is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 61 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.48 |
| HSL | 58.31º | 0.37% | 0.38% | - |
| HSV(B) | 58.31º | 0.54% | 0.52% | - |
| XYZ | 18.34 | 21.21 | 7.54 | - |
| YUV | 122.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 61 | 0 | 0.02 | 0.54 | 0.48 | 58.31 | 0.37 | 0.38 |
| Hex | 84 | 82 | 3D | 0 | 2 | 36 | 30 | 3A | 25 | 26 |
| Octal | 204 | 202 | 75 | 0 | 2 | 66 | 60 | 72 | 45 | 46 |
| Binary | 10000100 | 10000010 | 111101 | 0 | 10 | 110110 | 110000 | 111010 | 100101 | 100110 |
Color Harmonies of #84823D
Complementary color
Monochromatic Colors of #84823D
Black with #84823D
Text Example
Text Example
White with #84823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84823D; }
p { color: rgb(132,130,61); }
H1.HeaderClassName
{
color: #84823D;
}
.AnyTagClassName
{
color: #84823D;
}
</style>
background-color css
<style>
a { background-color: #84823D; }
a { background-color: rgb(132,130,61); }
div.DivClassName
{
background-color: #84823D;
}
.BgClassName
{
background-color: #84823D;
}
</style>
border-color css
<style>
span { border-color: #84823D; }
span { border-color: rgb(132,130,61); }
td.TdClassName
{
border-color: #84823D;
}
.TagClassName
{
border-color: #84823D;
}
</style>