Shades of Wasabi #828843
Tints of Wasabi #828843
RGB
CMYK
RGB Variations
Color information
#828843 (or 0x828843) is known color: Wasabi. HEX triplet: 82, 88 and 43. RGB value is (130,136,67). Sum of RGB (Red+Green+Blue) = 130+136+67=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 136 - color contains mainly: green. Hex color #828843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828843 is #7D77BC. Grayscale: #7E7E7E. Windows color (decimal): -8222653 or 4425858. OLE color: 4425858.
HSL color Cylindrical-coordinate representation of color #828843: hue angle of 65.22º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #828843 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 67 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.47 |
| HSL | 65.22º | 0.34% | 0.4% | - |
| HSV(B) | 65.22º | 0.51% | 0.53% | - |
| XYZ | 19.02 | 22.76 | 8.7 | - |
| YUV | 126.34 | 94.51 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 67 | 0.04 | 0 | 0.51 | 0.47 | 65.22 | 0.34 | 0.4 |
| Hex | 82 | 88 | 43 | 4 | 0 | 33 | 2F | 41 | 22 | 28 |
| Octal | 202 | 210 | 103 | 4 | 0 | 63 | 57 | 101 | 42 | 50 |
| Binary | 10000010 | 10001000 | 1000011 | 100 | 0 | 110011 | 101111 | 1000001 | 100010 | 101000 |
Color Harmonies of #828843
Complementary color
Monochromatic Colors of #828843
Black with #828843
Text Example
Text Example
White with #828843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828843; }
p { color: rgb(130,136,67); }
H1.HeaderClassName
{
color: #828843;
}
.AnyTagClassName
{
color: #828843;
}
</style>
background-color css
<style>
a { background-color: #828843; }
a { background-color: rgb(130,136,67); }
div.DivClassName
{
background-color: #828843;
}
.BgClassName
{
background-color: #828843;
}
</style>
border-color css
<style>
span { border-color: #828843; }
span { border-color: rgb(130,136,67); }
td.TdClassName
{
border-color: #828843;
}
.TagClassName
{
border-color: #828843;
}
</style>