Shades of Highball #828045
Tints of Highball #828045
RGB
CMYK
RGB Variations
Color information
#828045 (or 0x828045) is known color: Highball. HEX triplet: 82, 80 and 45. RGB value is (130,128,69). Sum of RGB (Red+Green+Blue) = 130+128+69=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #828045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828045 is #7D7FBA. Grayscale: #7A7A7A. Windows color (decimal): -8224699 or 4554882. OLE color: 4554882.
HSL color Cylindrical-coordinate representation of color #828045: hue angle of 58.03º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #828045 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 69 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.49 |
| HSL | 58.03º | 0.31% | 0.39% | - |
| HSV(B) | 58.03º | 0.47% | 0.51% | - |
| XYZ | 18 | 20.61 | 8.66 | - |
| YUV | 121.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 69 | 0 | 0.02 | 0.47 | 0.49 | 58.03 | 0.31 | 0.39 |
| Hex | 82 | 80 | 45 | 0 | 2 | 2F | 31 | 3A | 1F | 27 |
| Octal | 202 | 200 | 105 | 0 | 2 | 57 | 61 | 72 | 37 | 47 |
| Binary | 10000010 | 10000000 | 1000101 | 0 | 10 | 101111 | 110001 | 111010 | 11111 | 100111 |
Color Harmonies of #828045
Complementary color
Monochromatic Colors of #828045
Black with #828045
Text Example
Text Example
White with #828045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828045; }
p { color: rgb(130,128,69); }
H1.HeaderClassName
{
color: #828045;
}
.AnyTagClassName
{
color: #828045;
}
</style>
background-color css
<style>
a { background-color: #828045; }
a { background-color: rgb(130,128,69); }
div.DivClassName
{
background-color: #828045;
}
.BgClassName
{
background-color: #828045;
}
</style>
border-color css
<style>
span { border-color: #828045; }
span { border-color: rgb(130,128,69); }
td.TdClassName
{
border-color: #828045;
}
.TagClassName
{
border-color: #828045;
}
</style>