Shades of Wasabi #80813E
Tints of Wasabi #80813E
RGB
CMYK
RGB Variations
Color information
#80813E (or 0x80813E) is known color: Wasabi. HEX triplet: 80, 81 and 3E. RGB value is (128,129,62). Sum of RGB (Red+Green+Blue) = 128+129+62=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 129 - color contains mainly: green. Hex color #80813E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80813E is #7F7EC1. Grayscale: #797979. Windows color (decimal): -8355522 or 4096384. OLE color: 4096384.
HSL color Cylindrical-coordinate representation of color #80813E: hue angle of 60.9º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80813E is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 62 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.49 |
| HSL | 60.9º | 0.35% | 0.37% | - |
| HSV(B) | 60.9º | 0.52% | 0.51% | - |
| XYZ | 17.62 | 20.64 | 7.61 | - |
| YUV | 121.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 62 | 0.01 | 0 | 0.52 | 0.49 | 60.9 | 0.35 | 0.37 |
| Hex | 80 | 81 | 3E | 1 | 0 | 34 | 31 | 3D | 23 | 25 |
| Octal | 200 | 201 | 76 | 1 | 0 | 64 | 61 | 75 | 43 | 45 |
| Binary | 10000000 | 10000001 | 111110 | 1 | 0 | 110100 | 110001 | 111101 | 100011 | 100101 |
Color Harmonies of #80813E
Complementary color
Monochromatic Colors of #80813E
Black with #80813E
Text Example
Text Example
White with #80813E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80813E; }
p { color: rgb(128,129,62); }
H1.HeaderClassName
{
color: #80813E;
}
.AnyTagClassName
{
color: #80813E;
}
</style>
background-color css
<style>
a { background-color: #80813E; }
a { background-color: rgb(128,129,62); }
div.DivClassName
{
background-color: #80813E;
}
.BgClassName
{
background-color: #80813E;
}
</style>
border-color css
<style>
span { border-color: #80813E; }
span { border-color: rgb(128,129,62); }
td.TdClassName
{
border-color: #80813E;
}
.TagClassName
{
border-color: #80813E;
}
</style>