Shades of Wasabi #83934B
Tints of Wasabi #83934B
RGB
CMYK
RGB Variations
Color information
#83934B (or 0x83934B) is known color: Wasabi. HEX triplet: 83, 93 and 4B. RGB value is (131,147,75). Sum of RGB (Red+Green+Blue) = 131+147+75=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #83934B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83934B is #7C6CB4. Grayscale: #868686. Windows color (decimal): -8154293 or 4952963. OLE color: 4952963.
HSL color Cylindrical-coordinate representation of color #83934B: hue angle of 73.33º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83934B is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 147 | 75 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.42 |
| HSL | 73.33º | 0.32% | 0.44% | - |
| HSV(B) | 73.33º | 0.49% | 0.58% | - |
| XYZ | 21.06 | 26.2 | 10.6 | - |
| YUV | 134.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 147 | 75 | 0.11 | 0 | 0.49 | 0.42 | 73.33 | 0.32 | 0.44 |
| Hex | 83 | 93 | 4B | B | 0 | 31 | 2A | 49 | 20 | 2C |
| Octal | 203 | 223 | 113 | 13 | 0 | 61 | 52 | 111 | 40 | 54 |
| Binary | 10000011 | 10010011 | 1001011 | 1011 | 0 | 110001 | 101010 | 1001001 | 100000 | 101100 |
Color Harmonies of #83934B
Complementary color
Monochromatic Colors of #83934B
Black with #83934B
Text Example
Text Example
White with #83934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83934B; }
p { color: rgb(131,147,75); }
H1.HeaderClassName
{
color: #83934B;
}
.AnyTagClassName
{
color: #83934B;
}
</style>
background-color css
<style>
a { background-color: #83934B; }
a { background-color: rgb(131,147,75); }
div.DivClassName
{
background-color: #83934B;
}
.BgClassName
{
background-color: #83934B;
}
</style>
border-color css
<style>
span { border-color: #83934B; }
span { border-color: rgb(131,147,75); }
td.TdClassName
{
border-color: #83934B;
}
.TagClassName
{
border-color: #83934B;
}
</style>