Shades of Wasabi #828F41
Tints of Wasabi #828F41
RGB
CMYK
RGB Variations
Color information
#828F41 (or 0x828F41) is known color: Wasabi. HEX triplet: 82, 8F and 41. RGB value is (130,143,65). Sum of RGB (Red+Green+Blue) = 130+143+65=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 143 - color contains mainly: green. Hex color #828F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828F41 is #7D70BE. Grayscale: #828282. Windows color (decimal): -8220863 or 4296578. OLE color: 4296578.
HSL color Cylindrical-coordinate representation of color #828F41: hue angle of 70º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #828F41 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 143 | 65 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.44 |
| HSL | 70º | 0.38% | 0.41% | - |
| HSV(B) | 70º | 0.55% | 0.56% | - |
| XYZ | 19.98 | 24.77 | 8.73 | - |
| YUV | 130.22 | 91.19 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 65 | 0.09 | 0 | 0.55 | 0.44 | 70 | 0.38 | 0.41 |
| Hex | 82 | 8F | 41 | 9 | 0 | 37 | 2C | 46 | 26 | 29 |
| Octal | 202 | 217 | 101 | 11 | 0 | 67 | 54 | 106 | 46 | 51 |
| Binary | 10000010 | 10001111 | 1000001 | 1001 | 0 | 110111 | 101100 | 1000110 | 100110 | 101001 |
Color Harmonies of #828F41
Complementary color
Monochromatic Colors of #828F41
Black with #828F41
Text Example
Text Example
White with #828F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F41; }
p { color: rgb(130,143,65); }
H1.HeaderClassName
{
color: #828F41;
}
.AnyTagClassName
{
color: #828F41;
}
</style>
background-color css
<style>
a { background-color: #828F41; }
a { background-color: rgb(130,143,65); }
div.DivClassName
{
background-color: #828F41;
}
.BgClassName
{
background-color: #828F41;
}
</style>
border-color css
<style>
span { border-color: #828F41; }
span { border-color: rgb(130,143,65); }
td.TdClassName
{
border-color: #828F41;
}
.TagClassName
{
border-color: #828F41;
}
</style>