Shades of Wasabi #828B49
Tints of Wasabi #828B49
RGB
CMYK
RGB Variations
Color information
#828B49 (or 0x828B49) is known color: Wasabi. HEX triplet: 82, 8B and 49. RGB value is (130,139,73). Sum of RGB (Red+Green+Blue) = 130+139+73=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #828B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828B49 is #7D74B6. Grayscale: #818181. Windows color (decimal): -8221879 or 4819842. OLE color: 4819842.
HSL color Cylindrical-coordinate representation of color #828B49: hue angle of 68.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #828B49 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 73 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.45 |
| HSL | 68.18º | 0.31% | 0.42% | - |
| HSV(B) | 68.18º | 0.47% | 0.55% | - |
| XYZ | 19.64 | 23.69 | 9.84 | - |
| YUV | 128.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 73 | 0.06 | 0 | 0.47 | 0.45 | 68.18 | 0.31 | 0.42 |
| Hex | 82 | 8B | 49 | 6 | 0 | 2F | 2D | 44 | 1F | 2A |
| Octal | 202 | 213 | 111 | 6 | 0 | 57 | 55 | 104 | 37 | 52 |
| Binary | 10000010 | 10001011 | 1001001 | 110 | 0 | 101111 | 101101 | 1000100 | 11111 | 101010 |
Color Harmonies of #828B49
Complementary color
Monochromatic Colors of #828B49
Black with #828B49
Text Example
Text Example
White with #828B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B49; }
p { color: rgb(130,139,73); }
H1.HeaderClassName
{
color: #828B49;
}
.AnyTagClassName
{
color: #828B49;
}
</style>
background-color css
<style>
a { background-color: #828B49; }
a { background-color: rgb(130,139,73); }
div.DivClassName
{
background-color: #828B49;
}
.BgClassName
{
background-color: #828B49;
}
</style>
border-color css
<style>
span { border-color: #828B49; }
span { border-color: rgb(130,139,73); }
td.TdClassName
{
border-color: #828B49;
}
.TagClassName
{
border-color: #828B49;
}
</style>