Shades of Wasabi #80863B
Tints of Wasabi #80863B
RGB
CMYK
RGB Variations
Color information
#80863B (or 0x80863B) is known color: Wasabi. HEX triplet: 80, 86 and 3B. RGB value is (128,134,59). Sum of RGB (Red+Green+Blue) = 128+134+59=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #80863B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80863B is #7F79C4. Grayscale: #7B7B7B. Windows color (decimal): -8354245 or 3901056. OLE color: 3901056.
HSL color Cylindrical-coordinate representation of color #80863B: hue angle of 64.8º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80863B is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 134 | 59 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.47 |
| HSL | 64.8º | 0.39% | 0.38% | - |
| HSV(B) | 64.8º | 0.56% | 0.53% | - |
| XYZ | 18.22 | 21.96 | 7.42 | - |
| YUV | 123.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 59 | 0.04 | 0 | 0.56 | 0.47 | 64.8 | 0.39 | 0.38 |
| Hex | 80 | 86 | 3B | 4 | 0 | 38 | 2F | 41 | 27 | 26 |
| Octal | 200 | 206 | 73 | 4 | 0 | 70 | 57 | 101 | 47 | 46 |
| Binary | 10000000 | 10000110 | 111011 | 100 | 0 | 111000 | 101111 | 1000001 | 100111 | 100110 |
Color Harmonies of #80863B
Complementary color
Monochromatic Colors of #80863B
Black with #80863B
Text Example
Text Example
White with #80863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80863B; }
p { color: rgb(128,134,59); }
H1.HeaderClassName
{
color: #80863B;
}
.AnyTagClassName
{
color: #80863B;
}
</style>
background-color css
<style>
a { background-color: #80863B; }
a { background-color: rgb(128,134,59); }
div.DivClassName
{
background-color: #80863B;
}
.BgClassName
{
background-color: #80863B;
}
</style>
border-color css
<style>
span { border-color: #80863B; }
span { border-color: rgb(128,134,59); }
td.TdClassName
{
border-color: #80863B;
}
.TagClassName
{
border-color: #80863B;
}
</style>