Shades of Wasabi #849549
Tints of Wasabi #849549
RGB
CMYK
RGB Variations
Color information
#849549 (or 0x849549) is known color: Wasabi. HEX triplet: 84, 95 and 49. RGB value is (132,149,73). Sum of RGB (Red+Green+Blue) = 132+149+73=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #849549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849549 is #7B6AB6. Grayscale: #878787. Windows color (decimal): -8088247 or 4822404. OLE color: 4822404.
HSL color Cylindrical-coordinate representation of color #849549: hue angle of 73.42º 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 #849549 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 149 | 73 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.42 |
| HSL | 73.42º | 0.34% | 0.44% | - |
| HSV(B) | 73.42º | 0.51% | 0.58% | - |
| XYZ | 21.47 | 26.88 | 10.36 | - |
| YUV | 135.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 73 | 0.11 | 0 | 0.51 | 0.42 | 73.42 | 0.34 | 0.44 |
| Hex | 84 | 95 | 49 | B | 0 | 33 | 2A | 49 | 22 | 2C |
| Octal | 204 | 225 | 111 | 13 | 0 | 63 | 52 | 111 | 42 | 54 |
| Binary | 10000100 | 10010101 | 1001001 | 1011 | 0 | 110011 | 101010 | 1001001 | 100010 | 101100 |
Color Harmonies of #849549
Complementary color
Monochromatic Colors of #849549
Black with #849549
Text Example
Text Example
White with #849549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849549; }
p { color: rgb(132,149,73); }
H1.HeaderClassName
{
color: #849549;
}
.AnyTagClassName
{
color: #849549;
}
</style>
background-color css
<style>
a { background-color: #849549; }
a { background-color: rgb(132,149,73); }
div.DivClassName
{
background-color: #849549;
}
.BgClassName
{
background-color: #849549;
}
</style>
border-color css
<style>
span { border-color: #849549; }
span { border-color: rgb(132,149,73); }
td.TdClassName
{
border-color: #849549;
}
.TagClassName
{
border-color: #849549;
}
</style>