Shades of Wasabi #808B41
Tints of Wasabi #808B41
RGB
CMYK
RGB Variations
Color information
#808B41 (or 0x808B41) is known color: Wasabi. HEX triplet: 80, 8B and 41. RGB value is (128,139,65). Sum of RGB (Red+Green+Blue) = 128+139+65=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 139 - color contains mainly: green. Hex color #808B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808B41 is #7F74BE. Grayscale: #7F7F7F. Windows color (decimal): -8352959 or 4295552. OLE color: 4295552.
HSL color Cylindrical-coordinate representation of color #808B41: hue angle of 68.92º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #808B41 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 65 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.45 |
| HSL | 68.92º | 0.36% | 0.4% | - |
| HSV(B) | 68.92º | 0.53% | 0.55% | - |
| XYZ | 19.09 | 23.44 | 8.52 | - |
| YUV | 127.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 65 | 0.08 | 0 | 0.53 | 0.45 | 68.92 | 0.36 | 0.4 |
| Hex | 80 | 8B | 41 | 8 | 0 | 35 | 2D | 45 | 24 | 28 |
| Octal | 200 | 213 | 101 | 10 | 0 | 65 | 55 | 105 | 44 | 50 |
| Binary | 10000000 | 10001011 | 1000001 | 1000 | 0 | 110101 | 101101 | 1000101 | 100100 | 101000 |
Color Harmonies of #808B41
Complementary color
Monochromatic Colors of #808B41
Black with #808B41
Text Example
Text Example
White with #808B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B41; }
p { color: rgb(128,139,65); }
H1.HeaderClassName
{
color: #808B41;
}
.AnyTagClassName
{
color: #808B41;
}
</style>
background-color css
<style>
a { background-color: #808B41; }
a { background-color: rgb(128,139,65); }
div.DivClassName
{
background-color: #808B41;
}
.BgClassName
{
background-color: #808B41;
}
</style>
border-color css
<style>
span { border-color: #808B41; }
span { border-color: rgb(128,139,65); }
td.TdClassName
{
border-color: #808B41;
}
.TagClassName
{
border-color: #808B41;
}
</style>