Shades of Highland #83955C
Tints of Highland #83955C
RGB
CMYK
RGB Variations
Color information
#83955C (or 0x83955C) is known color: Highland. HEX triplet: 83, 95 and 5C. RGB value is (131,149,92). Sum of RGB (Red+Green+Blue) = 131+149+92=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #83955C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83955C is #7C6AA3. Grayscale: #898989. Windows color (decimal): -8153764 or 6067587. OLE color: 6067587.
HSL color Cylindrical-coordinate representation of color #83955C: hue angle of 78.95º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83955C is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 149 | 92 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.42 |
| HSL | 78.95º | 0.24% | 0.47% | - |
| HSV(B) | 78.95º | 0.38% | 0.58% | - |
| XYZ | 22.04 | 27.09 | 14.19 | - |
| YUV | 137.12 | 102.54 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 92 | 0.12 | 0 | 0.38 | 0.42 | 78.95 | 0.24 | 0.47 |
| Hex | 83 | 95 | 5C | C | 0 | 26 | 2A | 4F | 18 | 2F |
| Octal | 203 | 225 | 134 | 14 | 0 | 46 | 52 | 117 | 30 | 57 |
| Binary | 10000011 | 10010101 | 1011100 | 1100 | 0 | 100110 | 101010 | 1001111 | 11000 | 101111 |
Color Harmonies of #83955C
Complementary color
Monochromatic Colors of #83955C
Black with #83955C
Text Example
Text Example
White with #83955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83955C; }
p { color: rgb(131,149,92); }
H1.HeaderClassName
{
color: #83955C;
}
.AnyTagClassName
{
color: #83955C;
}
</style>
background-color css
<style>
a { background-color: #83955C; }
a { background-color: rgb(131,149,92); }
div.DivClassName
{
background-color: #83955C;
}
.BgClassName
{
background-color: #83955C;
}
</style>
border-color css
<style>
span { border-color: #83955C; }
span { border-color: rgb(131,149,92); }
td.TdClassName
{
border-color: #83955C;
}
.TagClassName
{
border-color: #83955C;
}
</style>