Shades of Wasabi #808337
Tints of Wasabi #808337
RGB
CMYK
RGB Variations
Color information
#808337 (or 0x808337) is known color: Wasabi. HEX triplet: 80, 83 and 37. RGB value is (128,131,55). Sum of RGB (Red+Green+Blue) = 128+131+55=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 131 - color contains mainly: green. Hex color #808337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808337 is #7F7CC8. Grayscale: #797979. Windows color (decimal): -8355017 or 3638144. OLE color: 3638144.
HSL color Cylindrical-coordinate representation of color #808337: hue angle of 62.37º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #808337 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 131 | 55 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.49 |
| HSL | 62.37º | 0.41% | 0.36% | - |
| HSV(B) | 62.37º | 0.58% | 0.51% | - |
| XYZ | 17.71 | 21.1 | 6.75 | - |
| YUV | 121.44 | 90.51 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 55 | 0.02 | 0 | 0.58 | 0.49 | 62.37 | 0.41 | 0.36 |
| Hex | 80 | 83 | 37 | 2 | 0 | 3A | 31 | 3E | 29 | 24 |
| Octal | 200 | 203 | 67 | 2 | 0 | 72 | 61 | 76 | 51 | 44 |
| Binary | 10000000 | 10000011 | 110111 | 10 | 0 | 111010 | 110001 | 111110 | 101001 | 100100 |
Color Harmonies of #808337
Complementary color
Monochromatic Colors of #808337
Black with #808337
Text Example
Text Example
White with #808337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808337; }
p { color: rgb(128,131,55); }
H1.HeaderClassName
{
color: #808337;
}
.AnyTagClassName
{
color: #808337;
}
</style>
background-color css
<style>
a { background-color: #808337; }
a { background-color: rgb(128,131,55); }
div.DivClassName
{
background-color: #808337;
}
.BgClassName
{
background-color: #808337;
}
</style>
border-color css
<style>
span { border-color: #808337; }
span { border-color: rgb(128,131,55); }
td.TdClassName
{
border-color: #808337;
}
.TagClassName
{
border-color: #808337;
}
</style>