Shades of Highland #83995D
Tints of Highland #83995D
RGB
CMYK
RGB Variations
Color information
#83995D (or 0x83995D) is known color: Highland. HEX triplet: 83, 99 and 5D. RGB value is (131,153,93). Sum of RGB (Red+Green+Blue) = 131+153+93=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #83995D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83995D is #7C66A2. Grayscale: #8B8B8B. Windows color (decimal): -8152739 or 6134147. OLE color: 6134147.
HSL color Cylindrical-coordinate representation of color #83995D: hue angle of 82º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83995D is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 153 | 93 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.4 |
| HSL | 82º | 0.24% | 0.48% | - |
| HSV(B) | 82º | 0.39% | 0.6% | - |
| XYZ | 22.73 | 28.4 | 14.64 | - |
| YUV | 139.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 93 | 0.14 | 0 | 0.39 | 0.4 | 82 | 0.24 | 0.48 |
| Hex | 83 | 99 | 5D | E | 0 | 27 | 28 | 52 | 18 | 30 |
| Octal | 203 | 231 | 135 | 16 | 0 | 47 | 50 | 122 | 30 | 60 |
| Binary | 10000011 | 10011001 | 1011101 | 1110 | 0 | 100111 | 101000 | 1010010 | 11000 | 110000 |
Color Harmonies of #83995D
Complementary color
Monochromatic Colors of #83995D
Black with #83995D
Text Example
Text Example
White with #83995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83995D; }
p { color: rgb(131,153,93); }
H1.HeaderClassName
{
color: #83995D;
}
.AnyTagClassName
{
color: #83995D;
}
</style>
background-color css
<style>
a { background-color: #83995D; }
a { background-color: rgb(131,153,93); }
div.DivClassName
{
background-color: #83995D;
}
.BgClassName
{
background-color: #83995D;
}
</style>
border-color css
<style>
span { border-color: #83995D; }
span { border-color: rgb(131,153,93); }
td.TdClassName
{
border-color: #83995D;
}
.TagClassName
{
border-color: #83995D;
}
</style>