Shades of Wasabi #808845
Tints of Wasabi #808845
RGB
CMYK
RGB Variations
Color information
#808845 (or 0x808845) is known color: Wasabi. HEX triplet: 80, 88 and 45. RGB value is (128,136,69). Sum of RGB (Red+Green+Blue) = 128+136+69=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 136 - color contains mainly: green. Hex color #808845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808845 is #7F77BA. Grayscale: #7E7E7E. Windows color (decimal): -8353723 or 4556928. OLE color: 4556928.
HSL color Cylindrical-coordinate representation of color #808845: hue angle of 67.16º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #808845 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 69 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.47 |
| HSL | 67.16º | 0.33% | 0.4% | - |
| HSV(B) | 67.16º | 0.49% | 0.53% | - |
| XYZ | 18.78 | 22.63 | 9.01 | - |
| YUV | 125.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 69 | 0.06 | 0 | 0.49 | 0.47 | 67.16 | 0.33 | 0.4 |
| Hex | 80 | 88 | 45 | 6 | 0 | 31 | 2F | 43 | 21 | 28 |
| Octal | 200 | 210 | 105 | 6 | 0 | 61 | 57 | 103 | 41 | 50 |
| Binary | 10000000 | 10001000 | 1000101 | 110 | 0 | 110001 | 101111 | 1000011 | 100001 | 101000 |
Color Harmonies of #808845
Complementary color
Monochromatic Colors of #808845
Black with #808845
Text Example
Text Example
White with #808845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808845; }
p { color: rgb(128,136,69); }
H1.HeaderClassName
{
color: #808845;
}
.AnyTagClassName
{
color: #808845;
}
</style>
background-color css
<style>
a { background-color: #808845; }
a { background-color: rgb(128,136,69); }
div.DivClassName
{
background-color: #808845;
}
.BgClassName
{
background-color: #808845;
}
</style>
border-color css
<style>
span { border-color: #808845; }
span { border-color: rgb(128,136,69); }
td.TdClassName
{
border-color: #808845;
}
.TagClassName
{
border-color: #808845;
}
</style>