Shades of Amulet #83957B
Tints of Amulet #83957B
RGB
CMYK
RGB Variations
Color information
#83957B (or 0x83957B) is known color: Amulet. HEX triplet: 83, 95 and 7B. RGB value is (131,149,123). Sum of RGB (Red+Green+Blue) = 131+149+123=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 149 - color contains mainly: green. Hex color #83957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83957B is #7C6A84. Grayscale: #8C8C8C. Windows color (decimal): -8153733 or 8099203. OLE color: 8099203.
HSL color Cylindrical-coordinate representation of color #83957B: hue angle of 101.54º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83957B is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 149 | 123 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.42 |
| HSL | 101.54º | 0.11% | 0.53% | - |
| HSV(B) | 101.54º | 0.17% | 0.58% | - |
| XYZ | 23.68 | 27.75 | 22.85 | - |
| YUV | 140.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 123 | 0.12 | 0 | 0.17 | 0.42 | 101.54 | 0.11 | 0.53 |
| Hex | 83 | 95 | 7B | C | 0 | 11 | 2A | 66 | B | 35 |
| Octal | 203 | 225 | 173 | 14 | 0 | 21 | 52 | 146 | 13 | 65 |
| Binary | 10000011 | 10010101 | 1111011 | 1100 | 0 | 10001 | 101010 | 1100110 | 1011 | 110101 |
Color Harmonies of #83957B
Complementary color
Monochromatic Colors of #83957B
Black with #83957B
Text Example
Text Example
White with #83957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83957B; }
p { color: rgb(131,149,123); }
H1.HeaderClassName
{
color: #83957B;
}
.AnyTagClassName
{
color: #83957B;
}
</style>
background-color css
<style>
a { background-color: #83957B; }
a { background-color: rgb(131,149,123); }
div.DivClassName
{
background-color: #83957B;
}
.BgClassName
{
background-color: #83957B;
}
</style>
border-color css
<style>
span { border-color: #83957B; }
span { border-color: rgb(131,149,123); }
td.TdClassName
{
border-color: #83957B;
}
.TagClassName
{
border-color: #83957B;
}
</style>