Shades of Highball #82813C
Tints of Highball #82813C
RGB
CMYK
RGB Variations
Color information
#82813C (or 0x82813C) is known color: Highball. HEX triplet: 82, 81 and 3C. RGB value is (130,129,60). Sum of RGB (Red+Green+Blue) = 130+129+60=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #82813C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82813C is #7D7EC3. Grayscale: #797979. Windows color (decimal): -8224452 or 3965314. OLE color: 3965314.
HSL color Cylindrical-coordinate representation of color #82813C: hue angle of 59.14º 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 #82813C is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 129 | 60 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.49 |
| HSL | 59.14º | 0.37% | 0.37% | - |
| HSV(B) | 59.14º | 0.54% | 0.51% | - |
| XYZ | 17.87 | 20.77 | 7.34 | - |
| YUV | 121.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 60 | 0 | 0.01 | 0.54 | 0.49 | 59.14 | 0.37 | 0.37 |
| Hex | 82 | 81 | 3C | 0 | 1 | 36 | 31 | 3B | 25 | 25 |
| Octal | 202 | 201 | 74 | 0 | 1 | 66 | 61 | 73 | 45 | 45 |
| Binary | 10000010 | 10000001 | 111100 | 0 | 1 | 110110 | 110001 | 111011 | 100101 | 100101 |
Color Harmonies of #82813C
Complementary color
Monochromatic Colors of #82813C
Black with #82813C
Text Example
Text Example
White with #82813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82813C; }
p { color: rgb(130,129,60); }
H1.HeaderClassName
{
color: #82813C;
}
.AnyTagClassName
{
color: #82813C;
}
</style>
background-color css
<style>
a { background-color: #82813C; }
a { background-color: rgb(130,129,60); }
div.DivClassName
{
background-color: #82813C;
}
.BgClassName
{
background-color: #82813C;
}
</style>
border-color css
<style>
span { border-color: #82813C; }
span { border-color: rgb(130,129,60); }
td.TdClassName
{
border-color: #82813C;
}
.TagClassName
{
border-color: #82813C;
}
</style>