Shades of Wasabi #81843C
Tints of Wasabi #81843C
RGB
CMYK
RGB Variations
Color information
#81843C (or 0x81843C) is known color: Wasabi. HEX triplet: 81, 84 and 3C. RGB value is (129,132,60). Sum of RGB (Red+Green+Blue) = 129+132+60=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #81843C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81843C is #7E7BC3. Grayscale: #7B7B7B. Windows color (decimal): -8289220 or 3966081. OLE color: 3966081.
HSL color Cylindrical-coordinate representation of color #81843C: hue angle of 62.5º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81843C is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 132 | 60 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.48 |
| HSL | 62.5º | 0.38% | 0.38% | - |
| HSV(B) | 62.5º | 0.55% | 0.52% | - |
| XYZ | 18.12 | 21.5 | 7.47 | - |
| YUV | 122.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 132 | 60 | 0.02 | 0 | 0.55 | 0.48 | 62.5 | 0.38 | 0.38 |
| Hex | 81 | 84 | 3C | 2 | 0 | 37 | 30 | 3F | 26 | 26 |
| Octal | 201 | 204 | 74 | 2 | 0 | 67 | 60 | 77 | 46 | 46 |
| Binary | 10000001 | 10000100 | 111100 | 10 | 0 | 110111 | 110000 | 111111 | 100110 | 100110 |
Color Harmonies of #81843C
Complementary color
Monochromatic Colors of #81843C
Black with #81843C
Text Example
Text Example
White with #81843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81843C; }
p { color: rgb(129,132,60); }
H1.HeaderClassName
{
color: #81843C;
}
.AnyTagClassName
{
color: #81843C;
}
</style>
background-color css
<style>
a { background-color: #81843C; }
a { background-color: rgb(129,132,60); }
div.DivClassName
{
background-color: #81843C;
}
.BgClassName
{
background-color: #81843C;
}
</style>
border-color css
<style>
span { border-color: #81843C; }
span { border-color: rgb(129,132,60); }
td.TdClassName
{
border-color: #81843C;
}
.TagClassName
{
border-color: #81843C;
}
</style>