Shades of Wasabi #838733
Tints of Wasabi #838733
RGB
CMYK
RGB Variations
Color information
#838733 (or 0x838733) is known color: Wasabi. HEX triplet: 83, 87 and 33. RGB value is (131,135,51). Sum of RGB (Red+Green+Blue) = 131+135+51=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #838733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838733 is #7C78CC. Grayscale: #7C7C7C. Windows color (decimal): -8157389 or 3377027. OLE color: 3377027.
HSL color Cylindrical-coordinate representation of color #838733: hue angle of 62.86º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #838733 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 135 | 51 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.47 |
| HSL | 62.86º | 0.45% | 0.36% | - |
| HSV(B) | 62.86º | 0.62% | 0.53% | - |
| XYZ | 18.62 | 22.39 | 6.47 | - |
| YUV | 124.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 135 | 51 | 0.03 | 0 | 0.62 | 0.47 | 62.86 | 0.45 | 0.36 |
| Hex | 83 | 87 | 33 | 3 | 0 | 3E | 2F | 3F | 2D | 24 |
| Octal | 203 | 207 | 63 | 3 | 0 | 76 | 57 | 77 | 55 | 44 |
| Binary | 10000011 | 10000111 | 110011 | 11 | 0 | 111110 | 101111 | 111111 | 101101 | 100100 |
Color Harmonies of #838733
Complementary color
Monochromatic Colors of #838733
Black with #838733
Text Example
Text Example
White with #838733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838733; }
p { color: rgb(131,135,51); }
H1.HeaderClassName
{
color: #838733;
}
.AnyTagClassName
{
color: #838733;
}
</style>
background-color css
<style>
a { background-color: #838733; }
a { background-color: rgb(131,135,51); }
div.DivClassName
{
background-color: #838733;
}
.BgClassName
{
background-color: #838733;
}
</style>
border-color css
<style>
span { border-color: #838733; }
span { border-color: rgb(131,135,51); }
td.TdClassName
{
border-color: #838733;
}
.TagClassName
{
border-color: #838733;
}
</style>