Shades of Wasabi #838941
Tints of Wasabi #838941
RGB
CMYK
RGB Variations
Color information
#838941 (or 0x838941) is known color: Wasabi. HEX triplet: 83, 89 and 41. RGB value is (131,137,65). Sum of RGB (Red+Green+Blue) = 131+137+65=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 137 - color contains mainly: green. Hex color #838941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838941 is #7C76BE. Grayscale: #7F7F7F. Windows color (decimal): -8156863 or 4295043. OLE color: 4295043.
HSL color Cylindrical-coordinate representation of color #838941: hue angle of 65º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #838941 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 137 | 65 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.46 |
| HSL | 65º | 0.36% | 0.4% | - |
| HSV(B) | 65º | 0.53% | 0.54% | - |
| XYZ | 19.26 | 23.1 | 8.44 | - |
| YUV | 127 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 137 | 65 | 0.04 | 0 | 0.53 | 0.46 | 65 | 0.36 | 0.4 |
| Hex | 83 | 89 | 41 | 4 | 0 | 35 | 2E | 41 | 24 | 28 |
| Octal | 203 | 211 | 101 | 4 | 0 | 65 | 56 | 101 | 44 | 50 |
| Binary | 10000011 | 10001001 | 1000001 | 100 | 0 | 110101 | 101110 | 1000001 | 100100 | 101000 |
Color Harmonies of #838941
Complementary color
Monochromatic Colors of #838941
Black with #838941
Text Example
Text Example
White with #838941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838941; }
p { color: rgb(131,137,65); }
H1.HeaderClassName
{
color: #838941;
}
.AnyTagClassName
{
color: #838941;
}
</style>
background-color css
<style>
a { background-color: #838941; }
a { background-color: rgb(131,137,65); }
div.DivClassName
{
background-color: #838941;
}
.BgClassName
{
background-color: #838941;
}
</style>
border-color css
<style>
span { border-color: #838941; }
span { border-color: rgb(131,137,65); }
td.TdClassName
{
border-color: #838941;
}
.TagClassName
{
border-color: #838941;
}
</style>