Shades of Wasabi #80833D
Tints of Wasabi #80833D
RGB
CMYK
RGB Variations
Color information
#80833D (or 0x80833D) is known color: Wasabi. HEX triplet: 80, 83 and 3D. RGB value is (128,131,61). Sum of RGB (Red+Green+Blue) = 128+131+61=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 131 - color contains mainly: green. Hex color #80833D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80833D is #7F7CC2. Grayscale: #7A7A7A. Windows color (decimal): -8355011 or 4031360. OLE color: 4031360.
HSL color Cylindrical-coordinate representation of color #80833D: hue angle of 62.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80833D is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 131 | 61 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.49 |
| HSL | 62.57º | 0.36% | 0.38% | - |
| HSV(B) | 62.57º | 0.53% | 0.51% | - |
| XYZ | 17.86 | 21.16 | 7.56 | - |
| YUV | 122.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 61 | 0.02 | 0 | 0.53 | 0.49 | 62.57 | 0.36 | 0.38 |
| Hex | 80 | 83 | 3D | 2 | 0 | 35 | 31 | 3F | 24 | 26 |
| Octal | 200 | 203 | 75 | 2 | 0 | 65 | 61 | 77 | 44 | 46 |
| Binary | 10000000 | 10000011 | 111101 | 10 | 0 | 110101 | 110001 | 111111 | 100100 | 100110 |
Color Harmonies of #80833D
Complementary color
Monochromatic Colors of #80833D
Black with #80833D
Text Example
Text Example
White with #80833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80833D; }
p { color: rgb(128,131,61); }
H1.HeaderClassName
{
color: #80833D;
}
.AnyTagClassName
{
color: #80833D;
}
</style>
background-color css
<style>
a { background-color: #80833D; }
a { background-color: rgb(128,131,61); }
div.DivClassName
{
background-color: #80833D;
}
.BgClassName
{
background-color: #80833D;
}
</style>
border-color css
<style>
span { border-color: #80833D; }
span { border-color: rgb(128,131,61); }
td.TdClassName
{
border-color: #80833D;
}
.TagClassName
{
border-color: #80833D;
}
</style>