Shades of Highland #82975E
Tints of Highland #82975E
RGB
CMYK
RGB Variations
Color information
#82975E (or 0x82975E) is known color: Highland. HEX triplet: 82, 97 and 5E. RGB value is (130,151,94). Sum of RGB (Red+Green+Blue) = 130+151+94=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 151 - color contains mainly: green. Hex color #82975E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82975E is #7D68A1. Grayscale: #8A8A8A. Windows color (decimal): -8218786 or 6199170. OLE color: 6199170.
HSL color Cylindrical-coordinate representation of color #82975E: hue angle of 82.11º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82975E is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 151 | 94 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.41 |
| HSL | 82.11º | 0.23% | 0.48% | - |
| HSV(B) | 82.11º | 0.38% | 0.59% | - |
| XYZ | 22.29 | 27.69 | 14.76 | - |
| YUV | 138.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 151 | 94 | 0.14 | 0 | 0.38 | 0.41 | 82.11 | 0.23 | 0.48 |
| Hex | 82 | 97 | 5E | E | 0 | 26 | 29 | 52 | 17 | 30 |
| Octal | 202 | 227 | 136 | 16 | 0 | 46 | 51 | 122 | 27 | 60 |
| Binary | 10000010 | 10010111 | 1011110 | 1110 | 0 | 100110 | 101001 | 1010010 | 10111 | 110000 |
Color Harmonies of #82975E
Complementary color
Monochromatic Colors of #82975E
Black with #82975E
Text Example
Text Example
White with #82975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82975E; }
p { color: rgb(130,151,94); }
H1.HeaderClassName
{
color: #82975E;
}
.AnyTagClassName
{
color: #82975E;
}
</style>
background-color css
<style>
a { background-color: #82975E; }
a { background-color: rgb(130,151,94); }
div.DivClassName
{
background-color: #82975E;
}
.BgClassName
{
background-color: #82975E;
}
</style>
border-color css
<style>
span { border-color: #82975E; }
span { border-color: rgb(130,151,94); }
td.TdClassName
{
border-color: #82975E;
}
.TagClassName
{
border-color: #82975E;
}
</style>