Shades of Wasabi #81903E
Tints of Wasabi #81903E
RGB
CMYK
RGB Variations
Color information
#81903E (or 0x81903E) is known color: Wasabi. HEX triplet: 81, 90 and 3E. RGB value is (129,144,62). Sum of RGB (Red+Green+Blue) = 129+144+62=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #81903E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81903E is #7E6FC1. Grayscale: #828282. Windows color (decimal): -8286146 or 4100225. OLE color: 4100225.
HSL color Cylindrical-coordinate representation of color #81903E: hue angle of 70.98º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81903E is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 144 | 62 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.44 |
| HSL | 70.98º | 0.4% | 0.4% | - |
| HSV(B) | 70.98º | 0.57% | 0.56% | - |
| XYZ | 19.9 | 24.96 | 8.33 | - |
| YUV | 130.17 | 89.53 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 144 | 62 | 0.10 | 0 | 0.57 | 0.44 | 70.98 | 0.4 | 0.4 |
| Hex | 81 | 90 | 3E | A | 0 | 39 | 2C | 47 | 28 | 28 |
| Octal | 201 | 220 | 76 | 12 | 0 | 71 | 54 | 107 | 50 | 50 |
| Binary | 10000001 | 10010000 | 111110 | 1010 | 0 | 111001 | 101100 | 1000111 | 101000 | 101000 |
Color Harmonies of #81903E
Complementary color
Monochromatic Colors of #81903E
Black with #81903E
Text Example
Text Example
White with #81903E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81903E; }
p { color: rgb(129,144,62); }
H1.HeaderClassName
{
color: #81903E;
}
.AnyTagClassName
{
color: #81903E;
}
</style>
background-color css
<style>
a { background-color: #81903E; }
a { background-color: rgb(129,144,62); }
div.DivClassName
{
background-color: #81903E;
}
.BgClassName
{
background-color: #81903E;
}
</style>
border-color css
<style>
span { border-color: #81903E; }
span { border-color: rgb(129,144,62); }
td.TdClassName
{
border-color: #81903E;
}
.TagClassName
{
border-color: #81903E;
}
</style>