Shades of Highland #83995C
Tints of Highland #83995C
RGB
CMYK
RGB Variations
Color information
#83995C (or 0x83995C) is known color: Highland. HEX triplet: 83, 99 and 5C. RGB value is (131,153,92). Sum of RGB (Red+Green+Blue) = 131+153+92=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #83995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83995C is #7C66A3. Grayscale: #8B8B8B. Windows color (decimal): -8152740 or 6068611. OLE color: 6068611.
HSL color Cylindrical-coordinate representation of color #83995C: hue angle of 81.64º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83995C is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 153 | 92 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.4 |
| HSL | 81.64º | 0.25% | 0.48% | - |
| HSV(B) | 81.64º | 0.4% | 0.6% | - |
| XYZ | 22.68 | 28.38 | 14.41 | - |
| YUV | 139.47 | 101.21 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 92 | 0.14 | 0 | 0.40 | 0.4 | 81.64 | 0.25 | 0.48 |
| Hex | 83 | 99 | 5C | E | 0 | 28 | 28 | 52 | 19 | 30 |
| Octal | 203 | 231 | 134 | 16 | 0 | 50 | 50 | 122 | 31 | 60 |
| Binary | 10000011 | 10011001 | 1011100 | 1110 | 0 | 101000 | 101000 | 1010010 | 11001 | 110000 |
Color Harmonies of #83995C
Complementary color
Monochromatic Colors of #83995C
Black with #83995C
Text Example
Text Example
White with #83995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83995C; }
p { color: rgb(131,153,92); }
H1.HeaderClassName
{
color: #83995C;
}
.AnyTagClassName
{
color: #83995C;
}
</style>
background-color css
<style>
a { background-color: #83995C; }
a { background-color: rgb(131,153,92); }
div.DivClassName
{
background-color: #83995C;
}
.BgClassName
{
background-color: #83995C;
}
</style>
border-color css
<style>
span { border-color: #83995C; }
span { border-color: rgb(131,153,92); }
td.TdClassName
{
border-color: #83995C;
}
.TagClassName
{
border-color: #83995C;
}
</style>