Shades of Wasabi #80863D
Tints of Wasabi #80863D
RGB
CMYK
RGB Variations
Color information
#80863D (or 0x80863D) is known color: Wasabi. HEX triplet: 80, 86 and 3D. RGB value is (128,134,61). Sum of RGB (Red+Green+Blue) = 128+134+61=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #80863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80863D is #7F79C2. Grayscale: #7C7C7C. Windows color (decimal): -8354243 or 4032128. OLE color: 4032128.
HSL color Cylindrical-coordinate representation of color #80863D: hue angle of 64.93º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80863D is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 134 | 61 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.47 |
| HSL | 64.93º | 0.37% | 0.38% | - |
| HSV(B) | 64.93º | 0.54% | 0.53% | - |
| XYZ | 18.27 | 21.98 | 7.69 | - |
| YUV | 123.88 | 92.51 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 61 | 0.04 | 0 | 0.54 | 0.47 | 64.93 | 0.37 | 0.38 |
| Hex | 80 | 86 | 3D | 4 | 0 | 36 | 2F | 41 | 25 | 26 |
| Octal | 200 | 206 | 75 | 4 | 0 | 66 | 57 | 101 | 45 | 46 |
| Binary | 10000000 | 10000110 | 111101 | 100 | 0 | 110110 | 101111 | 1000001 | 100101 | 100110 |
Color Harmonies of #80863D
Complementary color
Monochromatic Colors of #80863D
Black with #80863D
Text Example
Text Example
White with #80863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80863D; }
p { color: rgb(128,134,61); }
H1.HeaderClassName
{
color: #80863D;
}
.AnyTagClassName
{
color: #80863D;
}
</style>
background-color css
<style>
a { background-color: #80863D; }
a { background-color: rgb(128,134,61); }
div.DivClassName
{
background-color: #80863D;
}
.BgClassName
{
background-color: #80863D;
}
</style>
border-color css
<style>
span { border-color: #80863D; }
span { border-color: rgb(128,134,61); }
td.TdClassName
{
border-color: #80863D;
}
.TagClassName
{
border-color: #80863D;
}
</style>