Shades of Wasabi #84893A
Tints of Wasabi #84893A
RGB
CMYK
RGB Variations
Color information
#84893A (or 0x84893A) is known color: Wasabi. HEX triplet: 84, 89 and 3A. RGB value is (132,137,58). Sum of RGB (Red+Green+Blue) = 132+137+58=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #84893A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84893A is #7B76C5. Grayscale: #7E7E7E. Windows color (decimal): -8091334 or 3836292. OLE color: 3836292.
HSL color Cylindrical-coordinate representation of color #84893A: hue angle of 63.8º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84893A is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 58 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.46 |
| HSL | 63.8º | 0.41% | 0.38% | - |
| HSV(B) | 63.8º | 0.58% | 0.54% | - |
| XYZ | 19.23 | 23.1 | 7.45 | - |
| YUV | 126.5 | 89.34 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 58 | 0.04 | 0 | 0.58 | 0.46 | 63.8 | 0.41 | 0.38 |
| Hex | 84 | 89 | 3A | 4 | 0 | 3A | 2E | 40 | 29 | 26 |
| Octal | 204 | 211 | 72 | 4 | 0 | 72 | 56 | 100 | 51 | 46 |
| Binary | 10000100 | 10001001 | 111010 | 100 | 0 | 111010 | 101110 | 1000000 | 101001 | 100110 |
Color Harmonies of #84893A
Complementary color
Monochromatic Colors of #84893A
Black with #84893A
Text Example
Text Example
White with #84893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84893A; }
p { color: rgb(132,137,58); }
H1.HeaderClassName
{
color: #84893A;
}
.AnyTagClassName
{
color: #84893A;
}
</style>
background-color css
<style>
a { background-color: #84893A; }
a { background-color: rgb(132,137,58); }
div.DivClassName
{
background-color: #84893A;
}
.BgClassName
{
background-color: #84893A;
}
</style>
border-color css
<style>
span { border-color: #84893A; }
span { border-color: rgb(132,137,58); }
td.TdClassName
{
border-color: #84893A;
}
.TagClassName
{
border-color: #84893A;
}
</style>