Shades of Amulet #839575
Tints of Amulet #839575
RGB
CMYK
RGB Variations
Color information
#839575 (or 0x839575) is known color: Amulet. HEX triplet: 83, 95 and 75. RGB value is (131,149,117). Sum of RGB (Red+Green+Blue) = 131+149+117=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #839575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839575 is #7C6A8A. Grayscale: #8C8C8C. Windows color (decimal): -8153739 or 7705987. OLE color: 7705987.
HSL color Cylindrical-coordinate representation of color #839575: hue angle of 93.75º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #839575 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 149 | 117 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.42 |
| HSL | 93.75º | 0.13% | 0.52% | - |
| HSV(B) | 93.75º | 0.21% | 0.58% | - |
| XYZ | 23.32 | 27.6 | 20.93 | - |
| YUV | 139.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 117 | 0.12 | 0 | 0.21 | 0.42 | 93.75 | 0.13 | 0.52 |
| Hex | 83 | 95 | 75 | C | 0 | 15 | 2A | 5E | D | 34 |
| Octal | 203 | 225 | 165 | 14 | 0 | 25 | 52 | 136 | 15 | 64 |
| Binary | 10000011 | 10010101 | 1110101 | 1100 | 0 | 10101 | 101010 | 1011110 | 1101 | 110100 |
Color Harmonies of #839575
Complementary color
Monochromatic Colors of #839575
Black with #839575
Text Example
Text Example
White with #839575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839575; }
p { color: rgb(131,149,117); }
H1.HeaderClassName
{
color: #839575;
}
.AnyTagClassName
{
color: #839575;
}
</style>
background-color css
<style>
a { background-color: #839575; }
a { background-color: rgb(131,149,117); }
div.DivClassName
{
background-color: #839575;
}
.BgClassName
{
background-color: #839575;
}
</style>
border-color css
<style>
span { border-color: #839575; }
span { border-color: rgb(131,149,117); }
td.TdClassName
{
border-color: #839575;
}
.TagClassName
{
border-color: #839575;
}
</style>