Shades of Wasabi #84884B
Tints of Wasabi #84884B
RGB
CMYK
RGB Variations
Color information
#84884B (or 0x84884B) is known color: Wasabi. HEX triplet: 84, 88 and 4B. RGB value is (132,136,75). Sum of RGB (Red+Green+Blue) = 132+136+75=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #84884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84884B is #7B77B4. Grayscale: #808080. Windows color (decimal): -8091573 or 4950148. OLE color: 4950148.
HSL color Cylindrical-coordinate representation of color #84884B: hue angle of 63.93º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84884B is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 75 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.47 |
| HSL | 63.93º | 0.29% | 0.41% | - |
| HSV(B) | 63.93º | 0.45% | 0.53% | - |
| XYZ | 19.59 | 23.02 | 10.07 | - |
| YUV | 127.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 75 | 0.03 | 0 | 0.45 | 0.47 | 63.93 | 0.29 | 0.41 |
| Hex | 84 | 88 | 4B | 3 | 0 | 2D | 2F | 40 | 1D | 29 |
| Octal | 204 | 210 | 113 | 3 | 0 | 55 | 57 | 100 | 35 | 51 |
| Binary | 10000100 | 10001000 | 1001011 | 11 | 0 | 101101 | 101111 | 1000000 | 11101 | 101001 |
Color Harmonies of #84884B
Complementary color
Monochromatic Colors of #84884B
Black with #84884B
Text Example
Text Example
White with #84884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84884B; }
p { color: rgb(132,136,75); }
H1.HeaderClassName
{
color: #84884B;
}
.AnyTagClassName
{
color: #84884B;
}
</style>
background-color css
<style>
a { background-color: #84884B; }
a { background-color: rgb(132,136,75); }
div.DivClassName
{
background-color: #84884B;
}
.BgClassName
{
background-color: #84884B;
}
</style>
border-color css
<style>
span { border-color: #84884B; }
span { border-color: rgb(132,136,75); }
td.TdClassName
{
border-color: #84884B;
}
.TagClassName
{
border-color: #84884B;
}
</style>