Shades of Wasabi #84883B
Tints of Wasabi #84883B
RGB
CMYK
RGB Variations
Color information
#84883B (or 0x84883B) is known color: Wasabi. HEX triplet: 84, 88 and 3B. RGB value is (132,136,59). Sum of RGB (Red+Green+Blue) = 132+136+59=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #84883B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84883B is #7B77C4. Grayscale: #7E7E7E. Windows color (decimal): -8091589 or 3901572. OLE color: 3901572.
HSL color Cylindrical-coordinate representation of color #84883B: hue angle of 63.12º degrees, saturation: 0.39, 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 #84883B is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 59 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.47 |
| HSL | 63.12º | 0.39% | 0.38% | - |
| HSV(B) | 63.12º | 0.57% | 0.53% | - |
| XYZ | 19.11 | 22.83 | 7.54 | - |
| YUV | 126.03 | 90.17 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 59 | 0.03 | 0 | 0.57 | 0.47 | 63.12 | 0.39 | 0.38 |
| Hex | 84 | 88 | 3B | 3 | 0 | 39 | 2F | 3F | 27 | 26 |
| Octal | 204 | 210 | 73 | 3 | 0 | 71 | 57 | 77 | 47 | 46 |
| Binary | 10000100 | 10001000 | 111011 | 11 | 0 | 111001 | 101111 | 111111 | 100111 | 100110 |
Color Harmonies of #84883B
Complementary color
Monochromatic Colors of #84883B
Black with #84883B
Text Example
Text Example
White with #84883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84883B; }
p { color: rgb(132,136,59); }
H1.HeaderClassName
{
color: #84883B;
}
.AnyTagClassName
{
color: #84883B;
}
</style>
background-color css
<style>
a { background-color: #84883B; }
a { background-color: rgb(132,136,59); }
div.DivClassName
{
background-color: #84883B;
}
.BgClassName
{
background-color: #84883B;
}
</style>
border-color css
<style>
span { border-color: #84883B; }
span { border-color: rgb(132,136,59); }
td.TdClassName
{
border-color: #84883B;
}
.TagClassName
{
border-color: #84883B;
}
</style>