Shades of Wasabi #82883B
Tints of Wasabi #82883B
RGB
CMYK
RGB Variations
Color information
#82883B (or 0x82883B) is known color: Wasabi. HEX triplet: 82, 88 and 3B. RGB value is (130,136,59). Sum of RGB (Red+Green+Blue) = 130+136+59=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #82883B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82883B is #7D77C4. Grayscale: #7D7D7D. Windows color (decimal): -8222661 or 3901570. OLE color: 3901570.
HSL color Cylindrical-coordinate representation of color #82883B: hue angle of 64.68º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82883B is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 59 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.47 |
| HSL | 64.68º | 0.39% | 0.38% | - |
| HSV(B) | 64.68º | 0.57% | 0.53% | - |
| XYZ | 18.8 | 22.67 | 7.52 | - |
| YUV | 125.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 59 | 0.04 | 0 | 0.57 | 0.47 | 64.68 | 0.39 | 0.38 |
| Hex | 82 | 88 | 3B | 4 | 0 | 39 | 2F | 41 | 27 | 26 |
| Octal | 202 | 210 | 73 | 4 | 0 | 71 | 57 | 101 | 47 | 46 |
| Binary | 10000010 | 10001000 | 111011 | 100 | 0 | 111001 | 101111 | 1000001 | 100111 | 100110 |
Color Harmonies of #82883B
Complementary color
Monochromatic Colors of #82883B
Black with #82883B
Text Example
Text Example
White with #82883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82883B; }
p { color: rgb(130,136,59); }
H1.HeaderClassName
{
color: #82883B;
}
.AnyTagClassName
{
color: #82883B;
}
</style>
background-color css
<style>
a { background-color: #82883B; }
a { background-color: rgb(130,136,59); }
div.DivClassName
{
background-color: #82883B;
}
.BgClassName
{
background-color: #82883B;
}
</style>
border-color css
<style>
span { border-color: #82883B; }
span { border-color: rgb(130,136,59); }
td.TdClassName
{
border-color: #82883B;
}
.TagClassName
{
border-color: #82883B;
}
</style>