Shades of Wasabi #73853F
Tints of Wasabi #73853F
RGB
CMYK
RGB Variations
Color information
#73853F (or 0x73853F) is known color: Wasabi. HEX triplet: 73, 85 and 3F. RGB value is (115,133,63). Sum of RGB (Red+Green+Blue) = 115+133+63=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #73853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73853F is #8C7AC0. Grayscale: #777777. Windows color (decimal): -9206465 or 4162931. OLE color: 4162931.
HSL color Cylindrical-coordinate representation of color #73853F: hue angle of 75.43º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73853F is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 133 | 63 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.48 |
| HSL | 75.43º | 0.36% | 0.38% | - |
| HSV(B) | 75.43º | 0.53% | 0.52% | - |
| XYZ | 16.35 | 20.78 | 7.85 | - |
| YUV | 119.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 133 | 63 | 0.14 | 0 | 0.53 | 0.48 | 75.43 | 0.36 | 0.38 |
| Hex | 73 | 85 | 3F | E | 0 | 35 | 30 | 4B | 24 | 26 |
| Octal | 163 | 205 | 77 | 16 | 0 | 65 | 60 | 113 | 44 | 46 |
| Binary | 1110011 | 10000101 | 111111 | 1110 | 0 | 110101 | 110000 | 1001011 | 100100 | 100110 |
Color Harmonies of #73853F
Complementary color
Monochromatic Colors of #73853F
Black with #73853F
Text Example
Text Example
White with #73853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73853F; }
p { color: rgb(115,133,63); }
H1.HeaderClassName
{
color: #73853F;
}
.AnyTagClassName
{
color: #73853F;
}
</style>
background-color css
<style>
a { background-color: #73853F; }
a { background-color: rgb(115,133,63); }
div.DivClassName
{
background-color: #73853F;
}
.BgClassName
{
background-color: #73853F;
}
</style>
border-color css
<style>
span { border-color: #73853F; }
span { border-color: rgb(115,133,63); }
td.TdClassName
{
border-color: #73853F;
}
.TagClassName
{
border-color: #73853F;
}
</style>