Shades of Wasabi #81893A
Tints of Wasabi #81893A
RGB
CMYK
RGB Variations
Color information
#81893A (or 0x81893A) is known color: Wasabi. HEX triplet: 81, 89 and 3A. RGB value is (129,137,58). Sum of RGB (Red+Green+Blue) = 129+137+58=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #81893A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81893A is #7E76C5. Grayscale: #7D7D7D. Windows color (decimal): -8287942 or 3836289. OLE color: 3836289.
HSL color Cylindrical-coordinate representation of color #81893A: hue angle of 66.08º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81893A is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 137 | 58 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.46 |
| HSL | 66.08º | 0.41% | 0.38% | - |
| HSV(B) | 66.08º | 0.58% | 0.54% | - |
| XYZ | 18.76 | 22.86 | 7.43 | - |
| YUV | 125.6 | 89.85 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 58 | 0.06 | 0 | 0.58 | 0.46 | 66.08 | 0.41 | 0.38 |
| Hex | 81 | 89 | 3A | 6 | 0 | 3A | 2E | 42 | 29 | 26 |
| Octal | 201 | 211 | 72 | 6 | 0 | 72 | 56 | 102 | 51 | 46 |
| Binary | 10000001 | 10001001 | 111010 | 110 | 0 | 111010 | 101110 | 1000010 | 101001 | 100110 |
Color Harmonies of #81893A
Complementary color
Monochromatic Colors of #81893A
Black with #81893A
Text Example
Text Example
White with #81893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81893A; }
p { color: rgb(129,137,58); }
H1.HeaderClassName
{
color: #81893A;
}
.AnyTagClassName
{
color: #81893A;
}
</style>
background-color css
<style>
a { background-color: #81893A; }
a { background-color: rgb(129,137,58); }
div.DivClassName
{
background-color: #81893A;
}
.BgClassName
{
background-color: #81893A;
}
</style>
border-color css
<style>
span { border-color: #81893A; }
span { border-color: rgb(129,137,58); }
td.TdClassName
{
border-color: #81893A;
}
.TagClassName
{
border-color: #81893A;
}
</style>