Shades of Wasabi #80893C
Tints of Wasabi #80893C
RGB
CMYK
RGB Variations
Color information
#80893C (or 0x80893C) is known color: Wasabi. HEX triplet: 80, 89 and 3C. RGB value is (128,137,60). Sum of RGB (Red+Green+Blue) = 128+137+60=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #80893C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80893C is #7F76C3. Grayscale: #7D7D7D. Windows color (decimal): -8353476 or 3967360. OLE color: 3967360.
HSL color Cylindrical-coordinate representation of color #80893C: hue angle of 67.01º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80893C is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 137 | 60 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.46 |
| HSL | 67.01º | 0.39% | 0.39% | - |
| HSV(B) | 67.01º | 0.56% | 0.54% | - |
| XYZ | 18.66 | 22.81 | 7.69 | - |
| YUV | 125.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 60 | 0.07 | 0 | 0.56 | 0.46 | 67.01 | 0.39 | 0.39 |
| Hex | 80 | 89 | 3C | 7 | 0 | 38 | 2E | 43 | 27 | 27 |
| Octal | 200 | 211 | 74 | 7 | 0 | 70 | 56 | 103 | 47 | 47 |
| Binary | 10000000 | 10001001 | 111100 | 111 | 0 | 111000 | 101110 | 1000011 | 100111 | 100111 |
Color Harmonies of #80893C
Complementary color
Monochromatic Colors of #80893C
Black with #80893C
Text Example
Text Example
White with #80893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80893C; }
p { color: rgb(128,137,60); }
H1.HeaderClassName
{
color: #80893C;
}
.AnyTagClassName
{
color: #80893C;
}
</style>
background-color css
<style>
a { background-color: #80893C; }
a { background-color: rgb(128,137,60); }
div.DivClassName
{
background-color: #80893C;
}
.BgClassName
{
background-color: #80893C;
}
</style>
border-color css
<style>
span { border-color: #80893C; }
span { border-color: rgb(128,137,60); }
td.TdClassName
{
border-color: #80893C;
}
.TagClassName
{
border-color: #80893C;
}
</style>