Shades of Wasabi #808949
Tints of Wasabi #808949
RGB
CMYK
RGB Variations
Color information
#808949 (or 0x808949) is known color: Wasabi. HEX triplet: 80, 89 and 49. RGB value is (128,137,73). Sum of RGB (Red+Green+Blue) = 128+137+73=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 137 - color contains mainly: green. Hex color #808949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808949 is #7F76B6. Grayscale: #7F7F7F. Windows color (decimal): -8353463 or 4819328. OLE color: 4819328.
HSL color Cylindrical-coordinate representation of color #808949: hue angle of 68.44º 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 #808949 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 137 | 73 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.46 |
| HSL | 68.44º | 0.3% | 0.41% | - |
| HSV(B) | 68.44º | 0.47% | 0.54% | - |
| XYZ | 19.05 | 22.96 | 9.73 | - |
| YUV | 127.01 | 97.52 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 73 | 0.07 | 0 | 0.47 | 0.46 | 68.44 | 0.3 | 0.41 |
| Hex | 80 | 89 | 49 | 7 | 0 | 2F | 2E | 44 | 1E | 29 |
| Octal | 200 | 211 | 111 | 7 | 0 | 57 | 56 | 104 | 36 | 51 |
| Binary | 10000000 | 10001001 | 1001001 | 111 | 0 | 101111 | 101110 | 1000100 | 11110 | 101001 |
Color Harmonies of #808949
Complementary color
Monochromatic Colors of #808949
Black with #808949
Text Example
Text Example
White with #808949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808949; }
p { color: rgb(128,137,73); }
H1.HeaderClassName
{
color: #808949;
}
.AnyTagClassName
{
color: #808949;
}
</style>
background-color css
<style>
a { background-color: #808949; }
a { background-color: rgb(128,137,73); }
div.DivClassName
{
background-color: #808949;
}
.BgClassName
{
background-color: #808949;
}
</style>
border-color css
<style>
span { border-color: #808949; }
span { border-color: rgb(128,137,73); }
td.TdClassName
{
border-color: #808949;
}
.TagClassName
{
border-color: #808949;
}
</style>