Shades of Amulet #83947A
Tints of Amulet #83947A
RGB
CMYK
RGB Variations
Color information
#83947A (or 0x83947A) is known color: Amulet. HEX triplet: 83, 94 and 7A. RGB value is (131,148,122). Sum of RGB (Red+Green+Blue) = 131+148+122=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #83947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83947A is #7C6B85. Grayscale: #8C8C8C. Windows color (decimal): -8153990 or 8033411. OLE color: 8033411.
HSL color Cylindrical-coordinate representation of color #83947A: hue angle of 99.23º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #83947A is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 148 | 122 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.42 |
| HSL | 99.23º | 0.11% | 0.53% | - |
| HSV(B) | 99.23º | 0.18% | 0.58% | - |
| XYZ | 23.46 | 27.41 | 22.47 | - |
| YUV | 139.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 122 | 0.11 | 0 | 0.18 | 0.42 | 99.23 | 0.11 | 0.53 |
| Hex | 83 | 94 | 7A | B | 0 | 12 | 2A | 63 | B | 35 |
| Octal | 203 | 224 | 172 | 13 | 0 | 22 | 52 | 143 | 13 | 65 |
| Binary | 10000011 | 10010100 | 1111010 | 1011 | 0 | 10010 | 101010 | 1100011 | 1011 | 110101 |
Color Harmonies of #83947A
Complementary color
Monochromatic Colors of #83947A
Black with #83947A
Text Example
Text Example
White with #83947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83947A; }
p { color: rgb(131,148,122); }
H1.HeaderClassName
{
color: #83947A;
}
.AnyTagClassName
{
color: #83947A;
}
</style>
background-color css
<style>
a { background-color: #83947A; }
a { background-color: rgb(131,148,122); }
div.DivClassName
{
background-color: #83947A;
}
.BgClassName
{
background-color: #83947A;
}
</style>
border-color css
<style>
span { border-color: #83947A; }
span { border-color: rgb(131,148,122); }
td.TdClassName
{
border-color: #83947A;
}
.TagClassName
{
border-color: #83947A;
}
</style>