Shades of Wasabi #829241
Tints of Wasabi #829241
RGB
CMYK
RGB Variations
Color information
#829241 (or 0x829241) is known color: Wasabi. HEX triplet: 82, 92 and 41. RGB value is (130,146,65). Sum of RGB (Red+Green+Blue) = 130+146+65=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #829241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829241 is #7D6DBE. Grayscale: #848484. Windows color (decimal): -8220095 or 4297346. OLE color: 4297346.
HSL color Cylindrical-coordinate representation of color #829241: hue angle of 71.85º 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 #829241 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 146 | 65 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.43 |
| HSL | 71.85º | 0.38% | 0.41% | - |
| HSV(B) | 71.85º | 0.55% | 0.57% | - |
| XYZ | 20.44 | 25.69 | 8.88 | - |
| YUV | 131.98 | 90.2 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 65 | 0.11 | 0 | 0.55 | 0.43 | 71.85 | 0.38 | 0.41 |
| Hex | 82 | 92 | 41 | B | 0 | 37 | 2B | 48 | 26 | 29 |
| Octal | 202 | 222 | 101 | 13 | 0 | 67 | 53 | 110 | 46 | 51 |
| Binary | 10000010 | 10010010 | 1000001 | 1011 | 0 | 110111 | 101011 | 1001000 | 100110 | 101001 |
Color Harmonies of #829241
Complementary color
Monochromatic Colors of #829241
Black with #829241
Text Example
Text Example
White with #829241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829241; }
p { color: rgb(130,146,65); }
H1.HeaderClassName
{
color: #829241;
}
.AnyTagClassName
{
color: #829241;
}
</style>
background-color css
<style>
a { background-color: #829241; }
a { background-color: rgb(130,146,65); }
div.DivClassName
{
background-color: #829241;
}
.BgClassName
{
background-color: #829241;
}
</style>
border-color css
<style>
span { border-color: #829241; }
span { border-color: rgb(130,146,65); }
td.TdClassName
{
border-color: #829241;
}
.TagClassName
{
border-color: #829241;
}
</style>