Shades of Wasabi #839031
Tints of Wasabi #839031
RGB
CMYK
RGB Variations
Color information
#839031 (or 0x839031) is known color: Wasabi. HEX triplet: 83, 90 and 31. RGB value is (131,144,49). Sum of RGB (Red+Green+Blue) = 131+144+49=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #839031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839031 is #7C6FCE. Grayscale: #818181. Windows color (decimal): -8155087 or 3248259. OLE color: 3248259.
HSL color Cylindrical-coordinate representation of color #839031: hue angle of 68.21º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #839031 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 144 | 49 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.44 |
| HSL | 68.21º | 0.49% | 0.38% | - |
| HSV(B) | 68.21º | 0.66% | 0.56% | - |
| XYZ | 19.89 | 24.99 | 6.68 | - |
| YUV | 129.28 | 82.69 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 144 | 49 | 0.09 | 0 | 0.66 | 0.44 | 68.21 | 0.49 | 0.38 |
| Hex | 83 | 90 | 31 | 9 | 0 | 42 | 2C | 44 | 31 | 26 |
| Octal | 203 | 220 | 61 | 11 | 0 | 102 | 54 | 104 | 61 | 46 |
| Binary | 10000011 | 10010000 | 110001 | 1001 | 0 | 1000010 | 101100 | 1000100 | 110001 | 100110 |
Color Harmonies of #839031
Complementary color
Monochromatic Colors of #839031
Black with #839031
Text Example
Text Example
White with #839031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839031; }
p { color: rgb(131,144,49); }
H1.HeaderClassName
{
color: #839031;
}
.AnyTagClassName
{
color: #839031;
}
</style>
background-color css
<style>
a { background-color: #839031; }
a { background-color: rgb(131,144,49); }
div.DivClassName
{
background-color: #839031;
}
.BgClassName
{
background-color: #839031;
}
</style>
border-color css
<style>
span { border-color: #839031; }
span { border-color: rgb(131,144,49); }
td.TdClassName
{
border-color: #839031;
}
.TagClassName
{
border-color: #839031;
}
</style>