Shades of Wasabi #81823F
Tints of Wasabi #81823F
RGB
CMYK
RGB Variations
Color information
#81823F (or 0x81823F) is known color: Wasabi. HEX triplet: 81, 82 and 3F. RGB value is (129,130,63). Sum of RGB (Red+Green+Blue) = 129+130+63=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #81823F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81823F is #7E7DC0. Grayscale: #7A7A7A. Windows color (decimal): -8289729 or 4162177. OLE color: 4162177.
HSL color Cylindrical-coordinate representation of color #81823F: hue angle of 60.9º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #81823F is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 130 | 63 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.49 |
| HSL | 60.9º | 0.35% | 0.38% | - |
| HSV(B) | 60.9º | 0.52% | 0.51% | - |
| XYZ | 17.93 | 20.99 | 7.81 | - |
| YUV | 122.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 63 | 0.01 | 0 | 0.52 | 0.49 | 60.9 | 0.35 | 0.38 |
| Hex | 81 | 82 | 3F | 1 | 0 | 34 | 31 | 3D | 23 | 26 |
| Octal | 201 | 202 | 77 | 1 | 0 | 64 | 61 | 75 | 43 | 46 |
| Binary | 10000001 | 10000010 | 111111 | 1 | 0 | 110100 | 110001 | 111101 | 100011 | 100110 |
Color Harmonies of #81823F
Complementary color
Monochromatic Colors of #81823F
Black with #81823F
Text Example
Text Example
White with #81823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81823F; }
p { color: rgb(129,130,63); }
H1.HeaderClassName
{
color: #81823F;
}
.AnyTagClassName
{
color: #81823F;
}
</style>
background-color css
<style>
a { background-color: #81823F; }
a { background-color: rgb(129,130,63); }
div.DivClassName
{
background-color: #81823F;
}
.BgClassName
{
background-color: #81823F;
}
</style>
border-color css
<style>
span { border-color: #81823F; }
span { border-color: rgb(129,130,63); }
td.TdClassName
{
border-color: #81823F;
}
.TagClassName
{
border-color: #81823F;
}
</style>