Shades of Gunsmoke #818573
Tints of Gunsmoke #818573
RGB
CMYK
RGB Variations
Color information
#818573 (or 0x818573) is known color: Gunsmoke. HEX triplet: 81, 85 and 73. RGB value is (129,133,115). Sum of RGB (Red+Green+Blue) = 129+133+115=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 133 - color contains mainly: green. Hex color #818573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818573 is #7E7A8C. Grayscale: #818181. Windows color (decimal): -8288909 or 7570817. OLE color: 7570817.
HSL color Cylindrical-coordinate representation of color #818573: hue angle of 73.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #818573 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 133 | 115 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.48 |
| HSL | 73.33º | 0.07% | 0.49% | - |
| HSV(B) | 73.33º | 0.14% | 0.52% | - |
| XYZ | 20.54 | 22.68 | 19.52 | - |
| YUV | 129.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 115 | 0.03 | 0 | 0.14 | 0.48 | 73.33 | 0.07 | 0.49 |
| Hex | 81 | 85 | 73 | 3 | 0 | E | 30 | 49 | 7 | 31 |
| Octal | 201 | 205 | 163 | 3 | 0 | 16 | 60 | 111 | 7 | 61 |
| Binary | 10000001 | 10000101 | 1110011 | 11 | 0 | 1110 | 110000 | 1001001 | 111 | 110001 |
Color Harmonies of #818573
Complementary color
Monochromatic Colors of #818573
Black with #818573
Text Example
Text Example
White with #818573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818573; }
p { color: rgb(129,133,115); }
H1.HeaderClassName
{
color: #818573;
}
.AnyTagClassName
{
color: #818573;
}
</style>
background-color css
<style>
a { background-color: #818573; }
a { background-color: rgb(129,133,115); }
div.DivClassName
{
background-color: #818573;
}
.BgClassName
{
background-color: #818573;
}
</style>
border-color css
<style>
span { border-color: #818573; }
span { border-color: rgb(129,133,115); }
td.TdClassName
{
border-color: #818573;
}
.TagClassName
{
border-color: #818573;
}
</style>