Shades of Gunsmoke #838B71
Tints of Gunsmoke #838B71
RGB
CMYK
RGB Variations
Color information
#838B71 (or 0x838B71) is known color: Gunsmoke. HEX triplet: 83, 8B and 71. RGB value is (131,139,113). Sum of RGB (Red+Green+Blue) = 131+139+113=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 139 - color contains mainly: green. Hex color #838B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838B71 is #7C748E. Grayscale: #858585. Windows color (decimal): -8156303 or 7441283. OLE color: 7441283.
HSL color Cylindrical-coordinate representation of color #838B71: hue angle of 78.46º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #838B71 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 139 | 113 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.45 |
| HSL | 78.46º | 0.1% | 0.49% | - |
| HSV(B) | 78.46º | 0.19% | 0.55% | - |
| XYZ | 21.57 | 24.48 | 19.21 | - |
| YUV | 133.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 113 | 0.06 | 0 | 0.19 | 0.45 | 78.46 | 0.1 | 0.49 |
| Hex | 83 | 8B | 71 | 6 | 0 | 13 | 2D | 4E | A | 31 |
| Octal | 203 | 213 | 161 | 6 | 0 | 23 | 55 | 116 | 12 | 61 |
| Binary | 10000011 | 10001011 | 1110001 | 110 | 0 | 10011 | 101101 | 1001110 | 1010 | 110001 |
Color Harmonies of #838B71
Complementary color
Monochromatic Colors of #838B71
Black with #838B71
Text Example
Text Example
White with #838B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838B71; }
p { color: rgb(131,139,113); }
H1.HeaderClassName
{
color: #838B71;
}
.AnyTagClassName
{
color: #838B71;
}
</style>
background-color css
<style>
a { background-color: #838B71; }
a { background-color: rgb(131,139,113); }
div.DivClassName
{
background-color: #838B71;
}
.BgClassName
{
background-color: #838B71;
}
</style>
border-color css
<style>
span { border-color: #838B71; }
span { border-color: rgb(131,139,113); }
td.TdClassName
{
border-color: #838B71;
}
.TagClassName
{
border-color: #838B71;
}
</style>