Shades of Wasabi #838635
Tints of Wasabi #838635
RGB
CMYK
RGB Variations
Color information
#838635 (or 0x838635) is known color: Wasabi. HEX triplet: 83, 86 and 35. RGB value is (131,134,53). Sum of RGB (Red+Green+Blue) = 131+134+53=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #838635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838635 is #7C79CA. Grayscale: #7C7C7C. Windows color (decimal): -8157643 or 3507843. OLE color: 3507843.
HSL color Cylindrical-coordinate representation of color #838635: hue angle of 62.22º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #838635 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 134 | 53 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.47 |
| HSL | 62.22º | 0.43% | 0.37% | - |
| HSV(B) | 62.22º | 0.6% | 0.53% | - |
| XYZ | 18.53 | 22.13 | 6.66 | - |
| YUV | 123.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 134 | 53 | 0.02 | 0 | 0.60 | 0.47 | 62.22 | 0.43 | 0.37 |
| Hex | 83 | 86 | 35 | 2 | 0 | 3C | 2F | 3E | 2B | 25 |
| Octal | 203 | 206 | 65 | 2 | 0 | 74 | 57 | 76 | 53 | 45 |
| Binary | 10000011 | 10000110 | 110101 | 10 | 0 | 111100 | 101111 | 111110 | 101011 | 100101 |
Color Harmonies of #838635
Complementary color
Monochromatic Colors of #838635
Black with #838635
Text Example
Text Example
White with #838635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838635; }
p { color: rgb(131,134,53); }
H1.HeaderClassName
{
color: #838635;
}
.AnyTagClassName
{
color: #838635;
}
</style>
background-color css
<style>
a { background-color: #838635; }
a { background-color: rgb(131,134,53); }
div.DivClassName
{
background-color: #838635;
}
.BgClassName
{
background-color: #838635;
}
</style>
border-color css
<style>
span { border-color: #838635; }
span { border-color: rgb(131,134,53); }
td.TdClassName
{
border-color: #838635;
}
.TagClassName
{
border-color: #838635;
}
</style>