Shades of Wasabi #838949
Tints of Wasabi #838949
RGB
CMYK
RGB Variations
Color information
#838949 (or 0x838949) is known color: Wasabi. HEX triplet: 83, 89 and 49. RGB value is (131,137,73). Sum of RGB (Red+Green+Blue) = 131+137+73=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #838949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838949 is #7C76B6. Grayscale: #808080. Windows color (decimal): -8156855 or 4819331. OLE color: 4819331.
HSL color Cylindrical-coordinate representation of color #838949: hue angle of 65.62º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #838949 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 137 | 73 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.46 |
| HSL | 65.63º | 0.3% | 0.41% | - |
| HSV(B) | 65.63º | 0.47% | 0.54% | - |
| XYZ | 19.51 | 23.2 | 9.75 | - |
| YUV | 127.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 137 | 73 | 0.04 | 0 | 0.47 | 0.46 | 65.63 | 0.3 | 0.41 |
| Hex | 83 | 89 | 49 | 4 | 0 | 2F | 2E | 42 | 1E | 29 |
| Octal | 203 | 211 | 111 | 4 | 0 | 57 | 56 | 102 | 36 | 51 |
| Binary | 10000011 | 10001001 | 1001001 | 100 | 0 | 101111 | 101110 | 1000010 | 11110 | 101001 |
Color Harmonies of #838949
Complementary color
Monochromatic Colors of #838949
Black with #838949
Text Example
Text Example
White with #838949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838949; }
p { color: rgb(131,137,73); }
H1.HeaderClassName
{
color: #838949;
}
.AnyTagClassName
{
color: #838949;
}
</style>
background-color css
<style>
a { background-color: #838949; }
a { background-color: rgb(131,137,73); }
div.DivClassName
{
background-color: #838949;
}
.BgClassName
{
background-color: #838949;
}
</style>
border-color css
<style>
span { border-color: #838949; }
span { border-color: rgb(131,137,73); }
td.TdClassName
{
border-color: #838949;
}
.TagClassName
{
border-color: #838949;
}
</style>