Shades of Highball #828346
Tints of Highball #828346
RGB
CMYK
RGB Variations
Color information
#828346 (or 0x828346) is known color: Highball. HEX triplet: 82, 83 and 46. RGB value is (130,131,70). Sum of RGB (Red+Green+Blue) = 130+131+70=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 131 - color contains mainly: green. Hex color #828346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828346 is #7D7CB9. Grayscale: #7B7B7B. Windows color (decimal): -8223930 or 4621186. OLE color: 4621186.
HSL color Cylindrical-coordinate representation of color #828346: hue angle of 60.98º degrees, saturation: 0.3, 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 #828346 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 131 | 70 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.49 |
| HSL | 60.98º | 0.3% | 0.39% | - |
| HSV(B) | 60.98º | 0.47% | 0.51% | - |
| XYZ | 18.43 | 21.42 | 8.96 | - |
| YUV | 123.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 131 | 70 | 0.01 | 0 | 0.47 | 0.49 | 60.98 | 0.3 | 0.39 |
| Hex | 82 | 83 | 46 | 1 | 0 | 2F | 31 | 3D | 1E | 27 |
| Octal | 202 | 203 | 106 | 1 | 0 | 57 | 61 | 75 | 36 | 47 |
| Binary | 10000010 | 10000011 | 1000110 | 1 | 0 | 101111 | 110001 | 111101 | 11110 | 100111 |
Color Harmonies of #828346
Complementary color
Monochromatic Colors of #828346
Black with #828346
Text Example
Text Example
White with #828346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828346; }
p { color: rgb(130,131,70); }
H1.HeaderClassName
{
color: #828346;
}
.AnyTagClassName
{
color: #828346;
}
</style>
background-color css
<style>
a { background-color: #828346; }
a { background-color: rgb(130,131,70); }
div.DivClassName
{
background-color: #828346;
}
.BgClassName
{
background-color: #828346;
}
</style>
border-color css
<style>
span { border-color: #828346; }
span { border-color: rgb(130,131,70); }
td.TdClassName
{
border-color: #828346;
}
.TagClassName
{
border-color: #828346;
}
</style>