Shades of Stack #839383
Tints of Stack #839383
RGB
CMYK
RGB Variations
Color information
#839383 (or 0x839383) is known color: Stack. HEX triplet: 83, 93 and 83. RGB value is (131,147,131). Sum of RGB (Red+Green+Blue) = 131+147+131=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 147 - color contains mainly: green. Hex color #839383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839383 is #7C6C7C. Grayscale: #8C8C8C. Windows color (decimal): -8154237 or 8622979. OLE color: 8622979.
HSL color Cylindrical-coordinate representation of color #839383: hue angle of 120º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #839383 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 147 | 131 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.42 |
| HSL | 120º | 0.07% | 0.55% | - |
| HSV(B) | 120º | 0.11% | 0.58% | - |
| XYZ | 23.89 | 27.33 | 25.49 | - |
| YUV | 140.39 | 122.7 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 147 | 131 | 0.11 | 0 | 0.11 | 0.42 | 120 | 0.07 | 0.55 |
| Hex | 83 | 93 | 83 | B | 0 | B | 2A | 78 | 7 | 37 |
| Octal | 203 | 223 | 203 | 13 | 0 | 13 | 52 | 170 | 7 | 67 |
| Binary | 10000011 | 10010011 | 10000011 | 1011 | 0 | 1011 | 101010 | 1111000 | 111 | 110111 |
Color Harmonies of #839383
Complementary color
Monochromatic Colors of #839383
Black with #839383
Text Example
Text Example
White with #839383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839383; }
p { color: rgb(131,147,131); }
H1.HeaderClassName
{
color: #839383;
}
.AnyTagClassName
{
color: #839383;
}
</style>
background-color css
<style>
a { background-color: #839383; }
a { background-color: rgb(131,147,131); }
div.DivClassName
{
background-color: #839383;
}
.BgClassName
{
background-color: #839383;
}
</style>
border-color css
<style>
span { border-color: #839383; }
span { border-color: rgb(131,147,131); }
td.TdClassName
{
border-color: #839383;
}
.TagClassName
{
border-color: #839383;
}
</style>