Shades of Wasabi #808336
Tints of Wasabi #808336
RGB
CMYK
RGB Variations
Color information
#808336 (or 0x808336) is known color: Wasabi. HEX triplet: 80, 83 and 36. RGB value is (128,131,54). Sum of RGB (Red+Green+Blue) = 128+131+54=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #808336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808336 is #7F7CC9. Grayscale: #797979. Windows color (decimal): -8355018 or 3572608. OLE color: 3572608.
HSL color Cylindrical-coordinate representation of color #808336: hue angle of 62.34º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #808336 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 131 | 54 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.49 |
| HSL | 62.34º | 0.42% | 0.36% | - |
| HSV(B) | 62.34º | 0.59% | 0.51% | - |
| XYZ | 17.68 | 21.09 | 6.63 | - |
| YUV | 121.33 | 90.01 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 54 | 0.02 | 0 | 0.59 | 0.49 | 62.34 | 0.42 | 0.36 |
| Hex | 80 | 83 | 36 | 2 | 0 | 3B | 31 | 3E | 2A | 24 |
| Octal | 200 | 203 | 66 | 2 | 0 | 73 | 61 | 76 | 52 | 44 |
| Binary | 10000000 | 10000011 | 110110 | 10 | 0 | 111011 | 110001 | 111110 | 101010 | 100100 |
Color Harmonies of #808336
Complementary color
Monochromatic Colors of #808336
Black with #808336
Text Example
Text Example
White with #808336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808336; }
p { color: rgb(128,131,54); }
H1.HeaderClassName
{
color: #808336;
}
.AnyTagClassName
{
color: #808336;
}
</style>
background-color css
<style>
a { background-color: #808336; }
a { background-color: rgb(128,131,54); }
div.DivClassName
{
background-color: #808336;
}
.BgClassName
{
background-color: #808336;
}
</style>
border-color css
<style>
span { border-color: #808336; }
span { border-color: rgb(128,131,54); }
td.TdClassName
{
border-color: #808336;
}
.TagClassName
{
border-color: #808336;
}
</style>