Shades of Wasabi #84873A
Tints of Wasabi #84873A
RGB
CMYK
RGB Variations
Color information
#84873A (or 0x84873A) is known color: Wasabi. HEX triplet: 84, 87 and 3A. RGB value is (132,135,58). Sum of RGB (Red+Green+Blue) = 132+135+58=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #84873A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84873A is #7B78C5. Grayscale: #7D7D7D. Windows color (decimal): -8091846 or 3835780. OLE color: 3835780.
HSL color Cylindrical-coordinate representation of color #84873A: hue angle of 62.34º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84873A is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 135 | 58 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.47 |
| HSL | 62.34º | 0.4% | 0.38% | - |
| HSV(B) | 62.34º | 0.57% | 0.53% | - |
| XYZ | 18.94 | 22.54 | 7.36 | - |
| YUV | 125.33 | 90.01 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 135 | 58 | 0.02 | 0 | 0.57 | 0.47 | 62.34 | 0.4 | 0.38 |
| Hex | 84 | 87 | 3A | 2 | 0 | 39 | 2F | 3E | 28 | 26 |
| Octal | 204 | 207 | 72 | 2 | 0 | 71 | 57 | 76 | 50 | 46 |
| Binary | 10000100 | 10000111 | 111010 | 10 | 0 | 111001 | 101111 | 111110 | 101000 | 100110 |
Color Harmonies of #84873A
Complementary color
Monochromatic Colors of #84873A
Black with #84873A
Text Example
Text Example
White with #84873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84873A; }
p { color: rgb(132,135,58); }
H1.HeaderClassName
{
color: #84873A;
}
.AnyTagClassName
{
color: #84873A;
}
</style>
background-color css
<style>
a { background-color: #84873A; }
a { background-color: rgb(132,135,58); }
div.DivClassName
{
background-color: #84873A;
}
.BgClassName
{
background-color: #84873A;
}
</style>
border-color css
<style>
span { border-color: #84873A; }
span { border-color: rgb(132,135,58); }
td.TdClassName
{
border-color: #84873A;
}
.TagClassName
{
border-color: #84873A;
}
</style>