Shades of Wasabi #808541
Tints of Wasabi #808541
RGB
CMYK
RGB Variations
Color information
#808541 (or 0x808541) is known color: Wasabi. HEX triplet: 80, 85 and 41. RGB value is (128,133,65). Sum of RGB (Red+Green+Blue) = 128+133+65=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #808541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808541 is #7F7ABE. Grayscale: #7C7C7C. Windows color (decimal): -8354495 or 4294016. OLE color: 4294016.
HSL color Cylindrical-coordinate representation of color #808541: hue angle of 64.41º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #808541 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 65 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.48 |
| HSL | 64.41º | 0.34% | 0.39% | - |
| HSV(B) | 64.41º | 0.51% | 0.52% | - |
| XYZ | 18.24 | 21.75 | 8.24 | - |
| YUV | 123.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 65 | 0.04 | 0 | 0.51 | 0.48 | 64.41 | 0.34 | 0.39 |
| Hex | 80 | 85 | 41 | 4 | 0 | 33 | 30 | 40 | 22 | 27 |
| Octal | 200 | 205 | 101 | 4 | 0 | 63 | 60 | 100 | 42 | 47 |
| Binary | 10000000 | 10000101 | 1000001 | 100 | 0 | 110011 | 110000 | 1000000 | 100010 | 100111 |
Color Harmonies of #808541
Complementary color
Monochromatic Colors of #808541
Black with #808541
Text Example
Text Example
White with #808541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808541; }
p { color: rgb(128,133,65); }
H1.HeaderClassName
{
color: #808541;
}
.AnyTagClassName
{
color: #808541;
}
</style>
background-color css
<style>
a { background-color: #808541; }
a { background-color: rgb(128,133,65); }
div.DivClassName
{
background-color: #808541;
}
.BgClassName
{
background-color: #808541;
}
</style>
border-color css
<style>
span { border-color: #808541; }
span { border-color: rgb(128,133,65); }
td.TdClassName
{
border-color: #808541;
}
.TagClassName
{
border-color: #808541;
}
</style>