Shades of Highball #82803E
Tints of Highball #82803E
RGB
CMYK
RGB Variations
Color information
#82803E (or 0x82803E) is known color: Highball. HEX triplet: 82, 80 and 3E. RGB value is (130,128,62). Sum of RGB (Red+Green+Blue) = 130+128+62=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #82803E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82803E is #7D7FC1. Grayscale: #797979. Windows color (decimal): -8224706 or 4096130. OLE color: 4096130.
HSL color Cylindrical-coordinate representation of color #82803E: hue angle of 58.24º 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 #82803E is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 62 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.49 |
| HSL | 58.24º | 0.35% | 0.38% | - |
| HSV(B) | 58.24º | 0.52% | 0.51% | - |
| XYZ | 17.79 | 20.53 | 7.58 | - |
| YUV | 121.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 62 | 0 | 0.02 | 0.52 | 0.49 | 58.24 | 0.35 | 0.38 |
| Hex | 82 | 80 | 3E | 0 | 2 | 34 | 31 | 3A | 23 | 26 |
| Octal | 202 | 200 | 76 | 0 | 2 | 64 | 61 | 72 | 43 | 46 |
| Binary | 10000010 | 10000000 | 111110 | 0 | 10 | 110100 | 110001 | 111010 | 100011 | 100110 |
Color Harmonies of #82803E
Complementary color
Monochromatic Colors of #82803E
Black with #82803E
Text Example
Text Example
White with #82803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82803E; }
p { color: rgb(130,128,62); }
H1.HeaderClassName
{
color: #82803E;
}
.AnyTagClassName
{
color: #82803E;
}
</style>
background-color css
<style>
a { background-color: #82803E; }
a { background-color: rgb(130,128,62); }
div.DivClassName
{
background-color: #82803E;
}
.BgClassName
{
background-color: #82803E;
}
</style>
border-color css
<style>
span { border-color: #82803E; }
span { border-color: rgb(130,128,62); }
td.TdClassName
{
border-color: #82803E;
}
.TagClassName
{
border-color: #82803E;
}
</style>