Shades of Highball #828241
Tints of Highball #828241
RGB
CMYK
RGB Variations
Color information
#828241 (or 0x828241) is known color: Highball. HEX triplet: 82, 82 and 41. RGB value is (130,130,65). Sum of RGB (Red+Green+Blue) = 130+130+65=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828241 is #7D7DBE. Grayscale: #7A7A7A. Windows color (decimal): -8224191 or 4293250. OLE color: 4293250.
HSL color Cylindrical-coordinate representation of color #828241: hue angle of 60º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #828241 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 130 | 65 | - |
| CMYK | 0 | 0 | 0.50 | 0.49 |
| HSL | 60º | 0.33% | 0.38% | - |
| HSV(B) | 60º | 0.5% | 0.51% | - |
| XYZ | 18.14 | 21.09 | 8.12 | - |
| YUV | 122.59 | 95.5 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 65 | 0 | 0 | 0.50 | 0.49 | 60 | 0.33 | 0.38 |
| Hex | 82 | 82 | 41 | 0 | 0 | 32 | 31 | 3C | 21 | 26 |
| Octal | 202 | 202 | 101 | 0 | 0 | 62 | 61 | 74 | 41 | 46 |
| Binary | 10000010 | 10000010 | 1000001 | 0 | 0 | 110010 | 110001 | 111100 | 100001 | 100110 |
Color Harmonies of #828241
Complementary color
Monochromatic Colors of #828241
Black with #828241
Text Example
Text Example
White with #828241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828241; }
p { color: rgb(130,130,65); }
H1.HeaderClassName
{
color: #828241;
}
.AnyTagClassName
{
color: #828241;
}
</style>
background-color css
<style>
a { background-color: #828241; }
a { background-color: rgb(130,130,65); }
div.DivClassName
{
background-color: #828241;
}
.BgClassName
{
background-color: #828241;
}
</style>
border-color css
<style>
span { border-color: #828241; }
span { border-color: rgb(130,130,65); }
td.TdClassName
{
border-color: #828241;
}
.TagClassName
{
border-color: #828241;
}
</style>