Shades of Wasabi #81893F
Tints of Wasabi #81893F
RGB
CMYK
RGB Variations
Color information
#81893F (or 0x81893F) is known color: Wasabi. HEX triplet: 81, 89 and 3F. RGB value is (129,137,63). Sum of RGB (Red+Green+Blue) = 129+137+63=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #81893F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81893F is #7E76C0. Grayscale: #7E7E7E. Windows color (decimal): -8287937 or 4163969. OLE color: 4163969.
HSL color Cylindrical-coordinate representation of color #81893F: hue angle of 66.49º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #81893F is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 137 | 63 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.46 |
| HSL | 66.49º | 0.37% | 0.39% | - |
| HSV(B) | 66.49º | 0.54% | 0.54% | - |
| XYZ | 18.9 | 22.92 | 8.13 | - |
| YUV | 126.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 63 | 0.06 | 0 | 0.54 | 0.46 | 66.49 | 0.37 | 0.39 |
| Hex | 81 | 89 | 3F | 6 | 0 | 36 | 2E | 42 | 25 | 27 |
| Octal | 201 | 211 | 77 | 6 | 0 | 66 | 56 | 102 | 45 | 47 |
| Binary | 10000001 | 10001001 | 111111 | 110 | 0 | 110110 | 101110 | 1000010 | 100101 | 100111 |
Color Harmonies of #81893F
Complementary color
Monochromatic Colors of #81893F
Black with #81893F
Text Example
Text Example
White with #81893F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81893F; }
p { color: rgb(129,137,63); }
H1.HeaderClassName
{
color: #81893F;
}
.AnyTagClassName
{
color: #81893F;
}
</style>
background-color css
<style>
a { background-color: #81893F; }
a { background-color: rgb(129,137,63); }
div.DivClassName
{
background-color: #81893F;
}
.BgClassName
{
background-color: #81893F;
}
</style>
border-color css
<style>
span { border-color: #81893F; }
span { border-color: rgb(129,137,63); }
td.TdClassName
{
border-color: #81893F;
}
.TagClassName
{
border-color: #81893F;
}
</style>