Shades of Wasabi #838645
Tints of Wasabi #838645
RGB
CMYK
RGB Variations
Color information
#838645 (or 0x838645) is known color: Wasabi. HEX triplet: 83, 86 and 45. RGB value is (131,134,69). Sum of RGB (Red+Green+Blue) = 131+134+69=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #838645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838645 is #7C79BA. Grayscale: #7D7D7D. Windows color (decimal): -8157627 or 4556419. OLE color: 4556419.
HSL color Cylindrical-coordinate representation of color #838645: hue angle of 62.77º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #838645 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 134 | 69 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.47 |
| HSL | 62.77º | 0.32% | 0.4% | - |
| HSV(B) | 62.77º | 0.49% | 0.53% | - |
| XYZ | 18.96 | 22.31 | 8.94 | - |
| YUV | 125.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 134 | 69 | 0.02 | 0 | 0.49 | 0.47 | 62.77 | 0.32 | 0.4 |
| Hex | 83 | 86 | 45 | 2 | 0 | 31 | 2F | 3F | 20 | 28 |
| Octal | 203 | 206 | 105 | 2 | 0 | 61 | 57 | 77 | 40 | 50 |
| Binary | 10000011 | 10000110 | 1000101 | 10 | 0 | 110001 | 101111 | 111111 | 100000 | 101000 |
Color Harmonies of #838645
Complementary color
Monochromatic Colors of #838645
Black with #838645
Text Example
Text Example
White with #838645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838645; }
p { color: rgb(131,134,69); }
H1.HeaderClassName
{
color: #838645;
}
.AnyTagClassName
{
color: #838645;
}
</style>
background-color css
<style>
a { background-color: #838645; }
a { background-color: rgb(131,134,69); }
div.DivClassName
{
background-color: #838645;
}
.BgClassName
{
background-color: #838645;
}
</style>
border-color css
<style>
span { border-color: #838645; }
span { border-color: rgb(131,134,69); }
td.TdClassName
{
border-color: #838645;
}
.TagClassName
{
border-color: #838645;
}
</style>