Shades of Wasabi #838648
Tints of Wasabi #838648
RGB
CMYK
RGB Variations
Color information
#838648 (or 0x838648) is known color: Wasabi. HEX triplet: 83, 86 and 48. RGB value is (131,134,72). Sum of RGB (Red+Green+Blue) = 131+134+72=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #838648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838648 is #7C79B7. Grayscale: #7E7E7E. Windows color (decimal): -8157624 or 4753027. OLE color: 4753027.
HSL color Cylindrical-coordinate representation of color #838648: hue angle of 62.9º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #838648 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 134 | 72 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.47 |
| HSL | 62.9º | 0.3% | 0.4% | - |
| HSV(B) | 62.9º | 0.46% | 0.53% | - |
| XYZ | 19.05 | 22.34 | 9.44 | - |
| YUV | 126.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 134 | 72 | 0.02 | 0 | 0.46 | 0.47 | 62.9 | 0.3 | 0.4 |
| Hex | 83 | 86 | 48 | 2 | 0 | 2E | 2F | 3F | 1E | 28 |
| Octal | 203 | 206 | 110 | 2 | 0 | 56 | 57 | 77 | 36 | 50 |
| Binary | 10000011 | 10000110 | 1001000 | 10 | 0 | 101110 | 101111 | 111111 | 11110 | 101000 |
Color Harmonies of #838648
Complementary color
Monochromatic Colors of #838648
Black with #838648
Text Example
Text Example
White with #838648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838648; }
p { color: rgb(131,134,72); }
H1.HeaderClassName
{
color: #838648;
}
.AnyTagClassName
{
color: #838648;
}
</style>
background-color css
<style>
a { background-color: #838648; }
a { background-color: rgb(131,134,72); }
div.DivClassName
{
background-color: #838648;
}
.BgClassName
{
background-color: #838648;
}
</style>
border-color css
<style>
span { border-color: #838648; }
span { border-color: rgb(131,134,72); }
td.TdClassName
{
border-color: #838648;
}
.TagClassName
{
border-color: #838648;
}
</style>