Shades of Woodrush #494622
Tints of Woodrush #494622
RGB
CMYK
RGB Variations
Color information
#494622 (or 0x494622) is known color: Woodrush. HEX triplet: 49, 46 and 22. RGB value is (73,70,34). Sum of RGB (Red+Green+Blue) = 73+70+34=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #494622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494622 is #B6B9DD. Grayscale: #424242. Windows color (decimal): -11975134 or 2246217. OLE color: 2246217.
HSL color Cylindrical-coordinate representation of color #494622: hue angle of 55.38º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #494622 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 70 | 34 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.71 |
| HSL | 55.38º | 0.36% | 0.21% | - |
| HSV(B) | 55.38º | 0.53% | 0.29% | - |
| XYZ | 5.23 | 5.91 | 2.38 | - |
| YUV | 66.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 34 | 0 | 0.04 | 0.53 | 0.71 | 55.38 | 0.36 | 0.21 |
| Hex | 49 | 46 | 22 | 0 | 4 | 35 | 47 | 37 | 24 | 15 |
| Octal | 111 | 106 | 42 | 0 | 4 | 65 | 107 | 67 | 44 | 25 |
| Binary | 1001001 | 1000110 | 100010 | 0 | 100 | 110101 | 1000111 | 110111 | 100100 | 10101 |
Color Harmonies of #494622
Complementary color
Monochromatic Colors of #494622
Black with #494622
Text Example
Text Example
White with #494622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494622; }
p { color: rgb(73,70,34); }
H1.HeaderClassName
{
color: #494622;
}
.AnyTagClassName
{
color: #494622;
}
</style>
background-color css
<style>
a { background-color: #494622; }
a { background-color: rgb(73,70,34); }
div.DivClassName
{
background-color: #494622;
}
.BgClassName
{
background-color: #494622;
}
</style>
border-color css
<style>
span { border-color: #494622; }
span { border-color: rgb(73,70,34); }
td.TdClassName
{
border-color: #494622;
}
.TagClassName
{
border-color: #494622;
}
</style>