Shades of Amulet #83957E
Tints of Amulet #83957E
RGB
CMYK
RGB Variations
Color information
#83957E (or 0x83957E) is known color: Amulet. HEX triplet: 83, 95 and 7E. RGB value is (131,149,126). Sum of RGB (Red+Green+Blue) = 131+149+126=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 149 - color contains mainly: green. Hex color #83957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83957E is #7C6A81. Grayscale: #8D8D8D. Windows color (decimal): -8153730 or 8295811. OLE color: 8295811.
HSL color Cylindrical-coordinate representation of color #83957E: hue angle of 106.96º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83957E is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 149 | 126 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.42 |
| HSL | 106.96º | 0.1% | 0.54% | - |
| HSV(B) | 106.96º | 0.15% | 0.58% | - |
| XYZ | 23.87 | 27.83 | 23.85 | - |
| YUV | 141 | 119.54 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 126 | 0.12 | 0 | 0.15 | 0.42 | 106.96 | 0.1 | 0.54 |
| Hex | 83 | 95 | 7E | C | 0 | F | 2A | 6B | A | 36 |
| Octal | 203 | 225 | 176 | 14 | 0 | 17 | 52 | 153 | 12 | 66 |
| Binary | 10000011 | 10010101 | 1111110 | 1100 | 0 | 1111 | 101010 | 1101011 | 1010 | 110110 |
Color Harmonies of #83957E
Complementary color
Monochromatic Colors of #83957E
Black with #83957E
Text Example
Text Example
White with #83957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83957E; }
p { color: rgb(131,149,126); }
H1.HeaderClassName
{
color: #83957E;
}
.AnyTagClassName
{
color: #83957E;
}
</style>
background-color css
<style>
a { background-color: #83957E; }
a { background-color: rgb(131,149,126); }
div.DivClassName
{
background-color: #83957E;
}
.BgClassName
{
background-color: #83957E;
}
</style>
border-color css
<style>
span { border-color: #83957E; }
span { border-color: rgb(131,149,126); }
td.TdClassName
{
border-color: #83957E;
}
.TagClassName
{
border-color: #83957E;
}
</style>