Shades of Wasabi #808547
Tints of Wasabi #808547
RGB
CMYK
RGB Variations
Color information
#808547 (or 0x808547) is known color: Wasabi. HEX triplet: 80, 85 and 47. RGB value is (128,133,71). Sum of RGB (Red+Green+Blue) = 128+133+71=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #808547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808547 is #7F7AB8. Grayscale: #7C7C7C. Windows color (decimal): -8354489 or 4687232. OLE color: 4687232.
HSL color Cylindrical-coordinate representation of color #808547: hue angle of 64.84º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #808547 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 71 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.48 |
| HSL | 64.84º | 0.3% | 0.4% | - |
| HSV(B) | 64.84º | 0.47% | 0.52% | - |
| XYZ | 18.43 | 21.82 | 9.2 | - |
| YUV | 124.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 71 | 0.04 | 0 | 0.47 | 0.48 | 64.84 | 0.3 | 0.4 |
| Hex | 80 | 85 | 47 | 4 | 0 | 2F | 30 | 41 | 1E | 28 |
| Octal | 200 | 205 | 107 | 4 | 0 | 57 | 60 | 101 | 36 | 50 |
| Binary | 10000000 | 10000101 | 1000111 | 100 | 0 | 101111 | 110000 | 1000001 | 11110 | 101000 |
Color Harmonies of #808547
Complementary color
Monochromatic Colors of #808547
Black with #808547
Text Example
Text Example
White with #808547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808547; }
p { color: rgb(128,133,71); }
H1.HeaderClassName
{
color: #808547;
}
.AnyTagClassName
{
color: #808547;
}
</style>
background-color css
<style>
a { background-color: #808547; }
a { background-color: rgb(128,133,71); }
div.DivClassName
{
background-color: #808547;
}
.BgClassName
{
background-color: #808547;
}
</style>
border-color css
<style>
span { border-color: #808547; }
span { border-color: rgb(128,133,71); }
td.TdClassName
{
border-color: #808547;
}
.TagClassName
{
border-color: #808547;
}
</style>