Shades of Highland #828F5A
Tints of Highland #828F5A
RGB
CMYK
RGB Variations
Color information
#828F5A (or 0x828F5A) is known color: Highland. HEX triplet: 82, 8F and 5A. RGB value is (130,143,90). Sum of RGB (Red+Green+Blue) = 130+143+90=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 143 - color contains mainly: green. Hex color #828F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828F5A is #7D70A5. Grayscale: #858585. Windows color (decimal): -8220838 or 5934978. OLE color: 5934978.
HSL color Cylindrical-coordinate representation of color #828F5A: hue angle of 74.72º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #828F5A is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 143 | 90 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.44 |
| HSL | 74.72º | 0.23% | 0.46% | - |
| HSV(B) | 74.72º | 0.37% | 0.56% | - |
| XYZ | 20.87 | 25.13 | 13.42 | - |
| YUV | 133.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 90 | 0.09 | 0 | 0.37 | 0.44 | 74.72 | 0.23 | 0.46 |
| Hex | 82 | 8F | 5A | 9 | 0 | 25 | 2C | 4B | 17 | 2E |
| Octal | 202 | 217 | 132 | 11 | 0 | 45 | 54 | 113 | 27 | 56 |
| Binary | 10000010 | 10001111 | 1011010 | 1001 | 0 | 100101 | 101100 | 1001011 | 10111 | 101110 |
Color Harmonies of #828F5A
Complementary color
Monochromatic Colors of #828F5A
Black with #828F5A
Text Example
Text Example
White with #828F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F5A; }
p { color: rgb(130,143,90); }
H1.HeaderClassName
{
color: #828F5A;
}
.AnyTagClassName
{
color: #828F5A;
}
</style>
background-color css
<style>
a { background-color: #828F5A; }
a { background-color: rgb(130,143,90); }
div.DivClassName
{
background-color: #828F5A;
}
.BgClassName
{
background-color: #828F5A;
}
</style>
border-color css
<style>
span { border-color: #828F5A; }
span { border-color: rgb(130,143,90); }
td.TdClassName
{
border-color: #828F5A;
}
.TagClassName
{
border-color: #828F5A;
}
</style>