Shades of Wasabi #808343
Tints of Wasabi #808343
RGB
CMYK
RGB Variations
Color information
#808343 (or 0x808343) is known color: Wasabi. HEX triplet: 80, 83 and 43. RGB value is (128,131,67). Sum of RGB (Red+Green+Blue) = 128+131+67=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #808343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808343 is #7F7CBC. Grayscale: #7B7B7B. Windows color (decimal): -8355005 or 4424576. OLE color: 4424576.
HSL color Cylindrical-coordinate representation of color #808343: hue angle of 62.81º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #808343 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 131 | 67 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.49 |
| HSL | 62.81º | 0.32% | 0.39% | - |
| HSV(B) | 62.81º | 0.49% | 0.51% | - |
| XYZ | 18.03 | 21.23 | 8.46 | - |
| YUV | 122.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 67 | 0.02 | 0 | 0.49 | 0.49 | 62.81 | 0.32 | 0.39 |
| Hex | 80 | 83 | 43 | 2 | 0 | 31 | 31 | 3F | 20 | 27 |
| Octal | 200 | 203 | 103 | 2 | 0 | 61 | 61 | 77 | 40 | 47 |
| Binary | 10000000 | 10000011 | 1000011 | 10 | 0 | 110001 | 110001 | 111111 | 100000 | 100111 |
Color Harmonies of #808343
Complementary color
Monochromatic Colors of #808343
Black with #808343
Text Example
Text Example
White with #808343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808343; }
p { color: rgb(128,131,67); }
H1.HeaderClassName
{
color: #808343;
}
.AnyTagClassName
{
color: #808343;
}
</style>
background-color css
<style>
a { background-color: #808343; }
a { background-color: rgb(128,131,67); }
div.DivClassName
{
background-color: #808343;
}
.BgClassName
{
background-color: #808343;
}
</style>
border-color css
<style>
span { border-color: #808343; }
span { border-color: rgb(128,131,67); }
td.TdClassName
{
border-color: #808343;
}
.TagClassName
{
border-color: #808343;
}
</style>