Shades of Wasabi #81833D
Tints of Wasabi #81833D
RGB
CMYK
RGB Variations
Color information
#81833D (or 0x81833D) is known color: Wasabi. HEX triplet: 81, 83 and 3D. RGB value is (129,131,61). Sum of RGB (Red+Green+Blue) = 129+131+61=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 131 - color contains mainly: green. Hex color #81833D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81833D is #7E7CC2. Grayscale: #7A7A7A. Windows color (decimal): -8289475 or 4031361. OLE color: 4031361.
HSL color Cylindrical-coordinate representation of color #81833D: hue angle of 61.71º 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 #81833D is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 131 | 61 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.49 |
| HSL | 61.71º | 0.36% | 0.38% | - |
| HSV(B) | 61.71º | 0.53% | 0.51% | - |
| XYZ | 18.01 | 21.24 | 7.56 | - |
| YUV | 122.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 131 | 61 | 0.02 | 0 | 0.53 | 0.49 | 61.71 | 0.36 | 0.38 |
| Hex | 81 | 83 | 3D | 2 | 0 | 35 | 31 | 3E | 24 | 26 |
| Octal | 201 | 203 | 75 | 2 | 0 | 65 | 61 | 76 | 44 | 46 |
| Binary | 10000001 | 10000011 | 111101 | 10 | 0 | 110101 | 110001 | 111110 | 100100 | 100110 |
Color Harmonies of #81833D
Complementary color
Monochromatic Colors of #81833D
Black with #81833D
Text Example
Text Example
White with #81833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81833D; }
p { color: rgb(129,131,61); }
H1.HeaderClassName
{
color: #81833D;
}
.AnyTagClassName
{
color: #81833D;
}
</style>
background-color css
<style>
a { background-color: #81833D; }
a { background-color: rgb(129,131,61); }
div.DivClassName
{
background-color: #81833D;
}
.BgClassName
{
background-color: #81833D;
}
</style>
border-color css
<style>
span { border-color: #81833D; }
span { border-color: rgb(129,131,61); }
td.TdClassName
{
border-color: #81833D;
}
.TagClassName
{
border-color: #81833D;
}
</style>