Shades of Wasabi #83922D
Tints of Wasabi #83922D
RGB
CMYK
RGB Variations
Color information
#83922D (or 0x83922D) is known color: Wasabi. HEX triplet: 83, 92 and 2D. RGB value is (131,146,45). Sum of RGB (Red+Green+Blue) = 131+146+45=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #83922D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83922D is #7C6DD2. Grayscale: #828282. Windows color (decimal): -8154579 or 2986627. OLE color: 2986627.
HSL color Cylindrical-coordinate representation of color #83922D: hue angle of 68.91º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83922D is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 146 | 45 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.43 |
| HSL | 68.91º | 0.53% | 0.37% | - |
| HSV(B) | 68.91º | 0.69% | 0.57% | - |
| XYZ | 20.11 | 25.57 | 6.36 | - |
| YUV | 130 | 80.03 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 146 | 45 | 0.10 | 0 | 0.69 | 0.43 | 68.91 | 0.53 | 0.37 |
| Hex | 83 | 92 | 2D | A | 0 | 45 | 2B | 45 | 35 | 25 |
| Octal | 203 | 222 | 55 | 12 | 0 | 105 | 53 | 105 | 65 | 45 |
| Binary | 10000011 | 10010010 | 101101 | 1010 | 0 | 1000101 | 101011 | 1000101 | 110101 | 100101 |
Color Harmonies of #83922D
Complementary color
Monochromatic Colors of #83922D
Black with #83922D
Text Example
Text Example
White with #83922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83922D; }
p { color: rgb(131,146,45); }
H1.HeaderClassName
{
color: #83922D;
}
.AnyTagClassName
{
color: #83922D;
}
</style>
background-color css
<style>
a { background-color: #83922D; }
a { background-color: rgb(131,146,45); }
div.DivClassName
{
background-color: #83922D;
}
.BgClassName
{
background-color: #83922D;
}
</style>
border-color css
<style>
span { border-color: #83922D; }
span { border-color: rgb(131,146,45); }
td.TdClassName
{
border-color: #83922D;
}
.TagClassName
{
border-color: #83922D;
}
</style>