Shades of Highball #828348
Tints of Highball #828348
RGB
CMYK
RGB Variations
Color information
#828348 (or 0x828348) is known color: Highball. HEX triplet: 82, 83 and 48. RGB value is (130,131,72). Sum of RGB (Red+Green+Blue) = 130+131+72=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 131 - color contains mainly: green. Hex color #828348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828348 is #7D7CB7. Grayscale: #7C7C7C. Windows color (decimal): -8223928 or 4752258. OLE color: 4752258.
HSL color Cylindrical-coordinate representation of color #828348: hue angle of 61.02º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #828348 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 131 | 72 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.49 |
| HSL | 61.02º | 0.29% | 0.4% | - |
| HSV(B) | 61.02º | 0.45% | 0.51% | - |
| XYZ | 18.49 | 21.45 | 9.3 | - |
| YUV | 123.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 131 | 72 | 0.01 | 0 | 0.45 | 0.49 | 61.02 | 0.29 | 0.4 |
| Hex | 82 | 83 | 48 | 1 | 0 | 2D | 31 | 3D | 1D | 28 |
| Octal | 202 | 203 | 110 | 1 | 0 | 55 | 61 | 75 | 35 | 50 |
| Binary | 10000010 | 10000011 | 1001000 | 1 | 0 | 101101 | 110001 | 111101 | 11101 | 101000 |
Color Harmonies of #828348
Complementary color
Monochromatic Colors of #828348
Black with #828348
Text Example
Text Example
White with #828348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828348; }
p { color: rgb(130,131,72); }
H1.HeaderClassName
{
color: #828348;
}
.AnyTagClassName
{
color: #828348;
}
</style>
background-color css
<style>
a { background-color: #828348; }
a { background-color: rgb(130,131,72); }
div.DivClassName
{
background-color: #828348;
}
.BgClassName
{
background-color: #828348;
}
</style>
border-color css
<style>
span { border-color: #828348; }
span { border-color: rgb(130,131,72); }
td.TdClassName
{
border-color: #828348;
}
.TagClassName
{
border-color: #828348;
}
</style>