Shades of Wasabi #81952D
Tints of Wasabi #81952D
RGB
CMYK
RGB Variations
Color information
#81952D (or 0x81952D) is known color: Wasabi. HEX triplet: 81, 95 and 2D. RGB value is (129,149,45). Sum of RGB (Red+Green+Blue) = 129+149+45=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #81952D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81952D is #7E6AD2. Grayscale: #838383. Windows color (decimal): -8284883 or 2987393. OLE color: 2987393.
HSL color Cylindrical-coordinate representation of color #81952D: hue angle of 71.54º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81952D is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 149 | 45 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.42 |
| HSL | 71.54º | 0.54% | 0.38% | - |
| HSV(B) | 71.54º | 0.7% | 0.58% | - |
| XYZ | 20.27 | 26.35 | 6.5 | - |
| YUV | 131.16 | 79.37 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 149 | 45 | 0.13 | 0 | 0.70 | 0.42 | 71.54 | 0.54 | 0.38 |
| Hex | 81 | 95 | 2D | D | 0 | 46 | 2A | 48 | 36 | 26 |
| Octal | 201 | 225 | 55 | 15 | 0 | 106 | 52 | 110 | 66 | 46 |
| Binary | 10000001 | 10010101 | 101101 | 1101 | 0 | 1000110 | 101010 | 1001000 | 110110 | 100110 |
Color Harmonies of #81952D
Complementary color
Monochromatic Colors of #81952D
Black with #81952D
Text Example
Text Example
White with #81952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81952D; }
p { color: rgb(129,149,45); }
H1.HeaderClassName
{
color: #81952D;
}
.AnyTagClassName
{
color: #81952D;
}
</style>
background-color css
<style>
a { background-color: #81952D; }
a { background-color: rgb(129,149,45); }
div.DivClassName
{
background-color: #81952D;
}
.BgClassName
{
background-color: #81952D;
}
</style>
border-color css
<style>
span { border-color: #81952D; }
span { border-color: rgb(129,149,45); }
td.TdClassName
{
border-color: #81952D;
}
.TagClassName
{
border-color: #81952D;
}
</style>