Shades of Wasabi #82854A
Tints of Wasabi #82854A
RGB
CMYK
RGB Variations
Color information
#82854A (or 0x82854A) is known color: Wasabi. HEX triplet: 82, 85 and 4A. RGB value is (130,133,74). Sum of RGB (Red+Green+Blue) = 130+133+74=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #82854A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82854A is #7D7AB5. Grayscale: #7D7D7D. Windows color (decimal): -8223414 or 4883842. OLE color: 4883842.
HSL color Cylindrical-coordinate representation of color #82854A: hue angle of 63.05º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82854A is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 74 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.48 |
| HSL | 63.05º | 0.29% | 0.41% | - |
| HSV(B) | 63.05º | 0.44% | 0.52% | - |
| XYZ | 18.83 | 22.02 | 9.74 | - |
| YUV | 125.38 | 99.01 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 74 | 0.02 | 0 | 0.44 | 0.48 | 63.05 | 0.29 | 0.41 |
| Hex | 82 | 85 | 4A | 2 | 0 | 2C | 30 | 3F | 1D | 29 |
| Octal | 202 | 205 | 112 | 2 | 0 | 54 | 60 | 77 | 35 | 51 |
| Binary | 10000010 | 10000101 | 1001010 | 10 | 0 | 101100 | 110000 | 111111 | 11101 | 101001 |
Color Harmonies of #82854A
Complementary color
Monochromatic Colors of #82854A
Black with #82854A
Text Example
Text Example
White with #82854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82854A; }
p { color: rgb(130,133,74); }
H1.HeaderClassName
{
color: #82854A;
}
.AnyTagClassName
{
color: #82854A;
}
</style>
background-color css
<style>
a { background-color: #82854A; }
a { background-color: rgb(130,133,74); }
div.DivClassName
{
background-color: #82854A;
}
.BgClassName
{
background-color: #82854A;
}
</style>
border-color css
<style>
span { border-color: #82854A; }
span { border-color: rgb(130,133,74); }
td.TdClassName
{
border-color: #82854A;
}
.TagClassName
{
border-color: #82854A;
}
</style>