Shades of Highball #828448
Tints of Highball #828448
RGB
CMYK
RGB Variations
Color information
#828448 (or 0x828448) is known color: Highball. HEX triplet: 82, 84 and 48. RGB value is (130,132,72). Sum of RGB (Red+Green+Blue) = 130+132+72=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #828448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828448 is #7D7BB7. Grayscale: #7C7C7C. Windows color (decimal): -8223672 or 4752514. OLE color: 4752514.
HSL color Cylindrical-coordinate representation of color #828448: hue angle of 62º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #828448 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 132 | 72 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.48 |
| HSL | 62º | 0.29% | 0.4% | - |
| HSV(B) | 62º | 0.45% | 0.52% | - |
| XYZ | 18.63 | 21.72 | 9.34 | - |
| YUV | 124.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 72 | 0.02 | 0 | 0.45 | 0.48 | 62 | 0.29 | 0.4 |
| Hex | 82 | 84 | 48 | 2 | 0 | 2D | 30 | 3E | 1D | 28 |
| Octal | 202 | 204 | 110 | 2 | 0 | 55 | 60 | 76 | 35 | 50 |
| Binary | 10000010 | 10000100 | 1001000 | 10 | 0 | 101101 | 110000 | 111110 | 11101 | 101000 |
Color Harmonies of #828448
Complementary color
Monochromatic Colors of #828448
Black with #828448
Text Example
Text Example
White with #828448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828448; }
p { color: rgb(130,132,72); }
H1.HeaderClassName
{
color: #828448;
}
.AnyTagClassName
{
color: #828448;
}
</style>
background-color css
<style>
a { background-color: #828448; }
a { background-color: rgb(130,132,72); }
div.DivClassName
{
background-color: #828448;
}
.BgClassName
{
background-color: #828448;
}
</style>
border-color css
<style>
span { border-color: #828448; }
span { border-color: rgb(130,132,72); }
td.TdClassName
{
border-color: #828448;
}
.TagClassName
{
border-color: #828448;
}
</style>