Shades of Highland #83935A
Tints of Highland #83935A
RGB
CMYK
RGB Variations
Color information
#83935A (or 0x83935A) is known color: Highland. HEX triplet: 83, 93 and 5A. RGB value is (131,147,90). Sum of RGB (Red+Green+Blue) = 131+147+90=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #83935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83935A is #7C6CA5. Grayscale: #878787. Windows color (decimal): -8154278 or 5936003. OLE color: 5936003.
HSL color Cylindrical-coordinate representation of color #83935A: hue angle of 76.84º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83935A is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 147 | 90 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.42 |
| HSL | 76.84º | 0.24% | 0.46% | - |
| HSV(B) | 76.84º | 0.39% | 0.58% | - |
| XYZ | 21.64 | 26.43 | 13.63 | - |
| YUV | 135.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 147 | 90 | 0.11 | 0 | 0.39 | 0.42 | 76.84 | 0.24 | 0.46 |
| Hex | 83 | 93 | 5A | B | 0 | 27 | 2A | 4D | 18 | 2E |
| Octal | 203 | 223 | 132 | 13 | 0 | 47 | 52 | 115 | 30 | 56 |
| Binary | 10000011 | 10010011 | 1011010 | 1011 | 0 | 100111 | 101010 | 1001101 | 11000 | 101110 |
Color Harmonies of #83935A
Complementary color
Monochromatic Colors of #83935A
Black with #83935A
Text Example
Text Example
White with #83935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83935A; }
p { color: rgb(131,147,90); }
H1.HeaderClassName
{
color: #83935A;
}
.AnyTagClassName
{
color: #83935A;
}
</style>
background-color css
<style>
a { background-color: #83935A; }
a { background-color: rgb(131,147,90); }
div.DivClassName
{
background-color: #83935A;
}
.BgClassName
{
background-color: #83935A;
}
</style>
border-color css
<style>
span { border-color: #83935A; }
span { border-color: rgb(131,147,90); }
td.TdClassName
{
border-color: #83935A;
}
.TagClassName
{
border-color: #83935A;
}
</style>