Shades of Woodrush #494429
Tints of Woodrush #494429
RGB
CMYK
RGB Variations
Color information
#494429 (or 0x494429) is known color: Woodrush. HEX triplet: 49, 44 and 29. RGB value is (73,68,41). Sum of RGB (Red+Green+Blue) = 73+68+41=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #494429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494429 is #B6BBD6. Grayscale: #424242. Windows color (decimal): -11975639 or 2704457. OLE color: 2704457.
HSL color Cylindrical-coordinate representation of color #494429: hue angle of 50.62º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #494429 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 68 | 41 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.71 |
| HSL | 50.63º | 0.28% | 0.22% | - |
| HSV(B) | 50.63º | 0.44% | 0.29% | - |
| XYZ | 5.22 | 5.71 | 2.93 | - |
| YUV | 66.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 41 | 0 | 0.07 | 0.44 | 0.71 | 50.63 | 0.28 | 0.22 |
| Hex | 49 | 44 | 29 | 0 | 7 | 2C | 47 | 33 | 1C | 16 |
| Octal | 111 | 104 | 51 | 0 | 7 | 54 | 107 | 63 | 34 | 26 |
| Binary | 1001001 | 1000100 | 101001 | 0 | 111 | 101100 | 1000111 | 110011 | 11100 | 10110 |
Color Harmonies of #494429
Complementary color
Monochromatic Colors of #494429
Black with #494429
Text Example
Text Example
White with #494429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494429; }
p { color: rgb(73,68,41); }
H1.HeaderClassName
{
color: #494429;
}
.AnyTagClassName
{
color: #494429;
}
</style>
background-color css
<style>
a { background-color: #494429; }
a { background-color: rgb(73,68,41); }
div.DivClassName
{
background-color: #494429;
}
.BgClassName
{
background-color: #494429;
}
</style>
border-color css
<style>
span { border-color: #494429; }
span { border-color: rgb(73,68,41); }
td.TdClassName
{
border-color: #494429;
}
.TagClassName
{
border-color: #494429;
}
</style>