Shades of Wasabi #83933D
Tints of Wasabi #83933D
RGB
CMYK
RGB Variations
Color information
#83933D (or 0x83933D) is known color: Wasabi. HEX triplet: 83, 93 and 3D. RGB value is (131,147,61). Sum of RGB (Red+Green+Blue) = 131+147+61=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #83933D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83933D is #7C6CC2. Grayscale: #848484. Windows color (decimal): -8154307 or 4035459. OLE color: 4035459.
HSL color Cylindrical-coordinate representation of color #83933D: hue angle of 71.16º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83933D is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 147 | 61 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.42 |
| HSL | 71.16º | 0.41% | 0.41% | - |
| HSV(B) | 71.16º | 0.59% | 0.58% | - |
| XYZ | 20.64 | 26.03 | 8.35 | - |
| YUV | 132.41 | 87.7 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 147 | 61 | 0.11 | 0 | 0.59 | 0.42 | 71.16 | 0.41 | 0.41 |
| Hex | 83 | 93 | 3D | B | 0 | 3B | 2A | 47 | 29 | 29 |
| Octal | 203 | 223 | 75 | 13 | 0 | 73 | 52 | 107 | 51 | 51 |
| Binary | 10000011 | 10010011 | 111101 | 1011 | 0 | 111011 | 101010 | 1000111 | 101001 | 101001 |
Color Harmonies of #83933D
Complementary color
Monochromatic Colors of #83933D
Black with #83933D
Text Example
Text Example
White with #83933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83933D; }
p { color: rgb(131,147,61); }
H1.HeaderClassName
{
color: #83933D;
}
.AnyTagClassName
{
color: #83933D;
}
</style>
background-color css
<style>
a { background-color: #83933D; }
a { background-color: rgb(131,147,61); }
div.DivClassName
{
background-color: #83933D;
}
.BgClassName
{
background-color: #83933D;
}
</style>
border-color css
<style>
span { border-color: #83933D; }
span { border-color: rgb(131,147,61); }
td.TdClassName
{
border-color: #83933D;
}
.TagClassName
{
border-color: #83933D;
}
</style>