Shades of Wasabi #84894B
Tints of Wasabi #84894B
RGB
CMYK
RGB Variations
Color information
#84894B (or 0x84894B) is known color: Wasabi. HEX triplet: 84, 89 and 4B. RGB value is (132,137,75). Sum of RGB (Red+Green+Blue) = 132+137+75=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #84894B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84894B is #7B76B4. Grayscale: #808080. Windows color (decimal): -8091317 or 4950404. OLE color: 4950404.
HSL color Cylindrical-coordinate representation of color #84894B: hue angle of 64.84º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84894B is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 75 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.46 |
| HSL | 64.84º | 0.29% | 0.42% | - |
| HSV(B) | 64.84º | 0.45% | 0.54% | - |
| XYZ | 19.73 | 23.3 | 10.11 | - |
| YUV | 128.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 75 | 0.04 | 0 | 0.45 | 0.46 | 64.84 | 0.29 | 0.42 |
| Hex | 84 | 89 | 4B | 4 | 0 | 2D | 2E | 41 | 1D | 2A |
| Octal | 204 | 211 | 113 | 4 | 0 | 55 | 56 | 101 | 35 | 52 |
| Binary | 10000100 | 10001001 | 1001011 | 100 | 0 | 101101 | 101110 | 1000001 | 11101 | 101010 |
Color Harmonies of #84894B
Complementary color
Monochromatic Colors of #84894B
Black with #84894B
Text Example
Text Example
White with #84894B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84894B; }
p { color: rgb(132,137,75); }
H1.HeaderClassName
{
color: #84894B;
}
.AnyTagClassName
{
color: #84894B;
}
</style>
background-color css
<style>
a { background-color: #84894B; }
a { background-color: rgb(132,137,75); }
div.DivClassName
{
background-color: #84894B;
}
.BgClassName
{
background-color: #84894B;
}
</style>
border-color css
<style>
span { border-color: #84894B; }
span { border-color: rgb(132,137,75); }
td.TdClassName
{
border-color: #84894B;
}
.TagClassName
{
border-color: #84894B;
}
</style>