Shades of Wasabi #84893D
Tints of Wasabi #84893D
RGB
CMYK
RGB Variations
Color information
#84893D (or 0x84893D) is known color: Wasabi. HEX triplet: 84, 89 and 3D. RGB value is (132,137,61). Sum of RGB (Red+Green+Blue) = 132+137+61=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 137 - color contains mainly: green. Hex color #84893D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84893D is #7B76C2. Grayscale: #7F7F7F. Windows color (decimal): -8091331 or 4032900. OLE color: 4032900.
HSL color Cylindrical-coordinate representation of color #84893D: hue angle of 63.95º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84893D is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 61 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.46 |
| HSL | 63.95º | 0.38% | 0.39% | - |
| HSV(B) | 63.95º | 0.55% | 0.54% | - |
| XYZ | 19.3 | 23.13 | 7.86 | - |
| YUV | 126.84 | 90.84 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 61 | 0.04 | 0 | 0.55 | 0.46 | 63.95 | 0.38 | 0.39 |
| Hex | 84 | 89 | 3D | 4 | 0 | 37 | 2E | 40 | 26 | 27 |
| Octal | 204 | 211 | 75 | 4 | 0 | 67 | 56 | 100 | 46 | 47 |
| Binary | 10000100 | 10001001 | 111101 | 100 | 0 | 110111 | 101110 | 1000000 | 100110 | 100111 |
Color Harmonies of #84893D
Complementary color
Monochromatic Colors of #84893D
Black with #84893D
Text Example
Text Example
White with #84893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84893D; }
p { color: rgb(132,137,61); }
H1.HeaderClassName
{
color: #84893D;
}
.AnyTagClassName
{
color: #84893D;
}
</style>
background-color css
<style>
a { background-color: #84893D; }
a { background-color: rgb(132,137,61); }
div.DivClassName
{
background-color: #84893D;
}
.BgClassName
{
background-color: #84893D;
}
</style>
border-color css
<style>
span { border-color: #84893D; }
span { border-color: rgb(132,137,61); }
td.TdClassName
{
border-color: #84893D;
}
.TagClassName
{
border-color: #84893D;
}
</style>