Shades of Wasabi #82883D
Tints of Wasabi #82883D
RGB
CMYK
RGB Variations
Color information
#82883D (or 0x82883D) is known color: Wasabi. HEX triplet: 82, 88 and 3D. RGB value is (130,136,61). Sum of RGB (Red+Green+Blue) = 130+136+61=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #82883D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82883D is #7D77C2. Grayscale: #7D7D7D. Windows color (decimal): -8222659 or 4032642. OLE color: 4032642.
HSL color Cylindrical-coordinate representation of color #82883D: hue angle of 64.8º 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 #82883D is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 61 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.47 |
| HSL | 64.8º | 0.38% | 0.39% | - |
| HSV(B) | 64.8º | 0.55% | 0.53% | - |
| XYZ | 18.85 | 22.69 | 7.8 | - |
| YUV | 125.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 61 | 0.04 | 0 | 0.55 | 0.47 | 64.8 | 0.38 | 0.39 |
| Hex | 82 | 88 | 3D | 4 | 0 | 37 | 2F | 41 | 26 | 27 |
| Octal | 202 | 210 | 75 | 4 | 0 | 67 | 57 | 101 | 46 | 47 |
| Binary | 10000010 | 10001000 | 111101 | 100 | 0 | 110111 | 101111 | 1000001 | 100110 | 100111 |
Color Harmonies of #82883D
Complementary color
Monochromatic Colors of #82883D
Black with #82883D
Text Example
Text Example
White with #82883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82883D; }
p { color: rgb(130,136,61); }
H1.HeaderClassName
{
color: #82883D;
}
.AnyTagClassName
{
color: #82883D;
}
</style>
background-color css
<style>
a { background-color: #82883D; }
a { background-color: rgb(130,136,61); }
div.DivClassName
{
background-color: #82883D;
}
.BgClassName
{
background-color: #82883D;
}
</style>
border-color css
<style>
span { border-color: #82883D; }
span { border-color: rgb(130,136,61); }
td.TdClassName
{
border-color: #82883D;
}
.TagClassName
{
border-color: #82883D;
}
</style>