Shades of Wasabi #828337
Tints of Wasabi #828337
RGB
CMYK
RGB Variations
Color information
#828337 (or 0x828337) is known color: Wasabi. HEX triplet: 82, 83 and 37. RGB value is (130,131,55). Sum of RGB (Red+Green+Blue) = 130+131+55=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #828337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828337 is #7D7CC8. Grayscale: #7A7A7A. Windows color (decimal): -8223945 or 3638146. OLE color: 3638146.
HSL color Cylindrical-coordinate representation of color #828337: hue angle of 60.79º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #828337 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 131 | 55 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.49 |
| HSL | 60.79º | 0.41% | 0.36% | - |
| HSV(B) | 60.79º | 0.58% | 0.51% | - |
| XYZ | 18.01 | 21.25 | 6.77 | - |
| YUV | 122.04 | 90.17 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 131 | 55 | 0.01 | 0 | 0.58 | 0.49 | 60.79 | 0.41 | 0.36 |
| Hex | 82 | 83 | 37 | 1 | 0 | 3A | 31 | 3D | 29 | 24 |
| Octal | 202 | 203 | 67 | 1 | 0 | 72 | 61 | 75 | 51 | 44 |
| Binary | 10000010 | 10000011 | 110111 | 1 | 0 | 111010 | 110001 | 111101 | 101001 | 100100 |
Color Harmonies of #828337
Complementary color
Monochromatic Colors of #828337
Black with #828337
Text Example
Text Example
White with #828337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828337; }
p { color: rgb(130,131,55); }
H1.HeaderClassName
{
color: #828337;
}
.AnyTagClassName
{
color: #828337;
}
</style>
background-color css
<style>
a { background-color: #828337; }
a { background-color: rgb(130,131,55); }
div.DivClassName
{
background-color: #828337;
}
.BgClassName
{
background-color: #828337;
}
</style>
border-color css
<style>
span { border-color: #828337; }
span { border-color: rgb(130,131,55); }
td.TdClassName
{
border-color: #828337;
}
.TagClassName
{
border-color: #828337;
}
</style>