Shades of Wasabi #809549
Tints of Wasabi #809549
RGB
CMYK
RGB Variations
Color information
#809549 (or 0x809549) is known color: Wasabi. HEX triplet: 80, 95 and 49. RGB value is (128,149,73). Sum of RGB (Red+Green+Blue) = 128+149+73=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #809549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809549 is #7F6AB6. Grayscale: #868686. Windows color (decimal): -8350391 or 4822400. OLE color: 4822400.
HSL color Cylindrical-coordinate representation of color #809549: hue angle of 76.58º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #809549 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 149 | 73 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.42 |
| HSL | 76.58º | 0.34% | 0.44% | - |
| HSV(B) | 76.58º | 0.51% | 0.58% | - |
| XYZ | 20.85 | 26.57 | 10.33 | - |
| YUV | 134.06 | 93.54 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 73 | 0.14 | 0 | 0.51 | 0.42 | 76.58 | 0.34 | 0.44 |
| Hex | 80 | 95 | 49 | E | 0 | 33 | 2A | 4D | 22 | 2C |
| Octal | 200 | 225 | 111 | 16 | 0 | 63 | 52 | 115 | 42 | 54 |
| Binary | 10000000 | 10010101 | 1001001 | 1110 | 0 | 110011 | 101010 | 1001101 | 100010 | 101100 |
Color Harmonies of #809549
Complementary color
Monochromatic Colors of #809549
Black with #809549
Text Example
Text Example
White with #809549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809549; }
p { color: rgb(128,149,73); }
H1.HeaderClassName
{
color: #809549;
}
.AnyTagClassName
{
color: #809549;
}
</style>
background-color css
<style>
a { background-color: #809549; }
a { background-color: rgb(128,149,73); }
div.DivClassName
{
background-color: #809549;
}
.BgClassName
{
background-color: #809549;
}
</style>
border-color css
<style>
span { border-color: #809549; }
span { border-color: rgb(128,149,73); }
td.TdClassName
{
border-color: #809549;
}
.TagClassName
{
border-color: #809549;
}
</style>