Shades of Highball #82803C
Tints of Highball #82803C
RGB
CMYK
RGB Variations
Color information
#82803C (or 0x82803C) is known color: Highball. HEX triplet: 82, 80 and 3C. RGB value is (130,128,60). Sum of RGB (Red+Green+Blue) = 130+128+60=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #82803C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82803C is #7D7FC3. Grayscale: #797979. Windows color (decimal): -8224708 or 3965058. OLE color: 3965058.
HSL color Cylindrical-coordinate representation of color #82803C: hue angle of 58.29º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82803C is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 60 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.49 |
| HSL | 58.29º | 0.37% | 0.37% | - |
| HSV(B) | 58.29º | 0.54% | 0.51% | - |
| XYZ | 17.74 | 20.51 | 7.3 | - |
| YUV | 120.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 60 | 0 | 0.02 | 0.54 | 0.49 | 58.29 | 0.37 | 0.37 |
| Hex | 82 | 80 | 3C | 0 | 2 | 36 | 31 | 3A | 25 | 25 |
| Octal | 202 | 200 | 74 | 0 | 2 | 66 | 61 | 72 | 45 | 45 |
| Binary | 10000010 | 10000000 | 111100 | 0 | 10 | 110110 | 110001 | 111010 | 100101 | 100101 |
Color Harmonies of #82803C
Complementary color
Monochromatic Colors of #82803C
Black with #82803C
Text Example
Text Example
White with #82803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82803C; }
p { color: rgb(130,128,60); }
H1.HeaderClassName
{
color: #82803C;
}
.AnyTagClassName
{
color: #82803C;
}
</style>
background-color css
<style>
a { background-color: #82803C; }
a { background-color: rgb(130,128,60); }
div.DivClassName
{
background-color: #82803C;
}
.BgClassName
{
background-color: #82803C;
}
</style>
border-color css
<style>
span { border-color: #82803C; }
span { border-color: rgb(130,128,60); }
td.TdClassName
{
border-color: #82803C;
}
.TagClassName
{
border-color: #82803C;
}
</style>