Shades of Wasabi #838943
Tints of Wasabi #838943
RGB
CMYK
RGB Variations
Color information
#838943 (or 0x838943) is known color: Wasabi. HEX triplet: 83, 89 and 43. RGB value is (131,137,67). Sum of RGB (Red+Green+Blue) = 131+137+67=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 137 - color contains mainly: green. Hex color #838943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838943 is #7C76BC. Grayscale: #7F7F7F. Windows color (decimal): -8156861 or 4426115. OLE color: 4426115.
HSL color Cylindrical-coordinate representation of color #838943: hue angle of 65.14º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #838943 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 137 | 67 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.46 |
| HSL | 65.14º | 0.34% | 0.4% | - |
| HSV(B) | 65.14º | 0.51% | 0.54% | - |
| XYZ | 19.32 | 23.12 | 8.75 | - |
| YUV | 127.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 137 | 67 | 0.04 | 0 | 0.51 | 0.46 | 65.14 | 0.34 | 0.4 |
| Hex | 83 | 89 | 43 | 4 | 0 | 33 | 2E | 41 | 22 | 28 |
| Octal | 203 | 211 | 103 | 4 | 0 | 63 | 56 | 101 | 42 | 50 |
| Binary | 10000011 | 10001001 | 1000011 | 100 | 0 | 110011 | 101110 | 1000001 | 100010 | 101000 |
Color Harmonies of #838943
Complementary color
Monochromatic Colors of #838943
Black with #838943
Text Example
Text Example
White with #838943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838943; }
p { color: rgb(131,137,67); }
H1.HeaderClassName
{
color: #838943;
}
.AnyTagClassName
{
color: #838943;
}
</style>
background-color css
<style>
a { background-color: #838943; }
a { background-color: rgb(131,137,67); }
div.DivClassName
{
background-color: #838943;
}
.BgClassName
{
background-color: #838943;
}
</style>
border-color css
<style>
span { border-color: #838943; }
span { border-color: rgb(131,137,67); }
td.TdClassName
{
border-color: #838943;
}
.TagClassName
{
border-color: #838943;
}
</style>