Shades of Wasabi #828F49
Tints of Wasabi #828F49
RGB
CMYK
RGB Variations
Color information
#828F49 (or 0x828F49) is known color: Wasabi. HEX triplet: 82, 8F and 49. RGB value is (130,143,73). Sum of RGB (Red+Green+Blue) = 130+143+73=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 143 - color contains mainly: green. Hex color #828F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828F49 is #7D70B6. Grayscale: #838383. Windows color (decimal): -8220855 or 4820866. OLE color: 4820866.
HSL color Cylindrical-coordinate representation of color #828F49: hue angle of 71.14º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #828F49 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 143 | 73 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.44 |
| HSL | 71.14º | 0.32% | 0.42% | - |
| HSV(B) | 71.14º | 0.49% | 0.56% | - |
| XYZ | 20.23 | 24.87 | 10.04 | - |
| YUV | 131.13 | 95.19 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 73 | 0.09 | 0 | 0.49 | 0.44 | 71.14 | 0.32 | 0.42 |
| Hex | 82 | 8F | 49 | 9 | 0 | 31 | 2C | 47 | 20 | 2A |
| Octal | 202 | 217 | 111 | 11 | 0 | 61 | 54 | 107 | 40 | 52 |
| Binary | 10000010 | 10001111 | 1001001 | 1001 | 0 | 110001 | 101100 | 1000111 | 100000 | 101010 |
Color Harmonies of #828F49
Complementary color
Monochromatic Colors of #828F49
Black with #828F49
Text Example
Text Example
White with #828F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F49; }
p { color: rgb(130,143,73); }
H1.HeaderClassName
{
color: #828F49;
}
.AnyTagClassName
{
color: #828F49;
}
</style>
background-color css
<style>
a { background-color: #828F49; }
a { background-color: rgb(130,143,73); }
div.DivClassName
{
background-color: #828F49;
}
.BgClassName
{
background-color: #828F49;
}
</style>
border-color css
<style>
span { border-color: #828F49; }
span { border-color: rgb(130,143,73); }
td.TdClassName
{
border-color: #828F49;
}
.TagClassName
{
border-color: #828F49;
}
</style>