Shades of Wasabi #82853D
Tints of Wasabi #82853D
RGB
CMYK
RGB Variations
Color information
#82853D (or 0x82853D) is known color: Wasabi. HEX triplet: 82, 85 and 3D. RGB value is (130,133,61). Sum of RGB (Red+Green+Blue) = 130+133+61=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #82853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82853D is #7D7AC2. Grayscale: #7C7C7C. Windows color (decimal): -8223427 or 4031874. OLE color: 4031874.
HSL color Cylindrical-coordinate representation of color #82853D: hue angle of 62.5º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82853D is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 61 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.48 |
| HSL | 62.5º | 0.37% | 0.38% | - |
| HSV(B) | 62.5º | 0.54% | 0.52% | - |
| XYZ | 18.44 | 21.86 | 7.66 | - |
| YUV | 123.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 61 | 0.02 | 0 | 0.54 | 0.48 | 62.5 | 0.37 | 0.38 |
| Hex | 82 | 85 | 3D | 2 | 0 | 36 | 30 | 3F | 25 | 26 |
| Octal | 202 | 205 | 75 | 2 | 0 | 66 | 60 | 77 | 45 | 46 |
| Binary | 10000010 | 10000101 | 111101 | 10 | 0 | 110110 | 110000 | 111111 | 100101 | 100110 |
Color Harmonies of #82853D
Complementary color
Monochromatic Colors of #82853D
Black with #82853D
Text Example
Text Example
White with #82853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82853D; }
p { color: rgb(130,133,61); }
H1.HeaderClassName
{
color: #82853D;
}
.AnyTagClassName
{
color: #82853D;
}
</style>
background-color css
<style>
a { background-color: #82853D; }
a { background-color: rgb(130,133,61); }
div.DivClassName
{
background-color: #82853D;
}
.BgClassName
{
background-color: #82853D;
}
</style>
border-color css
<style>
span { border-color: #82853D; }
span { border-color: rgb(130,133,61); }
td.TdClassName
{
border-color: #82853D;
}
.TagClassName
{
border-color: #82853D;
}
</style>