Shades of Wasabi #828840
Tints of Wasabi #828840
RGB
CMYK
RGB Variations
Color information
#828840 (or 0x828840) is known color: Wasabi. HEX triplet: 82, 88 and 40. RGB value is (130,136,64). Sum of RGB (Red+Green+Blue) = 130+136+64=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 136 - color contains mainly: green. Hex color #828840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828840 is #7D77BF. Grayscale: #7E7E7E. Windows color (decimal): -8222656 or 4229250. OLE color: 4229250.
HSL color Cylindrical-coordinate representation of color #828840: hue angle of 65º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #828840 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 64 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.47 |
| HSL | 65º | 0.36% | 0.39% | - |
| HSV(B) | 65º | 0.53% | 0.53% | - |
| XYZ | 18.94 | 22.72 | 8.24 | - |
| YUV | 126 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 64 | 0.04 | 0 | 0.53 | 0.47 | 65 | 0.36 | 0.39 |
| Hex | 82 | 88 | 40 | 4 | 0 | 35 | 2F | 41 | 24 | 27 |
| Octal | 202 | 210 | 100 | 4 | 0 | 65 | 57 | 101 | 44 | 47 |
| Binary | 10000010 | 10001000 | 1000000 | 100 | 0 | 110101 | 101111 | 1000001 | 100100 | 100111 |
Color Harmonies of #828840
Complementary color
Monochromatic Colors of #828840
Black with #828840
Text Example
Text Example
White with #828840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828840; }
p { color: rgb(130,136,64); }
H1.HeaderClassName
{
color: #828840;
}
.AnyTagClassName
{
color: #828840;
}
</style>
background-color css
<style>
a { background-color: #828840; }
a { background-color: rgb(130,136,64); }
div.DivClassName
{
background-color: #828840;
}
.BgClassName
{
background-color: #828840;
}
</style>
border-color css
<style>
span { border-color: #828840; }
span { border-color: rgb(130,136,64); }
td.TdClassName
{
border-color: #828840;
}
.TagClassName
{
border-color: #828840;
}
</style>