Shades of Wasabi #80913E
Tints of Wasabi #80913E
RGB
CMYK
RGB Variations
Color information
#80913E (or 0x80913E) is known color: Wasabi. HEX triplet: 80, 91 and 3E. RGB value is (128,145,62). Sum of RGB (Red+Green+Blue) = 128+145+62=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #80913E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80913E is #7F6EC1. Grayscale: #828282. Windows color (decimal): -8351426 or 4100480. OLE color: 4100480.
HSL color Cylindrical-coordinate representation of color #80913E: hue angle of 72.29º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80913E is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 145 | 62 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.43 |
| HSL | 72.29º | 0.4% | 0.41% | - |
| HSV(B) | 72.29º | 0.57% | 0.57% | - |
| XYZ | 19.9 | 25.19 | 8.37 | - |
| YUV | 130.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 62 | 0.12 | 0 | 0.57 | 0.43 | 72.29 | 0.4 | 0.41 |
| Hex | 80 | 91 | 3E | C | 0 | 39 | 2B | 48 | 28 | 29 |
| Octal | 200 | 221 | 76 | 14 | 0 | 71 | 53 | 110 | 50 | 51 |
| Binary | 10000000 | 10010001 | 111110 | 1100 | 0 | 111001 | 101011 | 1001000 | 101000 | 101001 |
Color Harmonies of #80913E
Complementary color
Monochromatic Colors of #80913E
Black with #80913E
Text Example
Text Example
White with #80913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80913E; }
p { color: rgb(128,145,62); }
H1.HeaderClassName
{
color: #80913E;
}
.AnyTagClassName
{
color: #80913E;
}
</style>
background-color css
<style>
a { background-color: #80913E; }
a { background-color: rgb(128,145,62); }
div.DivClassName
{
background-color: #80913E;
}
.BgClassName
{
background-color: #80913E;
}
</style>
border-color css
<style>
span { border-color: #80913E; }
span { border-color: rgb(128,145,62); }
td.TdClassName
{
border-color: #80913E;
}
.TagClassName
{
border-color: #80913E;
}
</style>