Shades of Highball #82813F
Tints of Highball #82813F
RGB
CMYK
RGB Variations
Color information
#82813F (or 0x82813F) is known color: Highball. HEX triplet: 82, 81 and 3F. RGB value is (130,129,63). Sum of RGB (Red+Green+Blue) = 130+129+63=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #82813F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82813F is #7D7EC0. Grayscale: #7A7A7A. Windows color (decimal): -8224449 or 4161922. OLE color: 4161922.
HSL color Cylindrical-coordinate representation of color #82813F: hue angle of 59.1º 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 #82813F is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 129 | 63 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.49 |
| HSL | 59.1º | 0.35% | 0.38% | - |
| HSV(B) | 59.1º | 0.52% | 0.51% | - |
| XYZ | 17.95 | 20.81 | 7.77 | - |
| YUV | 121.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 63 | 0 | 0.01 | 0.52 | 0.49 | 59.1 | 0.35 | 0.38 |
| Hex | 82 | 81 | 3F | 0 | 1 | 34 | 31 | 3B | 23 | 26 |
| Octal | 202 | 201 | 77 | 0 | 1 | 64 | 61 | 73 | 43 | 46 |
| Binary | 10000010 | 10000001 | 111111 | 0 | 1 | 110100 | 110001 | 111011 | 100011 | 100110 |
Color Harmonies of #82813F
Complementary color
Monochromatic Colors of #82813F
Black with #82813F
Text Example
Text Example
White with #82813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82813F; }
p { color: rgb(130,129,63); }
H1.HeaderClassName
{
color: #82813F;
}
.AnyTagClassName
{
color: #82813F;
}
</style>
background-color css
<style>
a { background-color: #82813F; }
a { background-color: rgb(130,129,63); }
div.DivClassName
{
background-color: #82813F;
}
.BgClassName
{
background-color: #82813F;
}
</style>
border-color css
<style>
span { border-color: #82813F; }
span { border-color: rgb(130,129,63); }
td.TdClassName
{
border-color: #82813F;
}
.TagClassName
{
border-color: #82813F;
}
</style>