Shades of Woodrush #494521
Tints of Woodrush #494521
RGB
CMYK
RGB Variations
Color information
#494521 (or 0x494521) is known color: Woodrush. HEX triplet: 49, 45 and 21. RGB value is (73,69,33). Sum of RGB (Red+Green+Blue) = 73+69+33=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #494521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494521 is #B6BADE. Grayscale: #424242. Windows color (decimal): -11975391 or 2180425. OLE color: 2180425.
HSL color Cylindrical-coordinate representation of color #494521: hue angle of 54º 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 #494521 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 69 | 33 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.71 |
| HSL | 54º | 0.38% | 0.21% | - |
| HSV(B) | 54º | 0.55% | 0.29% | - |
| XYZ | 5.15 | 5.78 | 2.28 | - |
| YUV | 66.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 33 | 0 | 0.05 | 0.55 | 0.71 | 54 | 0.38 | 0.21 |
| Hex | 49 | 45 | 21 | 0 | 5 | 37 | 47 | 36 | 26 | 15 |
| Octal | 111 | 105 | 41 | 0 | 5 | 67 | 107 | 66 | 46 | 25 |
| Binary | 1001001 | 1000101 | 100001 | 0 | 101 | 110111 | 1000111 | 110110 | 100110 | 10101 |
Color Harmonies of #494521
Complementary color
Monochromatic Colors of #494521
Black with #494521
Text Example
Text Example
White with #494521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494521; }
p { color: rgb(73,69,33); }
H1.HeaderClassName
{
color: #494521;
}
.AnyTagClassName
{
color: #494521;
}
</style>
background-color css
<style>
a { background-color: #494521; }
a { background-color: rgb(73,69,33); }
div.DivClassName
{
background-color: #494521;
}
.BgClassName
{
background-color: #494521;
}
</style>
border-color css
<style>
span { border-color: #494521; }
span { border-color: rgb(73,69,33); }
td.TdClassName
{
border-color: #494521;
}
.TagClassName
{
border-color: #494521;
}
</style>