Shades of Wasabi #82912E
Tints of Wasabi #82912E
RGB
CMYK
RGB Variations
Color information
#82912E (or 0x82912E) is known color: Wasabi. HEX triplet: 82, 91 and 2E. RGB value is (130,145,46). Sum of RGB (Red+Green+Blue) = 130+145+46=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #82912E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82912E is #7D6ED1. Grayscale: #818181. Windows color (decimal): -8220370 or 3051906. OLE color: 3051906.
HSL color Cylindrical-coordinate representation of color #82912E: hue angle of 69.09º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82912E is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 145 | 46 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.43 |
| HSL | 69.09º | 0.52% | 0.37% | - |
| HSV(B) | 69.09º | 0.68% | 0.57% | - |
| XYZ | 19.82 | 25.19 | 6.4 | - |
| YUV | 129.23 | 81.03 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 145 | 46 | 0.10 | 0 | 0.68 | 0.43 | 69.09 | 0.52 | 0.37 |
| Hex | 82 | 91 | 2E | A | 0 | 44 | 2B | 45 | 34 | 25 |
| Octal | 202 | 221 | 56 | 12 | 0 | 104 | 53 | 105 | 64 | 45 |
| Binary | 10000010 | 10010001 | 101110 | 1010 | 0 | 1000100 | 101011 | 1000101 | 110100 | 100101 |
Color Harmonies of #82912E
Complementary color
Monochromatic Colors of #82912E
Black with #82912E
Text Example
Text Example
White with #82912E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82912E; }
p { color: rgb(130,145,46); }
H1.HeaderClassName
{
color: #82912E;
}
.AnyTagClassName
{
color: #82912E;
}
</style>
background-color css
<style>
a { background-color: #82912E; }
a { background-color: rgb(130,145,46); }
div.DivClassName
{
background-color: #82912E;
}
.BgClassName
{
background-color: #82912E;
}
</style>
border-color css
<style>
span { border-color: #82912E; }
span { border-color: rgb(130,145,46); }
td.TdClassName
{
border-color: #82912E;
}
.TagClassName
{
border-color: #82912E;
}
</style>