Shades of Gunsmoke #838B73
Tints of Gunsmoke #838B73
RGB
CMYK
RGB Variations
Color information
#838B73 (or 0x838B73) is known color: Gunsmoke. HEX triplet: 83, 8B and 73. RGB value is (131,139,115). Sum of RGB (Red+Green+Blue) = 131+139+115=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 139 - color contains mainly: green. Hex color #838B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838B73 is #7C748C. Grayscale: #858585. Windows color (decimal): -8156301 or 7572355. OLE color: 7572355.
HSL color Cylindrical-coordinate representation of color #838B73: hue angle of 80º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #838B73 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 139 | 115 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.45 |
| HSL | 80º | 0.09% | 0.5% | - |
| HSV(B) | 80º | 0.17% | 0.55% | - |
| XYZ | 21.69 | 24.53 | 19.81 | - |
| YUV | 133.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 115 | 0.06 | 0 | 0.17 | 0.45 | 80 | 0.09 | 0.5 |
| Hex | 83 | 8B | 73 | 6 | 0 | 11 | 2D | 50 | 9 | 32 |
| Octal | 203 | 213 | 163 | 6 | 0 | 21 | 55 | 120 | 11 | 62 |
| Binary | 10000011 | 10001011 | 1110011 | 110 | 0 | 10001 | 101101 | 1010000 | 1001 | 110010 |
Color Harmonies of #838B73
Complementary color
Monochromatic Colors of #838B73
Black with #838B73
Text Example
Text Example
White with #838B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838B73; }
p { color: rgb(131,139,115); }
H1.HeaderClassName
{
color: #838B73;
}
.AnyTagClassName
{
color: #838B73;
}
</style>
background-color css
<style>
a { background-color: #838B73; }
a { background-color: rgb(131,139,115); }
div.DivClassName
{
background-color: #838B73;
}
.BgClassName
{
background-color: #838B73;
}
</style>
border-color css
<style>
span { border-color: #838B73; }
span { border-color: rgb(131,139,115); }
td.TdClassName
{
border-color: #838B73;
}
.TagClassName
{
border-color: #838B73;
}
</style>