Shades of Wasabi #85912C
Tints of Wasabi #85912C
RGB
CMYK
RGB Variations
Color information
#85912C (or 0x85912C) is known color: Wasabi. HEX triplet: 85, 91 and 2C. RGB value is (133,145,44). Sum of RGB (Red+Green+Blue) = 133+145+44=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #85912C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85912C is #7A6ED3. Grayscale: #828282. Windows color (decimal): -8023764 or 2920837. OLE color: 2920837.
HSL color Cylindrical-coordinate representation of color #85912C: hue angle of 67.13º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85912C is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 145 | 44 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.43 |
| HSL | 67.13º | 0.53% | 0.37% | - |
| HSV(B) | 67.13º | 0.7% | 0.57% | - |
| XYZ | 20.25 | 25.42 | 6.22 | - |
| YUV | 129.9 | 79.52 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 44 | 0.08 | 0 | 0.70 | 0.43 | 67.13 | 0.53 | 0.37 |
| Hex | 85 | 91 | 2C | 8 | 0 | 46 | 2B | 43 | 35 | 25 |
| Octal | 205 | 221 | 54 | 10 | 0 | 106 | 53 | 103 | 65 | 45 |
| Binary | 10000101 | 10010001 | 101100 | 1000 | 0 | 1000110 | 101011 | 1000011 | 110101 | 100101 |
Color Harmonies of #85912C
Complementary color
Monochromatic Colors of #85912C
Black with #85912C
Text Example
Text Example
White with #85912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85912C; }
p { color: rgb(133,145,44); }
H1.HeaderClassName
{
color: #85912C;
}
.AnyTagClassName
{
color: #85912C;
}
</style>
background-color css
<style>
a { background-color: #85912C; }
a { background-color: rgb(133,145,44); }
div.DivClassName
{
background-color: #85912C;
}
.BgClassName
{
background-color: #85912C;
}
</style>
border-color css
<style>
span { border-color: #85912C; }
span { border-color: rgb(133,145,44); }
td.TdClassName
{
border-color: #85912C;
}
.TagClassName
{
border-color: #85912C;
}
</style>