Shades of Wasabi #81853C
Tints of Wasabi #81853C
RGB
CMYK
RGB Variations
Color information
#81853C (or 0x81853C) is known color: Wasabi. HEX triplet: 81, 85 and 3C. RGB value is (129,133,60). Sum of RGB (Red+Green+Blue) = 129+133+60=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #81853C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81853C is #7E7AC3. Grayscale: #7B7B7B. Windows color (decimal): -8288964 or 3966337. OLE color: 3966337.
HSL color Cylindrical-coordinate representation of color #81853C: hue angle of 63.29º 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 #81853C is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 133 | 60 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.48 |
| HSL | 63.29º | 0.38% | 0.38% | - |
| HSV(B) | 63.29º | 0.55% | 0.52% | - |
| XYZ | 18.26 | 21.77 | 7.51 | - |
| YUV | 123.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 60 | 0.03 | 0 | 0.55 | 0.48 | 63.29 | 0.38 | 0.38 |
| Hex | 81 | 85 | 3C | 3 | 0 | 37 | 30 | 3F | 26 | 26 |
| Octal | 201 | 205 | 74 | 3 | 0 | 67 | 60 | 77 | 46 | 46 |
| Binary | 10000001 | 10000101 | 111100 | 11 | 0 | 110111 | 110000 | 111111 | 100110 | 100110 |
Color Harmonies of #81853C
Complementary color
Monochromatic Colors of #81853C
Black with #81853C
Text Example
Text Example
White with #81853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81853C; }
p { color: rgb(129,133,60); }
H1.HeaderClassName
{
color: #81853C;
}
.AnyTagClassName
{
color: #81853C;
}
</style>
background-color css
<style>
a { background-color: #81853C; }
a { background-color: rgb(129,133,60); }
div.DivClassName
{
background-color: #81853C;
}
.BgClassName
{
background-color: #81853C;
}
</style>
border-color css
<style>
span { border-color: #81853C; }
span { border-color: rgb(129,133,60); }
td.TdClassName
{
border-color: #81853C;
}
.TagClassName
{
border-color: #81853C;
}
</style>