Shades of Wasabi #849241
Tints of Wasabi #849241
RGB
CMYK
RGB Variations
Color information
#849241 (or 0x849241) is known color: Wasabi. HEX triplet: 84, 92 and 41. RGB value is (132,146,65). Sum of RGB (Red+Green+Blue) = 132+146+65=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #849241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849241 is #7B6DBE. Grayscale: #848484. Windows color (decimal): -8089023 or 4297348. OLE color: 4297348.
HSL color Cylindrical-coordinate representation of color #849241: hue angle of 70.37º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #849241 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 146 | 65 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.43 |
| HSL | 70.37º | 0.38% | 0.41% | - |
| HSV(B) | 70.37º | 0.55% | 0.57% | - |
| XYZ | 20.75 | 25.84 | 8.9 | - |
| YUV | 132.58 | 89.86 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 65 | 0.10 | 0 | 0.55 | 0.43 | 70.37 | 0.38 | 0.41 |
| Hex | 84 | 92 | 41 | A | 0 | 37 | 2B | 46 | 26 | 29 |
| Octal | 204 | 222 | 101 | 12 | 0 | 67 | 53 | 106 | 46 | 51 |
| Binary | 10000100 | 10010010 | 1000001 | 1010 | 0 | 110111 | 101011 | 1000110 | 100110 | 101001 |
Color Harmonies of #849241
Complementary color
Monochromatic Colors of #849241
Black with #849241
Text Example
Text Example
White with #849241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849241; }
p { color: rgb(132,146,65); }
H1.HeaderClassName
{
color: #849241;
}
.AnyTagClassName
{
color: #849241;
}
</style>
background-color css
<style>
a { background-color: #849241; }
a { background-color: rgb(132,146,65); }
div.DivClassName
{
background-color: #849241;
}
.BgClassName
{
background-color: #849241;
}
</style>
border-color css
<style>
span { border-color: #849241; }
span { border-color: rgb(132,146,65); }
td.TdClassName
{
border-color: #849241;
}
.TagClassName
{
border-color: #849241;
}
</style>