Shades of Wasabi #828439
Tints of Wasabi #828439
RGB
CMYK
RGB Variations
Color information
#828439 (or 0x828439) is known color: Wasabi. HEX triplet: 82, 84 and 39. RGB value is (130,132,57). Sum of RGB (Red+Green+Blue) = 130+132+57=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #828439 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828439 is #7D7BC6. Grayscale: #7B7B7B. Windows color (decimal): -8223687 or 3769474. OLE color: 3769474.
HSL color Cylindrical-coordinate representation of color #828439: hue angle of 61.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #828439 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 132 | 57 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.48 |
| HSL | 61.6º | 0.4% | 0.37% | - |
| HSV(B) | 61.6º | 0.57% | 0.52% | - |
| XYZ | 18.2 | 21.54 | 7.07 | - |
| YUV | 122.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 57 | 0.02 | 0 | 0.57 | 0.48 | 61.6 | 0.4 | 0.37 |
| Hex | 82 | 84 | 39 | 2 | 0 | 39 | 30 | 3E | 28 | 25 |
| Octal | 202 | 204 | 71 | 2 | 0 | 71 | 60 | 76 | 50 | 45 |
| Binary | 10000010 | 10000100 | 111001 | 10 | 0 | 111001 | 110000 | 111110 | 101000 | 100101 |
Color Harmonies of #828439
Complementary color
Monochromatic Colors of #828439
Black with #828439
Text Example
Text Example
White with #828439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828439; }
p { color: rgb(130,132,57); }
H1.HeaderClassName
{
color: #828439;
}
.AnyTagClassName
{
color: #828439;
}
</style>
background-color css
<style>
a { background-color: #828439; }
a { background-color: rgb(130,132,57); }
div.DivClassName
{
background-color: #828439;
}
.BgClassName
{
background-color: #828439;
}
</style>
border-color css
<style>
span { border-color: #828439; }
span { border-color: rgb(130,132,57); }
td.TdClassName
{
border-color: #828439;
}
.TagClassName
{
border-color: #828439;
}
</style>