Shades of Wasabi #83883D
Tints of Wasabi #83883D
RGB
CMYK
RGB Variations
Color information
#83883D (or 0x83883D) is known color: Wasabi. HEX triplet: 83, 88 and 3D. RGB value is (131,136,61). Sum of RGB (Red+Green+Blue) = 131+136+61=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 136 - color contains mainly: green. Hex color #83883D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83883D is #7C77C2. Grayscale: #7E7E7E. Windows color (decimal): -8157123 or 4032643. OLE color: 4032643.
HSL color Cylindrical-coordinate representation of color #83883D: hue angle of 64º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83883D is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 136 | 61 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.47 |
| HSL | 64º | 0.38% | 0.39% | - |
| HSV(B) | 64º | 0.55% | 0.53% | - |
| XYZ | 19.01 | 22.77 | 7.81 | - |
| YUV | 125.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 61 | 0.04 | 0 | 0.55 | 0.47 | 64 | 0.38 | 0.39 |
| Hex | 83 | 88 | 3D | 4 | 0 | 37 | 2F | 40 | 26 | 27 |
| Octal | 203 | 210 | 75 | 4 | 0 | 67 | 57 | 100 | 46 | 47 |
| Binary | 10000011 | 10001000 | 111101 | 100 | 0 | 110111 | 101111 | 1000000 | 100110 | 100111 |
Color Harmonies of #83883D
Complementary color
Monochromatic Colors of #83883D
Black with #83883D
Text Example
Text Example
White with #83883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83883D; }
p { color: rgb(131,136,61); }
H1.HeaderClassName
{
color: #83883D;
}
.AnyTagClassName
{
color: #83883D;
}
</style>
background-color css
<style>
a { background-color: #83883D; }
a { background-color: rgb(131,136,61); }
div.DivClassName
{
background-color: #83883D;
}
.BgClassName
{
background-color: #83883D;
}
</style>
border-color css
<style>
span { border-color: #83883D; }
span { border-color: rgb(131,136,61); }
td.TdClassName
{
border-color: #83883D;
}
.TagClassName
{
border-color: #83883D;
}
</style>