Shades of Amulet #83997B
Tints of Amulet #83997B
RGB
CMYK
RGB Variations
Color information
#83997B (or 0x83997B) is known color: Amulet. HEX triplet: 83, 99 and 7B. RGB value is (131,153,123). Sum of RGB (Red+Green+Blue) = 131+153+123=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #83997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83997B is #7C6684. Grayscale: #8F8F8F. Windows color (decimal): -8152709 or 8100227. OLE color: 8100227.
HSL color Cylindrical-coordinate representation of color #83997B: hue angle of 104º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #83997B is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 153 | 123 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.4 |
| HSL | 104º | 0.13% | 0.54% | - |
| HSV(B) | 104º | 0.2% | 0.6% | - |
| XYZ | 24.33 | 29.04 | 23.06 | - |
| YUV | 143 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 123 | 0.14 | 0 | 0.20 | 0.4 | 104 | 0.13 | 0.54 |
| Hex | 83 | 99 | 7B | E | 0 | 14 | 28 | 68 | D | 36 |
| Octal | 203 | 231 | 173 | 16 | 0 | 24 | 50 | 150 | 15 | 66 |
| Binary | 10000011 | 10011001 | 1111011 | 1110 | 0 | 10100 | 101000 | 1101000 | 1101 | 110110 |
Color Harmonies of #83997B
Complementary color
Monochromatic Colors of #83997B
Black with #83997B
Text Example
Text Example
White with #83997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83997B; }
p { color: rgb(131,153,123); }
H1.HeaderClassName
{
color: #83997B;
}
.AnyTagClassName
{
color: #83997B;
}
</style>
background-color css
<style>
a { background-color: #83997B; }
a { background-color: rgb(131,153,123); }
div.DivClassName
{
background-color: #83997B;
}
.BgClassName
{
background-color: #83997B;
}
</style>
border-color css
<style>
span { border-color: #83997B; }
span { border-color: rgb(131,153,123); }
td.TdClassName
{
border-color: #83997B;
}
.TagClassName
{
border-color: #83997B;
}
</style>