Shades of Highball #82803F
Tints of Highball #82803F
RGB
CMYK
RGB Variations
Color information
#82803F (or 0x82803F) is known color: Highball. HEX triplet: 82, 80 and 3F. RGB value is (130,128,63). Sum of RGB (Red+Green+Blue) = 130+128+63=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #82803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82803F is #7D7FC0. Grayscale: #797979. Windows color (decimal): -8224705 or 4161666. OLE color: 4161666.
HSL color Cylindrical-coordinate representation of color #82803F: hue angle of 58.21º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82803F is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 63 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.49 |
| HSL | 58.21º | 0.35% | 0.38% | - |
| HSV(B) | 58.21º | 0.52% | 0.51% | - |
| XYZ | 17.82 | 20.54 | 7.73 | - |
| YUV | 121.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 63 | 0 | 0.02 | 0.52 | 0.49 | 58.21 | 0.35 | 0.38 |
| Hex | 82 | 80 | 3F | 0 | 2 | 34 | 31 | 3A | 23 | 26 |
| Octal | 202 | 200 | 77 | 0 | 2 | 64 | 61 | 72 | 43 | 46 |
| Binary | 10000010 | 10000000 | 111111 | 0 | 10 | 110100 | 110001 | 111010 | 100011 | 100110 |
Color Harmonies of #82803F
Complementary color
Monochromatic Colors of #82803F
Black with #82803F
Text Example
Text Example
White with #82803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82803F; }
p { color: rgb(130,128,63); }
H1.HeaderClassName
{
color: #82803F;
}
.AnyTagClassName
{
color: #82803F;
}
</style>
background-color css
<style>
a { background-color: #82803F; }
a { background-color: rgb(130,128,63); }
div.DivClassName
{
background-color: #82803F;
}
.BgClassName
{
background-color: #82803F;
}
</style>
border-color css
<style>
span { border-color: #82803F; }
span { border-color: rgb(130,128,63); }
td.TdClassName
{
border-color: #82803F;
}
.TagClassName
{
border-color: #82803F;
}
</style>