Shades of Wasabi #80883E
Tints of Wasabi #80883E
RGB
CMYK
RGB Variations
Color information
#80883E (or 0x80883E) is known color: Wasabi. HEX triplet: 80, 88 and 3E. RGB value is (128,136,62). Sum of RGB (Red+Green+Blue) = 128+136+62=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #80883E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80883E is #7F77C1. Grayscale: #7D7D7D. Windows color (decimal): -8353730 or 4098176. OLE color: 4098176.
HSL color Cylindrical-coordinate representation of color #80883E: hue angle of 66.49º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80883E is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 62 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.47 |
| HSL | 66.49º | 0.37% | 0.39% | - |
| HSV(B) | 66.49º | 0.54% | 0.53% | - |
| XYZ | 18.58 | 22.55 | 7.93 | - |
| YUV | 125.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 62 | 0.06 | 0 | 0.54 | 0.47 | 66.49 | 0.37 | 0.39 |
| Hex | 80 | 88 | 3E | 6 | 0 | 36 | 2F | 42 | 25 | 27 |
| Octal | 200 | 210 | 76 | 6 | 0 | 66 | 57 | 102 | 45 | 47 |
| Binary | 10000000 | 10001000 | 111110 | 110 | 0 | 110110 | 101111 | 1000010 | 100101 | 100111 |
Color Harmonies of #80883E
Complementary color
Monochromatic Colors of #80883E
Black with #80883E
Text Example
Text Example
White with #80883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80883E; }
p { color: rgb(128,136,62); }
H1.HeaderClassName
{
color: #80883E;
}
.AnyTagClassName
{
color: #80883E;
}
</style>
background-color css
<style>
a { background-color: #80883E; }
a { background-color: rgb(128,136,62); }
div.DivClassName
{
background-color: #80883E;
}
.BgClassName
{
background-color: #80883E;
}
</style>
border-color css
<style>
span { border-color: #80883E; }
span { border-color: rgb(128,136,62); }
td.TdClassName
{
border-color: #80883E;
}
.TagClassName
{
border-color: #80883E;
}
</style>