Shades of Gunsmoke #838581
Tints of Gunsmoke #838581
RGB
CMYK
RGB Variations
Color information
#838581 (or 0x838581) is known color: Gunsmoke. HEX triplet: 83, 85 and 81. RGB value is (131,133,129). Sum of RGB (Red+Green+Blue) = 131+133+129=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 133 - color contains mainly: green. Hex color #838581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838581 is #7C7A7E. Grayscale: #838383. Windows color (decimal): -8157823 or 8488323. OLE color: 8488323.
HSL color Cylindrical-coordinate representation of color #838581: hue angle of 90º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #838581 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
RGB | 131 | 133 | 129 | - |
CMYK | 0.02 | 0 | 0.03 | 0.48 |
HSL | 90º | 0.02% | 0.51% | - |
HSV(B) | 90º | 0.03% | 0.52% | - |
XYZ | 21.71 | 23.19 | 24.1 | - |
YUV | 131.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 131 | 133 | 129 | 0.02 | 0 | 0.03 | 0.48 | 90 | 0.02 | 0.51 |
Hex | 83 | 85 | 81 | 2 | 0 | 3 | 30 | 5A | 2 | 33 |
Octal | 203 | 205 | 201 | 2 | 0 | 3 | 60 | 132 | 2 | 63 |
Binary | 10000011 | 10000101 | 10000001 | 10 | 0 | 11 | 110000 | 1011010 | 10 | 110011 |
Color Harmonies of #838581
Complementary color
Monochromatic Colors of #838581
Black with #838581
Text Example
Text Example
White with #838581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838581; }
p { color: rgb(131,133,129); }
H1.HeaderClassName
{
color: #838581;
}
.AnyTagClassName
{
color: #838581;
}
</style>
background-color css
<style>
a { background-color: #838581; }
a { background-color: rgb(131,133,129); }
div.DivClassName
{
background-color: #838581;
}
.BgClassName
{
background-color: #838581;
}
</style>
border-color css
<style>
span { border-color: #838581; }
span { border-color: rgb(131,133,129); }
td.TdClassName
{
border-color: #838581;
}
.TagClassName
{
border-color: #838581;
}
</style>