Shades of Wasabi #84913F
Tints of Wasabi #84913F
RGB
CMYK
RGB Variations
Color information
#84913F (or 0x84913F) is known color: Wasabi. HEX triplet: 84, 91 and 3F. RGB value is (132,145,63). Sum of RGB (Red+Green+Blue) = 132+145+63=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #84913F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84913F is #7B6EC0. Grayscale: #848484. Windows color (decimal): -8089281 or 4166020. OLE color: 4166020.
HSL color Cylindrical-coordinate representation of color #84913F: hue angle of 69.51º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84913F is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 145 | 63 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.43 |
| HSL | 69.51º | 0.39% | 0.41% | - |
| HSV(B) | 69.51º | 0.57% | 0.57% | - |
| XYZ | 20.54 | 25.52 | 8.55 | - |
| YUV | 131.77 | 89.19 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 63 | 0.09 | 0 | 0.57 | 0.43 | 69.51 | 0.39 | 0.41 |
| Hex | 84 | 91 | 3F | 9 | 0 | 39 | 2B | 46 | 27 | 29 |
| Octal | 204 | 221 | 77 | 11 | 0 | 71 | 53 | 106 | 47 | 51 |
| Binary | 10000100 | 10010001 | 111111 | 1001 | 0 | 111001 | 101011 | 1000110 | 100111 | 101001 |
Color Harmonies of #84913F
Complementary color
Monochromatic Colors of #84913F
Black with #84913F
Text Example
Text Example
White with #84913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84913F; }
p { color: rgb(132,145,63); }
H1.HeaderClassName
{
color: #84913F;
}
.AnyTagClassName
{
color: #84913F;
}
</style>
background-color css
<style>
a { background-color: #84913F; }
a { background-color: rgb(132,145,63); }
div.DivClassName
{
background-color: #84913F;
}
.BgClassName
{
background-color: #84913F;
}
</style>
border-color css
<style>
span { border-color: #84913F; }
span { border-color: rgb(132,145,63); }
td.TdClassName
{
border-color: #84913F;
}
.TagClassName
{
border-color: #84913F;
}
</style>