Shades of Wasabi #828A4D
Tints of Wasabi #828A4D
RGB
CMYK
RGB Variations
Color information
#828A4D (or 0x828A4D) is known color: Wasabi. HEX triplet: 82, 8A and 4D. RGB value is (130,138,77). Sum of RGB (Red+Green+Blue) = 130+138+77=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 138 - color contains mainly: green. Hex color #828A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828A4D is #7D75B2. Grayscale: #808080. Windows color (decimal): -8222131 or 5081730. OLE color: 5081730.
HSL color Cylindrical-coordinate representation of color #828A4D: hue angle of 67.87º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #828A4D is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 138 | 77 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.46 |
| HSL | 67.87º | 0.28% | 0.42% | - |
| HSV(B) | 67.87º | 0.44% | 0.54% | - |
| XYZ | 19.63 | 23.46 | 10.51 | - |
| YUV | 128.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 77 | 0.06 | 0 | 0.44 | 0.46 | 67.87 | 0.28 | 0.42 |
| Hex | 82 | 8A | 4D | 6 | 0 | 2C | 2E | 44 | 1C | 2A |
| Octal | 202 | 212 | 115 | 6 | 0 | 54 | 56 | 104 | 34 | 52 |
| Binary | 10000010 | 10001010 | 1001101 | 110 | 0 | 101100 | 101110 | 1000100 | 11100 | 101010 |
Color Harmonies of #828A4D
Complementary color
Monochromatic Colors of #828A4D
Black with #828A4D
Text Example
Text Example
White with #828A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828A4D; }
p { color: rgb(130,138,77); }
H1.HeaderClassName
{
color: #828A4D;
}
.AnyTagClassName
{
color: #828A4D;
}
</style>
background-color css
<style>
a { background-color: #828A4D; }
a { background-color: rgb(130,138,77); }
div.DivClassName
{
background-color: #828A4D;
}
.BgClassName
{
background-color: #828A4D;
}
</style>
border-color css
<style>
span { border-color: #828A4D; }
span { border-color: rgb(130,138,77); }
td.TdClassName
{
border-color: #828A4D;
}
.TagClassName
{
border-color: #828A4D;
}
</style>