Shades of Wasabi #71853F
Tints of Wasabi #71853F
RGB
CMYK
RGB Variations
Color information
#71853F (or 0x71853F) is known color: Wasabi. HEX triplet: 71, 85 and 3F. RGB value is (113,133,63). Sum of RGB (Red+Green+Blue) = 113+133+63=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #71853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71853F is #8E7AC0. Grayscale: #777777. Windows color (decimal): -9337537 or 4162929. OLE color: 4162929.
HSL color Cylindrical-coordinate representation of color #71853F: hue angle of 77.14º 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 #71853F is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 133 | 63 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.48 |
| HSL | 77.14º | 0.36% | 0.38% | - |
| HSV(B) | 77.14º | 0.53% | 0.52% | - |
| XYZ | 16.09 | 20.64 | 7.84 | - |
| YUV | 119.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 133 | 63 | 0.15 | 0 | 0.53 | 0.48 | 77.14 | 0.36 | 0.38 |
| Hex | 71 | 85 | 3F | F | 0 | 35 | 30 | 4D | 24 | 26 |
| Octal | 161 | 205 | 77 | 17 | 0 | 65 | 60 | 115 | 44 | 46 |
| Binary | 1110001 | 10000101 | 111111 | 1111 | 0 | 110101 | 110000 | 1001101 | 100100 | 100110 |
Color Harmonies of #71853F
Complementary color
Monochromatic Colors of #71853F
Black with #71853F
Text Example
Text Example
White with #71853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71853F; }
p { color: rgb(113,133,63); }
H1.HeaderClassName
{
color: #71853F;
}
.AnyTagClassName
{
color: #71853F;
}
</style>
background-color css
<style>
a { background-color: #71853F; }
a { background-color: rgb(113,133,63); }
div.DivClassName
{
background-color: #71853F;
}
.BgClassName
{
background-color: #71853F;
}
</style>
border-color css
<style>
span { border-color: #71853F; }
span { border-color: rgb(113,133,63); }
td.TdClassName
{
border-color: #71853F;
}
.TagClassName
{
border-color: #71853F;
}
</style>