Shades of Wasabi #849448
Tints of Wasabi #849448
RGB
CMYK
RGB Variations
Color information
#849448 (or 0x849448) is known color: Wasabi. HEX triplet: 84, 94 and 48. RGB value is (132,148,72). Sum of RGB (Red+Green+Blue) = 132+148+72=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 148 - color contains mainly: green. Hex color #849448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849448 is #7B6BB7. Grayscale: #868686. Windows color (decimal): -8088504 or 4756612. OLE color: 4756612.
HSL color Cylindrical-coordinate representation of color #849448: hue angle of 72.63º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #849448 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 148 | 72 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.42 |
| HSL | 72.63º | 0.35% | 0.43% | - |
| HSV(B) | 72.63º | 0.51% | 0.58% | - |
| XYZ | 21.28 | 26.55 | 10.13 | - |
| YUV | 134.55 | 92.7 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 148 | 72 | 0.11 | 0 | 0.51 | 0.42 | 72.63 | 0.35 | 0.43 |
| Hex | 84 | 94 | 48 | B | 0 | 33 | 2A | 49 | 23 | 2B |
| Octal | 204 | 224 | 110 | 13 | 0 | 63 | 52 | 111 | 43 | 53 |
| Binary | 10000100 | 10010100 | 1001000 | 1011 | 0 | 110011 | 101010 | 1001001 | 100011 | 101011 |
Color Harmonies of #849448
Complementary color
Monochromatic Colors of #849448
Black with #849448
Text Example
Text Example
White with #849448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849448; }
p { color: rgb(132,148,72); }
H1.HeaderClassName
{
color: #849448;
}
.AnyTagClassName
{
color: #849448;
}
</style>
background-color css
<style>
a { background-color: #849448; }
a { background-color: rgb(132,148,72); }
div.DivClassName
{
background-color: #849448;
}
.BgClassName
{
background-color: #849448;
}
</style>
border-color css
<style>
span { border-color: #849448; }
span { border-color: rgb(132,148,72); }
td.TdClassName
{
border-color: #849448;
}
.TagClassName
{
border-color: #849448;
}
</style>