Shades of Wasabi #81894A
Tints of Wasabi #81894A
RGB
CMYK
RGB Variations
Color information
#81894A (or 0x81894A) is known color: Wasabi. HEX triplet: 81, 89 and 4A. RGB value is (129,137,74). Sum of RGB (Red+Green+Blue) = 129+137+74=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #81894A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81894A is #7E76B5. Grayscale: #7F7F7F. Windows color (decimal): -8287926 or 4884865. OLE color: 4884865.
HSL color Cylindrical-coordinate representation of color #81894A: hue angle of 67.62º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81894A is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 137 | 74 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.46 |
| HSL | 67.62º | 0.3% | 0.41% | - |
| HSV(B) | 67.62º | 0.46% | 0.54% | - |
| XYZ | 19.23 | 23.05 | 9.91 | - |
| YUV | 127.43 | 97.85 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 74 | 0.06 | 0 | 0.46 | 0.46 | 67.62 | 0.3 | 0.41 |
| Hex | 81 | 89 | 4A | 6 | 0 | 2E | 2E | 44 | 1E | 29 |
| Octal | 201 | 211 | 112 | 6 | 0 | 56 | 56 | 104 | 36 | 51 |
| Binary | 10000001 | 10001001 | 1001010 | 110 | 0 | 101110 | 101110 | 1000100 | 11110 | 101001 |
Color Harmonies of #81894A
Complementary color
Monochromatic Colors of #81894A
Black with #81894A
Text Example
Text Example
White with #81894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81894A; }
p { color: rgb(129,137,74); }
H1.HeaderClassName
{
color: #81894A;
}
.AnyTagClassName
{
color: #81894A;
}
</style>
background-color css
<style>
a { background-color: #81894A; }
a { background-color: rgb(129,137,74); }
div.DivClassName
{
background-color: #81894A;
}
.BgClassName
{
background-color: #81894A;
}
</style>
border-color css
<style>
span { border-color: #81894A; }
span { border-color: rgb(129,137,74); }
td.TdClassName
{
border-color: #81894A;
}
.TagClassName
{
border-color: #81894A;
}
</style>