Shades of Wasabi #81823E
Tints of Wasabi #81823E
RGB
CMYK
RGB Variations
Color information
#81823E (or 0x81823E) is known color: Wasabi. HEX triplet: 81, 82 and 3E. RGB value is (129,130,62). Sum of RGB (Red+Green+Blue) = 129+130+62=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #81823E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81823E is #7E7DC1. Grayscale: #7A7A7A. Windows color (decimal): -8289730 or 4096641. OLE color: 4096641.
HSL color Cylindrical-coordinate representation of color #81823E: hue angle of 60.88º 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 #81823E is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 130 | 62 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.49 |
| HSL | 60.88º | 0.35% | 0.38% | - |
| HSV(B) | 60.88º | 0.52% | 0.51% | - |
| XYZ | 17.91 | 20.98 | 7.66 | - |
| YUV | 121.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 62 | 0.01 | 0 | 0.52 | 0.49 | 60.88 | 0.35 | 0.38 |
| Hex | 81 | 82 | 3E | 1 | 0 | 34 | 31 | 3D | 23 | 26 |
| Octal | 201 | 202 | 76 | 1 | 0 | 64 | 61 | 75 | 43 | 46 |
| Binary | 10000001 | 10000010 | 111110 | 1 | 0 | 110100 | 110001 | 111101 | 100011 | 100110 |
Color Harmonies of #81823E
Complementary color
Monochromatic Colors of #81823E
Black with #81823E
Text Example
Text Example
White with #81823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81823E; }
p { color: rgb(129,130,62); }
H1.HeaderClassName
{
color: #81823E;
}
.AnyTagClassName
{
color: #81823E;
}
</style>
background-color css
<style>
a { background-color: #81823E; }
a { background-color: rgb(129,130,62); }
div.DivClassName
{
background-color: #81823E;
}
.BgClassName
{
background-color: #81823E;
}
</style>
border-color css
<style>
span { border-color: #81823E; }
span { border-color: rgb(129,130,62); }
td.TdClassName
{
border-color: #81823E;
}
.TagClassName
{
border-color: #81823E;
}
</style>