Shades of Woodrush #494532
Tints of Woodrush #494532
RGB
CMYK
RGB Variations
Color information
#494532 (or 0x494532) is known color: Woodrush. HEX triplet: 49, 45 and 32. RGB value is (73,69,50). Sum of RGB (Red+Green+Blue) = 73+69+50=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 73 - color contains mainly: red. Hex color #494532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494532 is #B6BACD. Grayscale: #444444. Windows color (decimal): -11975374 or 3294537. OLE color: 3294537.
HSL color Cylindrical-coordinate representation of color #494532: hue angle of 49.57º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #494532 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 69 | 50 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.71 |
| HSL | 49.57º | 0.19% | 0.24% | - |
| HSV(B) | 49.57º | 0.32% | 0.29% | - |
| XYZ | 5.45 | 5.9 | 3.87 | - |
| YUV | 68.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 50 | 0 | 0.05 | 0.32 | 0.71 | 49.57 | 0.19 | 0.24 |
| Hex | 49 | 45 | 32 | 0 | 5 | 20 | 47 | 32 | 13 | 18 |
| Octal | 111 | 105 | 62 | 0 | 5 | 40 | 107 | 62 | 23 | 30 |
| Binary | 1001001 | 1000101 | 110010 | 0 | 101 | 100000 | 1000111 | 110010 | 10011 | 11000 |
Color Harmonies of #494532
Complementary color
Monochromatic Colors of #494532
Black with #494532
Text Example
Text Example
White with #494532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494532; }
p { color: rgb(73,69,50); }
H1.HeaderClassName
{
color: #494532;
}
.AnyTagClassName
{
color: #494532;
}
</style>
background-color css
<style>
a { background-color: #494532; }
a { background-color: rgb(73,69,50); }
div.DivClassName
{
background-color: #494532;
}
.BgClassName
{
background-color: #494532;
}
</style>
border-color css
<style>
span { border-color: #494532; }
span { border-color: rgb(73,69,50); }
td.TdClassName
{
border-color: #494532;
}
.TagClassName
{
border-color: #494532;
}
</style>