Shades of Wasabi #73863A
Tints of Wasabi #73863A
RGB
CMYK
RGB Variations
Color information
#73863A (or 0x73863A) is known color: Wasabi. HEX triplet: 73, 86 and 3A. RGB value is (115,134,58). Sum of RGB (Red+Green+Blue) = 115+134+58=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #73863A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73863A is #8C79C5. Grayscale: #777777. Windows color (decimal): -9206214 or 3835507. OLE color: 3835507.
HSL color Cylindrical-coordinate representation of color #73863A: hue angle of 75º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73863A is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 134 | 58 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.47 |
| HSL | 75º | 0.4% | 0.38% | - |
| HSV(B) | 75º | 0.57% | 0.53% | - |
| XYZ | 16.36 | 21 | 7.19 | - |
| YUV | 119.66 | 93.21 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 134 | 58 | 0.14 | 0 | 0.57 | 0.47 | 75 | 0.4 | 0.38 |
| Hex | 73 | 86 | 3A | E | 0 | 39 | 2F | 4B | 28 | 26 |
| Octal | 163 | 206 | 72 | 16 | 0 | 71 | 57 | 113 | 50 | 46 |
| Binary | 1110011 | 10000110 | 111010 | 1110 | 0 | 111001 | 101111 | 1001011 | 101000 | 100110 |
Color Harmonies of #73863A
Complementary color
Monochromatic Colors of #73863A
Black with #73863A
Text Example
Text Example
White with #73863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73863A; }
p { color: rgb(115,134,58); }
H1.HeaderClassName
{
color: #73863A;
}
.AnyTagClassName
{
color: #73863A;
}
</style>
background-color css
<style>
a { background-color: #73863A; }
a { background-color: rgb(115,134,58); }
div.DivClassName
{
background-color: #73863A;
}
.BgClassName
{
background-color: #73863A;
}
</style>
border-color css
<style>
span { border-color: #73863A; }
span { border-color: rgb(115,134,58); }
td.TdClassName
{
border-color: #73863A;
}
.TagClassName
{
border-color: #73863A;
}
</style>