Shades of Wasabi #838745
Tints of Wasabi #838745
RGB
CMYK
RGB Variations
Color information
#838745 (or 0x838745) is known color: Wasabi. HEX triplet: 83, 87 and 45. RGB value is (131,135,69). Sum of RGB (Red+Green+Blue) = 131+135+69=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #838745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838745 is #7C78BA. Grayscale: #7E7E7E. Windows color (decimal): -8157371 or 4556675. OLE color: 4556675.
HSL color Cylindrical-coordinate representation of color #838745: hue angle of 63.64º 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 #838745 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 135 | 69 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.47 |
| HSL | 63.64º | 0.32% | 0.4% | - |
| HSV(B) | 63.64º | 0.49% | 0.53% | - |
| XYZ | 19.1 | 22.58 | 8.98 | - |
| YUV | 126.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 135 | 69 | 0.03 | 0 | 0.49 | 0.47 | 63.64 | 0.32 | 0.4 |
| Hex | 83 | 87 | 45 | 3 | 0 | 31 | 2F | 40 | 20 | 28 |
| Octal | 203 | 207 | 105 | 3 | 0 | 61 | 57 | 100 | 40 | 50 |
| Binary | 10000011 | 10000111 | 1000101 | 11 | 0 | 110001 | 101111 | 1000000 | 100000 | 101000 |
Color Harmonies of #838745
Complementary color
Monochromatic Colors of #838745
Black with #838745
Text Example
Text Example
White with #838745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838745; }
p { color: rgb(131,135,69); }
H1.HeaderClassName
{
color: #838745;
}
.AnyTagClassName
{
color: #838745;
}
</style>
background-color css
<style>
a { background-color: #838745; }
a { background-color: rgb(131,135,69); }
div.DivClassName
{
background-color: #838745;
}
.BgClassName
{
background-color: #838745;
}
</style>
border-color css
<style>
span { border-color: #838745; }
span { border-color: rgb(131,135,69); }
td.TdClassName
{
border-color: #838745;
}
.TagClassName
{
border-color: #838745;
}
</style>