Shades of Highball #82823E
Tints of Highball #82823E
RGB
CMYK
RGB Variations
Color information
#82823E (or 0x82823E) is known color: Highball. HEX triplet: 82, 82 and 3E. RGB value is (130,130,62). Sum of RGB (Red+Green+Blue) = 130+130+62=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82823E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82823E is #7D7DC1. Grayscale: #7A7A7A. Windows color (decimal): -8224194 or 4096642. OLE color: 4096642.
HSL color Cylindrical-coordinate representation of color #82823E: hue angle of 60º 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 #82823E is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 130 | 62 | - |
| CMYK | 0 | 0 | 0.52 | 0.49 |
| HSL | 60º | 0.35% | 0.38% | - |
| HSV(B) | 60º | 0.52% | 0.51% | - |
| XYZ | 18.06 | 21.06 | 7.67 | - |
| YUV | 122.25 | 94 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 62 | 0 | 0 | 0.52 | 0.49 | 60 | 0.35 | 0.38 |
| Hex | 82 | 82 | 3E | 0 | 0 | 34 | 31 | 3C | 23 | 26 |
| Octal | 202 | 202 | 76 | 0 | 0 | 64 | 61 | 74 | 43 | 46 |
| Binary | 10000010 | 10000010 | 111110 | 0 | 0 | 110100 | 110001 | 111100 | 100011 | 100110 |
Color Harmonies of #82823E
Complementary color
Monochromatic Colors of #82823E
Black with #82823E
Text Example
Text Example
White with #82823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82823E; }
p { color: rgb(130,130,62); }
H1.HeaderClassName
{
color: #82823E;
}
.AnyTagClassName
{
color: #82823E;
}
</style>
background-color css
<style>
a { background-color: #82823E; }
a { background-color: rgb(130,130,62); }
div.DivClassName
{
background-color: #82823E;
}
.BgClassName
{
background-color: #82823E;
}
</style>
border-color css
<style>
span { border-color: #82823E; }
span { border-color: rgb(130,130,62); }
td.TdClassName
{
border-color: #82823E;
}
.TagClassName
{
border-color: #82823E;
}
</style>