Shades of Woodrush #494721
Tints of Woodrush #494721
RGB
CMYK
RGB Variations
Color information
#494721 (or 0x494721) is known color: Woodrush. HEX triplet: 49, 47 and 21. RGB value is (73,71,33). Sum of RGB (Red+Green+Blue) = 73+71+33=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #494721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494721 is #B6B8DE. Grayscale: #434343. Windows color (decimal): -11974879 or 2180937. OLE color: 2180937.
HSL color Cylindrical-coordinate representation of color #494721: hue angle of 57º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #494721 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 71 | 33 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.71 |
| HSL | 57º | 0.38% | 0.21% | - |
| HSV(B) | 57º | 0.55% | 0.29% | - |
| XYZ | 5.28 | 6.03 | 2.33 | - |
| YUV | 67.27 | 108.66 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 33 | 0 | 0.03 | 0.55 | 0.71 | 57 | 0.38 | 0.21 |
| Hex | 49 | 47 | 21 | 0 | 3 | 37 | 47 | 39 | 26 | 15 |
| Octal | 111 | 107 | 41 | 0 | 3 | 67 | 107 | 71 | 46 | 25 |
| Binary | 1001001 | 1000111 | 100001 | 0 | 11 | 110111 | 1000111 | 111001 | 100110 | 10101 |
Color Harmonies of #494721
Complementary color
Monochromatic Colors of #494721
Black with #494721
Text Example
Text Example
White with #494721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494721; }
p { color: rgb(73,71,33); }
H1.HeaderClassName
{
color: #494721;
}
.AnyTagClassName
{
color: #494721;
}
</style>
background-color css
<style>
a { background-color: #494721; }
a { background-color: rgb(73,71,33); }
div.DivClassName
{
background-color: #494721;
}
.BgClassName
{
background-color: #494721;
}
</style>
border-color css
<style>
span { border-color: #494721; }
span { border-color: rgb(73,71,33); }
td.TdClassName
{
border-color: #494721;
}
.TagClassName
{
border-color: #494721;
}
</style>