Shades of Wasabi #838C41
Tints of Wasabi #838C41
RGB
CMYK
RGB Variations
Color information
#838C41 (or 0x838C41) is known color: Wasabi. HEX triplet: 83, 8C and 41. RGB value is (131,140,65). Sum of RGB (Red+Green+Blue) = 131+140+65=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 140 - color contains mainly: green. Hex color #838C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838C41 is #7C73BE. Grayscale: #818181. Windows color (decimal): -8156095 or 4295811. OLE color: 4295811.
HSL color Cylindrical-coordinate representation of color #838C41: hue angle of 67.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #838C41 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 140 | 65 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.45 |
| HSL | 67.2º | 0.37% | 0.4% | - |
| HSV(B) | 67.2º | 0.54% | 0.55% | - |
| XYZ | 19.69 | 23.96 | 8.59 | - |
| YUV | 128.76 | 92.02 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 65 | 0.06 | 0 | 0.54 | 0.45 | 67.2 | 0.37 | 0.4 |
| Hex | 83 | 8C | 41 | 6 | 0 | 36 | 2D | 43 | 25 | 28 |
| Octal | 203 | 214 | 101 | 6 | 0 | 66 | 55 | 103 | 45 | 50 |
| Binary | 10000011 | 10001100 | 1000001 | 110 | 0 | 110110 | 101101 | 1000011 | 100101 | 101000 |
Color Harmonies of #838C41
Complementary color
Monochromatic Colors of #838C41
Black with #838C41
Text Example
Text Example
White with #838C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838C41; }
p { color: rgb(131,140,65); }
H1.HeaderClassName
{
color: #838C41;
}
.AnyTagClassName
{
color: #838C41;
}
</style>
background-color css
<style>
a { background-color: #838C41; }
a { background-color: rgb(131,140,65); }
div.DivClassName
{
background-color: #838C41;
}
.BgClassName
{
background-color: #838C41;
}
</style>
border-color css
<style>
span { border-color: #838C41; }
span { border-color: rgb(131,140,65); }
td.TdClassName
{
border-color: #838C41;
}
.TagClassName
{
border-color: #838C41;
}
</style>