Shades of Wasabi #838840
Tints of Wasabi #838840
RGB
CMYK
RGB Variations
Color information
#838840 (or 0x838840) is known color: Wasabi. HEX triplet: 83, 88 and 40. RGB value is (131,136,64). Sum of RGB (Red+Green+Blue) = 131+136+64=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 136 - color contains mainly: green. Hex color #838840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838840 is #7C77BF. Grayscale: #7E7E7E. Windows color (decimal): -8157120 or 4229251. OLE color: 4229251.
HSL color Cylindrical-coordinate representation of color #838840: hue angle of 64.17º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #838840 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 136 | 64 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.47 |
| HSL | 64.17º | 0.36% | 0.39% | - |
| HSV(B) | 64.17º | 0.53% | 0.53% | - |
| XYZ | 19.09 | 22.8 | 8.25 | - |
| YUV | 126.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 64 | 0.04 | 0 | 0.53 | 0.47 | 64.17 | 0.36 | 0.39 |
| Hex | 83 | 88 | 40 | 4 | 0 | 35 | 2F | 40 | 24 | 27 |
| Octal | 203 | 210 | 100 | 4 | 0 | 65 | 57 | 100 | 44 | 47 |
| Binary | 10000011 | 10001000 | 1000000 | 100 | 0 | 110101 | 101111 | 1000000 | 100100 | 100111 |
Color Harmonies of #838840
Complementary color
Monochromatic Colors of #838840
Black with #838840
Text Example
Text Example
White with #838840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838840; }
p { color: rgb(131,136,64); }
H1.HeaderClassName
{
color: #838840;
}
.AnyTagClassName
{
color: #838840;
}
</style>
background-color css
<style>
a { background-color: #838840; }
a { background-color: rgb(131,136,64); }
div.DivClassName
{
background-color: #838840;
}
.BgClassName
{
background-color: #838840;
}
</style>
border-color css
<style>
span { border-color: #838840; }
span { border-color: rgb(131,136,64); }
td.TdClassName
{
border-color: #838840;
}
.TagClassName
{
border-color: #838840;
}
</style>