Shades of Wasabi #82894A
Tints of Wasabi #82894A
RGB
CMYK
RGB Variations
Color information
#82894A (or 0x82894A) is known color: Wasabi. HEX triplet: 82, 89 and 4A. RGB value is (130,137,74). Sum of RGB (Red+Green+Blue) = 130+137+74=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #82894A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82894A is #7D76B5. Grayscale: #7F7F7F. Windows color (decimal): -8222390 or 4884866. OLE color: 4884866.
HSL color Cylindrical-coordinate representation of color #82894A: hue angle of 66.67º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82894A is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 74 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.46 |
| HSL | 66.67º | 0.3% | 0.41% | - |
| HSV(B) | 66.67º | 0.46% | 0.54% | - |
| XYZ | 19.39 | 23.13 | 9.92 | - |
| YUV | 127.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 74 | 0.05 | 0 | 0.46 | 0.46 | 66.67 | 0.3 | 0.41 |
| Hex | 82 | 89 | 4A | 5 | 0 | 2E | 2E | 43 | 1E | 29 |
| Octal | 202 | 211 | 112 | 5 | 0 | 56 | 56 | 103 | 36 | 51 |
| Binary | 10000010 | 10001001 | 1001010 | 101 | 0 | 101110 | 101110 | 1000011 | 11110 | 101001 |
Color Harmonies of #82894A
Complementary color
Monochromatic Colors of #82894A
Black with #82894A
Text Example
Text Example
White with #82894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82894A; }
p { color: rgb(130,137,74); }
H1.HeaderClassName
{
color: #82894A;
}
.AnyTagClassName
{
color: #82894A;
}
</style>
background-color css
<style>
a { background-color: #82894A; }
a { background-color: rgb(130,137,74); }
div.DivClassName
{
background-color: #82894A;
}
.BgClassName
{
background-color: #82894A;
}
</style>
border-color css
<style>
span { border-color: #82894A; }
span { border-color: rgb(130,137,74); }
td.TdClassName
{
border-color: #82894A;
}
.TagClassName
{
border-color: #82894A;
}
</style>