Shades of Wasabi #809048
Tints of Wasabi #809048
RGB
CMYK
RGB Variations
Color information
#809048 (or 0x809048) is known color: Wasabi. HEX triplet: 80, 90 and 48. RGB value is (128,144,72). Sum of RGB (Red+Green+Blue) = 128+144+72=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #809048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809048 is #7F6FB7. Grayscale: #838383. Windows color (decimal): -8351672 or 4755584. OLE color: 4755584.
HSL color Cylindrical-coordinate representation of color #809048: hue angle of 73.33º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #809048 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 144 | 72 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.44 |
| HSL | 73.33º | 0.33% | 0.42% | - |
| HSV(B) | 73.33º | 0.5% | 0.56% | - |
| XYZ | 20.05 | 25 | 9.9 | - |
| YUV | 131.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 72 | 0.11 | 0 | 0.50 | 0.44 | 73.33 | 0.33 | 0.42 |
| Hex | 80 | 90 | 48 | B | 0 | 32 | 2C | 49 | 21 | 2A |
| Octal | 200 | 220 | 110 | 13 | 0 | 62 | 54 | 111 | 41 | 52 |
| Binary | 10000000 | 10010000 | 1001000 | 1011 | 0 | 110010 | 101100 | 1001001 | 100001 | 101010 |
Color Harmonies of #809048
Complementary color
Monochromatic Colors of #809048
Black with #809048
Text Example
Text Example
White with #809048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809048; }
p { color: rgb(128,144,72); }
H1.HeaderClassName
{
color: #809048;
}
.AnyTagClassName
{
color: #809048;
}
</style>
background-color css
<style>
a { background-color: #809048; }
a { background-color: rgb(128,144,72); }
div.DivClassName
{
background-color: #809048;
}
.BgClassName
{
background-color: #809048;
}
</style>
border-color css
<style>
span { border-color: #809048; }
span { border-color: rgb(128,144,72); }
td.TdClassName
{
border-color: #809048;
}
.TagClassName
{
border-color: #809048;
}
</style>