Shades of Wasabi #828949
Tints of Wasabi #828949
RGB
CMYK
RGB Variations
Color information
#828949 (or 0x828949) is known color: Wasabi. HEX triplet: 82, 89 and 49. RGB value is (130,137,73). Sum of RGB (Red+Green+Blue) = 130+137+73=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #828949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828949 is #7D76B6. Grayscale: #7F7F7F. Windows color (decimal): -8222391 or 4819330. OLE color: 4819330.
HSL color Cylindrical-coordinate representation of color #828949: hue angle of 66.56º 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 #828949 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 73 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.46 |
| HSL | 66.56º | 0.3% | 0.41% | - |
| HSV(B) | 66.56º | 0.47% | 0.54% | - |
| XYZ | 19.35 | 23.12 | 9.75 | - |
| YUV | 127.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 73 | 0.05 | 0 | 0.47 | 0.46 | 66.56 | 0.3 | 0.41 |
| Hex | 82 | 89 | 49 | 5 | 0 | 2F | 2E | 43 | 1E | 29 |
| Octal | 202 | 211 | 111 | 5 | 0 | 57 | 56 | 103 | 36 | 51 |
| Binary | 10000010 | 10001001 | 1001001 | 101 | 0 | 101111 | 101110 | 1000011 | 11110 | 101001 |
Color Harmonies of #828949
Complementary color
Monochromatic Colors of #828949
Black with #828949
Text Example
Text Example
White with #828949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828949; }
p { color: rgb(130,137,73); }
H1.HeaderClassName
{
color: #828949;
}
.AnyTagClassName
{
color: #828949;
}
</style>
background-color css
<style>
a { background-color: #828949; }
a { background-color: rgb(130,137,73); }
div.DivClassName
{
background-color: #828949;
}
.BgClassName
{
background-color: #828949;
}
</style>
border-color css
<style>
span { border-color: #828949; }
span { border-color: rgb(130,137,73); }
td.TdClassName
{
border-color: #828949;
}
.TagClassName
{
border-color: #828949;
}
</style>