Shades of Wasabi #80853B
Tints of Wasabi #80853B
RGB
CMYK
RGB Variations
Color information
#80853B (or 0x80853B) is known color: Wasabi. HEX triplet: 80, 85 and 3B. RGB value is (128,133,59). Sum of RGB (Red+Green+Blue) = 128+133+59=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #80853B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80853B is #7F7AC4. Grayscale: #7B7B7B. Windows color (decimal): -8354501 or 3900800. OLE color: 3900800.
HSL color Cylindrical-coordinate representation of color #80853B: hue angle of 64.05º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80853B is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 59 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.48 |
| HSL | 64.05º | 0.39% | 0.38% | - |
| HSV(B) | 64.05º | 0.56% | 0.52% | - |
| XYZ | 18.08 | 21.68 | 7.37 | - |
| YUV | 123.07 | 91.84 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 59 | 0.04 | 0 | 0.56 | 0.48 | 64.05 | 0.39 | 0.38 |
| Hex | 80 | 85 | 3B | 4 | 0 | 38 | 30 | 40 | 27 | 26 |
| Octal | 200 | 205 | 73 | 4 | 0 | 70 | 60 | 100 | 47 | 46 |
| Binary | 10000000 | 10000101 | 111011 | 100 | 0 | 111000 | 110000 | 1000000 | 100111 | 100110 |
Color Harmonies of #80853B
Complementary color
Monochromatic Colors of #80853B
Black with #80853B
Text Example
Text Example
White with #80853B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80853B; }
p { color: rgb(128,133,59); }
H1.HeaderClassName
{
color: #80853B;
}
.AnyTagClassName
{
color: #80853B;
}
</style>
background-color css
<style>
a { background-color: #80853B; }
a { background-color: rgb(128,133,59); }
div.DivClassName
{
background-color: #80853B;
}
.BgClassName
{
background-color: #80853B;
}
</style>
border-color css
<style>
span { border-color: #80853B; }
span { border-color: rgb(128,133,59); }
td.TdClassName
{
border-color: #80853B;
}
.TagClassName
{
border-color: #80853B;
}
</style>