Shades of Wasabi #73863E
Tints of Wasabi #73863E
RGB
CMYK
RGB Variations
Color information
#73863E (or 0x73863E) is known color: Wasabi. HEX triplet: 73, 86 and 3E. RGB value is (115,134,62). Sum of RGB (Red+Green+Blue) = 115+134+62=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #73863E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73863E is #8C79C1. Grayscale: #787878. Windows color (decimal): -9206210 or 4097651. OLE color: 4097651.
HSL color Cylindrical-coordinate representation of color #73863E: hue angle of 75.83º 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 #73863E is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 134 | 62 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.47 |
| HSL | 75.83º | 0.37% | 0.38% | - |
| HSV(B) | 75.83º | 0.54% | 0.53% | - |
| XYZ | 16.46 | 21.04 | 7.75 | - |
| YUV | 120.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 134 | 62 | 0.14 | 0 | 0.54 | 0.47 | 75.83 | 0.37 | 0.38 |
| Hex | 73 | 86 | 3E | E | 0 | 36 | 2F | 4C | 25 | 26 |
| Octal | 163 | 206 | 76 | 16 | 0 | 66 | 57 | 114 | 45 | 46 |
| Binary | 1110011 | 10000110 | 111110 | 1110 | 0 | 110110 | 101111 | 1001100 | 100101 | 100110 |
Color Harmonies of #73863E
Complementary color
Monochromatic Colors of #73863E
Black with #73863E
Text Example
Text Example
White with #73863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73863E; }
p { color: rgb(115,134,62); }
H1.HeaderClassName
{
color: #73863E;
}
.AnyTagClassName
{
color: #73863E;
}
</style>
background-color css
<style>
a { background-color: #73863E; }
a { background-color: rgb(115,134,62); }
div.DivClassName
{
background-color: #73863E;
}
.BgClassName
{
background-color: #73863E;
}
</style>
border-color css
<style>
span { border-color: #73863E; }
span { border-color: rgb(115,134,62); }
td.TdClassName
{
border-color: #73863E;
}
.TagClassName
{
border-color: #73863E;
}
</style>