Shades of Wasabi #81873A
Tints of Wasabi #81873A
RGB
CMYK
RGB Variations
Color information
#81873A (or 0x81873A) is known color: Wasabi. HEX triplet: 81, 87 and 3A. RGB value is (129,135,58). Sum of RGB (Red+Green+Blue) = 129+135+58=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #81873A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81873A is #7E78C5. Grayscale: #7C7C7C. Windows color (decimal): -8288454 or 3835777. OLE color: 3835777.
HSL color Cylindrical-coordinate representation of color #81873A: hue angle of 64.68º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81873A is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 135 | 58 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.47 |
| HSL | 64.68º | 0.4% | 0.38% | - |
| HSV(B) | 64.68º | 0.57% | 0.53% | - |
| XYZ | 18.48 | 22.3 | 7.33 | - |
| YUV | 124.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 58 | 0.04 | 0 | 0.57 | 0.47 | 64.68 | 0.4 | 0.38 |
| Hex | 81 | 87 | 3A | 4 | 0 | 39 | 2F | 41 | 28 | 26 |
| Octal | 201 | 207 | 72 | 4 | 0 | 71 | 57 | 101 | 50 | 46 |
| Binary | 10000001 | 10000111 | 111010 | 100 | 0 | 111001 | 101111 | 1000001 | 101000 | 100110 |
Color Harmonies of #81873A
Complementary color
Monochromatic Colors of #81873A
Black with #81873A
Text Example
Text Example
White with #81873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81873A; }
p { color: rgb(129,135,58); }
H1.HeaderClassName
{
color: #81873A;
}
.AnyTagClassName
{
color: #81873A;
}
</style>
background-color css
<style>
a { background-color: #81873A; }
a { background-color: rgb(129,135,58); }
div.DivClassName
{
background-color: #81873A;
}
.BgClassName
{
background-color: #81873A;
}
</style>
border-color css
<style>
span { border-color: #81873A; }
span { border-color: rgb(129,135,58); }
td.TdClassName
{
border-color: #81873A;
}
.TagClassName
{
border-color: #81873A;
}
</style>