Shades of Wasabi #80813A
Tints of Wasabi #80813A
RGB
CMYK
RGB Variations
Color information
#80813A (or 0x80813A) is known color: Wasabi. HEX triplet: 80, 81 and 3A. RGB value is (128,129,58). Sum of RGB (Red+Green+Blue) = 128+129+58=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #80813A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80813A is #7F7EC5. Grayscale: #787878. Windows color (decimal): -8355526 or 3834240. OLE color: 3834240.
HSL color Cylindrical-coordinate representation of color #80813A: hue angle of 60.85º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80813A is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 58 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.49 |
| HSL | 60.85º | 0.38% | 0.37% | - |
| HSV(B) | 60.85º | 0.55% | 0.51% | - |
| XYZ | 17.52 | 20.6 | 7.06 | - |
| YUV | 120.61 | 92.67 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 58 | 0.01 | 0 | 0.55 | 0.49 | 60.85 | 0.38 | 0.37 |
| Hex | 80 | 81 | 3A | 1 | 0 | 37 | 31 | 3D | 26 | 25 |
| Octal | 200 | 201 | 72 | 1 | 0 | 67 | 61 | 75 | 46 | 45 |
| Binary | 10000000 | 10000001 | 111010 | 1 | 0 | 110111 | 110001 | 111101 | 100110 | 100101 |
Color Harmonies of #80813A
Complementary color
Monochromatic Colors of #80813A
Black with #80813A
Text Example
Text Example
White with #80813A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80813A; }
p { color: rgb(128,129,58); }
H1.HeaderClassName
{
color: #80813A;
}
.AnyTagClassName
{
color: #80813A;
}
</style>
background-color css
<style>
a { background-color: #80813A; }
a { background-color: rgb(128,129,58); }
div.DivClassName
{
background-color: #80813A;
}
.BgClassName
{
background-color: #80813A;
}
</style>
border-color css
<style>
span { border-color: #80813A; }
span { border-color: rgb(128,129,58); }
td.TdClassName
{
border-color: #80813A;
}
.TagClassName
{
border-color: #80813A;
}
</style>