Shades of Highball #828142
Tints of Highball #828142
RGB
CMYK
RGB Variations
Color information
#828142 (or 0x828142) is known color: Highball. HEX triplet: 82, 81 and 42. RGB value is (130,129,66). Sum of RGB (Red+Green+Blue) = 130+129+66=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #828142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828142 is #7D7EBD. Grayscale: #7A7A7A. Windows color (decimal): -8224446 or 4358530. OLE color: 4358530.
HSL color Cylindrical-coordinate representation of color #828142: hue angle of 59.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #828142 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 129 | 66 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.49 |
| HSL | 59.06º | 0.33% | 0.38% | - |
| HSV(B) | 59.06º | 0.49% | 0.51% | - |
| XYZ | 18.04 | 20.84 | 8.23 | - |
| YUV | 122.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 66 | 0 | 0.01 | 0.49 | 0.49 | 59.06 | 0.33 | 0.38 |
| Hex | 82 | 81 | 42 | 0 | 1 | 31 | 31 | 3B | 21 | 26 |
| Octal | 202 | 201 | 102 | 0 | 1 | 61 | 61 | 73 | 41 | 46 |
| Binary | 10000010 | 10000001 | 1000010 | 0 | 1 | 110001 | 110001 | 111011 | 100001 | 100110 |
Color Harmonies of #828142
Complementary color
Monochromatic Colors of #828142
Black with #828142
Text Example
Text Example
White with #828142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828142; }
p { color: rgb(130,129,66); }
H1.HeaderClassName
{
color: #828142;
}
.AnyTagClassName
{
color: #828142;
}
</style>
background-color css
<style>
a { background-color: #828142; }
a { background-color: rgb(130,129,66); }
div.DivClassName
{
background-color: #828142;
}
.BgClassName
{
background-color: #828142;
}
</style>
border-color css
<style>
span { border-color: #828142; }
span { border-color: rgb(130,129,66); }
td.TdClassName
{
border-color: #828142;
}
.TagClassName
{
border-color: #828142;
}
</style>