Shades of Wasabi #808241
Tints of Wasabi #808241
RGB
CMYK
RGB Variations
Color information
#808241 (or 0x808241) is known color: Wasabi. HEX triplet: 80, 82 and 41. RGB value is (128,130,65). Sum of RGB (Red+Green+Blue) = 128+130+65=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #808241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808241 is #7F7DBE. Grayscale: #7A7A7A. Windows color (decimal): -8355263 or 4293248. OLE color: 4293248.
HSL color Cylindrical-coordinate representation of color #808241: hue angle of 61.85º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #808241 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 65 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.49 |
| HSL | 61.85º | 0.33% | 0.38% | - |
| HSV(B) | 61.85º | 0.5% | 0.51% | - |
| XYZ | 17.84 | 20.94 | 8.1 | - |
| YUV | 121.99 | 95.84 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 65 | 0.02 | 0 | 0.50 | 0.49 | 61.85 | 0.33 | 0.38 |
| Hex | 80 | 82 | 41 | 2 | 0 | 32 | 31 | 3E | 21 | 26 |
| Octal | 200 | 202 | 101 | 2 | 0 | 62 | 61 | 76 | 41 | 46 |
| Binary | 10000000 | 10000010 | 1000001 | 10 | 0 | 110010 | 110001 | 111110 | 100001 | 100110 |
Color Harmonies of #808241
Complementary color
Monochromatic Colors of #808241
Black with #808241
Text Example
Text Example
White with #808241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808241; }
p { color: rgb(128,130,65); }
H1.HeaderClassName
{
color: #808241;
}
.AnyTagClassName
{
color: #808241;
}
</style>
background-color css
<style>
a { background-color: #808241; }
a { background-color: rgb(128,130,65); }
div.DivClassName
{
background-color: #808241;
}
.BgClassName
{
background-color: #808241;
}
</style>
border-color css
<style>
span { border-color: #808241; }
span { border-color: rgb(128,130,65); }
td.TdClassName
{
border-color: #808241;
}
.TagClassName
{
border-color: #808241;
}
</style>