Shades of Wasabi #809534
Tints of Wasabi #809534
RGB
CMYK
RGB Variations
Color information
#809534 (or 0x809534) is known color: Wasabi. HEX triplet: 80, 95 and 34. RGB value is (128,149,52). Sum of RGB (Red+Green+Blue) = 128+149+52=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #809534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809534 is #7F6ACB. Grayscale: #848484. Windows color (decimal): -8350412 or 3446144. OLE color: 3446144.
HSL color Cylindrical-coordinate representation of color #809534: hue angle of 72.99º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #809534 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 149 | 52 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.42 |
| HSL | 72.99º | 0.48% | 0.39% | - |
| HSV(B) | 72.99º | 0.65% | 0.58% | - |
| XYZ | 20.27 | 26.33 | 7.26 | - |
| YUV | 131.66 | 83.04 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 52 | 0.14 | 0 | 0.65 | 0.42 | 72.99 | 0.48 | 0.39 |
| Hex | 80 | 95 | 34 | E | 0 | 41 | 2A | 49 | 30 | 27 |
| Octal | 200 | 225 | 64 | 16 | 0 | 101 | 52 | 111 | 60 | 47 |
| Binary | 10000000 | 10010101 | 110100 | 1110 | 0 | 1000001 | 101010 | 1001001 | 110000 | 100111 |
Color Harmonies of #809534
Complementary color
Monochromatic Colors of #809534
Black with #809534
Text Example
Text Example
White with #809534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809534; }
p { color: rgb(128,149,52); }
H1.HeaderClassName
{
color: #809534;
}
.AnyTagClassName
{
color: #809534;
}
</style>
background-color css
<style>
a { background-color: #809534; }
a { background-color: rgb(128,149,52); }
div.DivClassName
{
background-color: #809534;
}
.BgClassName
{
background-color: #809534;
}
</style>
border-color css
<style>
span { border-color: #809534; }
span { border-color: rgb(128,149,52); }
td.TdClassName
{
border-color: #809534;
}
.TagClassName
{
border-color: #809534;
}
</style>