Shades of Wasabi #73843C
Tints of Wasabi #73843C
RGB
CMYK
RGB Variations
Color information
#73843C (or 0x73843C) is known color: Wasabi. HEX triplet: 73, 84 and 3C. RGB value is (115,132,60). Sum of RGB (Red+Green+Blue) = 115+132+60=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 132 - color contains mainly: green. Hex color #73843C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73843C is #8C7BC3. Grayscale: #767676. Windows color (decimal): -9206724 or 3966067. OLE color: 3966067.
HSL color Cylindrical-coordinate representation of color #73843C: hue angle of 74.17º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73843C is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 132 | 60 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.48 |
| HSL | 74.17º | 0.38% | 0.38% | - |
| HSV(B) | 74.17º | 0.55% | 0.52% | - |
| XYZ | 16.14 | 20.47 | 7.38 | - |
| YUV | 118.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 60 | 0.13 | 0 | 0.55 | 0.48 | 74.17 | 0.38 | 0.38 |
| Hex | 73 | 84 | 3C | D | 0 | 37 | 30 | 4A | 26 | 26 |
| Octal | 163 | 204 | 74 | 15 | 0 | 67 | 60 | 112 | 46 | 46 |
| Binary | 1110011 | 10000100 | 111100 | 1101 | 0 | 110111 | 110000 | 1001010 | 100110 | 100110 |
Color Harmonies of #73843C
Complementary color
Monochromatic Colors of #73843C
Black with #73843C
Text Example
Text Example
White with #73843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73843C; }
p { color: rgb(115,132,60); }
H1.HeaderClassName
{
color: #73843C;
}
.AnyTagClassName
{
color: #73843C;
}
</style>
background-color css
<style>
a { background-color: #73843C; }
a { background-color: rgb(115,132,60); }
div.DivClassName
{
background-color: #73843C;
}
.BgClassName
{
background-color: #73843C;
}
</style>
border-color css
<style>
span { border-color: #73843C; }
span { border-color: rgb(115,132,60); }
td.TdClassName
{
border-color: #73843C;
}
.TagClassName
{
border-color: #73843C;
}
</style>