Shades of Wasabi #81853D
Tints of Wasabi #81853D
RGB
CMYK
RGB Variations
Color information
#81853D (or 0x81853D) is known color: Wasabi. HEX triplet: 81, 85 and 3D. RGB value is (129,133,61). Sum of RGB (Red+Green+Blue) = 129+133+61=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #81853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81853D is #7E7AC2. Grayscale: #7B7B7B. Windows color (decimal): -8288963 or 4031873. OLE color: 4031873.
HSL color Cylindrical-coordinate representation of color #81853D: hue angle of 63.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #81853D is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 133 | 61 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.48 |
| HSL | 63.33º | 0.37% | 0.38% | - |
| HSV(B) | 63.33º | 0.54% | 0.52% | - |
| XYZ | 18.28 | 21.78 | 7.66 | - |
| YUV | 123.6 | 92.67 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 61 | 0.03 | 0 | 0.54 | 0.48 | 63.33 | 0.37 | 0.38 |
| Hex | 81 | 85 | 3D | 3 | 0 | 36 | 30 | 3F | 25 | 26 |
| Octal | 201 | 205 | 75 | 3 | 0 | 66 | 60 | 77 | 45 | 46 |
| Binary | 10000001 | 10000101 | 111101 | 11 | 0 | 110110 | 110000 | 111111 | 100101 | 100110 |
Color Harmonies of #81853D
Complementary color
Monochromatic Colors of #81853D
Black with #81853D
Text Example
Text Example
White with #81853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81853D; }
p { color: rgb(129,133,61); }
H1.HeaderClassName
{
color: #81853D;
}
.AnyTagClassName
{
color: #81853D;
}
</style>
background-color css
<style>
a { background-color: #81853D; }
a { background-color: rgb(129,133,61); }
div.DivClassName
{
background-color: #81853D;
}
.BgClassName
{
background-color: #81853D;
}
</style>
border-color css
<style>
span { border-color: #81853D; }
span { border-color: rgb(129,133,61); }
td.TdClassName
{
border-color: #81853D;
}
.TagClassName
{
border-color: #81853D;
}
</style>