Shades of Amulet #83957A
Tints of Amulet #83957A
RGB
CMYK
RGB Variations
Color information
#83957A (or 0x83957A) is known color: Amulet. HEX triplet: 83, 95 and 7A. RGB value is (131,149,122). Sum of RGB (Red+Green+Blue) = 131+149+122=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #83957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83957A is #7C6A85. Grayscale: #8C8C8C. Windows color (decimal): -8153734 or 8033667. OLE color: 8033667.
HSL color Cylindrical-coordinate representation of color #83957A: hue angle of 100º 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 #83957A is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 149 | 122 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.42 |
| HSL | 100º | 0.11% | 0.53% | - |
| HSV(B) | 100º | 0.18% | 0.58% | - |
| XYZ | 23.62 | 27.73 | 22.52 | - |
| YUV | 140.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 122 | 0.12 | 0 | 0.18 | 0.42 | 100 | 0.11 | 0.53 |
| Hex | 83 | 95 | 7A | C | 0 | 12 | 2A | 64 | B | 35 |
| Octal | 203 | 225 | 172 | 14 | 0 | 22 | 52 | 144 | 13 | 65 |
| Binary | 10000011 | 10010101 | 1111010 | 1100 | 0 | 10010 | 101010 | 1100100 | 1011 | 110101 |
Color Harmonies of #83957A
Complementary color
Monochromatic Colors of #83957A
Black with #83957A
Text Example
Text Example
White with #83957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83957A; }
p { color: rgb(131,149,122); }
H1.HeaderClassName
{
color: #83957A;
}
.AnyTagClassName
{
color: #83957A;
}
</style>
background-color css
<style>
a { background-color: #83957A; }
a { background-color: rgb(131,149,122); }
div.DivClassName
{
background-color: #83957A;
}
.BgClassName
{
background-color: #83957A;
}
</style>
border-color css
<style>
span { border-color: #83957A; }
span { border-color: rgb(131,149,122); }
td.TdClassName
{
border-color: #83957A;
}
.TagClassName
{
border-color: #83957A;
}
</style>