Shades of Woodrush #494524
Tints of Woodrush #494524
RGB
CMYK
RGB Variations
Color information
#494524 (or 0x494524) is known color: Woodrush. HEX triplet: 49, 45 and 24. RGB value is (73,69,36). Sum of RGB (Red+Green+Blue) = 73+69+36=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #494524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494524 is #B6BADB. Grayscale: #424242. Windows color (decimal): -11975388 or 2377033. OLE color: 2377033.
HSL color Cylindrical-coordinate representation of color #494524: hue angle of 53.51º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #494524 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 69 | 36 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.71 |
| HSL | 53.51º | 0.34% | 0.21% | - |
| HSV(B) | 53.51º | 0.51% | 0.29% | - |
| XYZ | 5.19 | 5.8 | 2.51 | - |
| YUV | 66.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 36 | 0 | 0.05 | 0.51 | 0.71 | 53.51 | 0.34 | 0.21 |
| Hex | 49 | 45 | 24 | 0 | 5 | 33 | 47 | 36 | 22 | 15 |
| Octal | 111 | 105 | 44 | 0 | 5 | 63 | 107 | 66 | 42 | 25 |
| Binary | 1001001 | 1000101 | 100100 | 0 | 101 | 110011 | 1000111 | 110110 | 100010 | 10101 |
Color Harmonies of #494524
Complementary color
Monochromatic Colors of #494524
Black with #494524
Text Example
Text Example
White with #494524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494524; }
p { color: rgb(73,69,36); }
H1.HeaderClassName
{
color: #494524;
}
.AnyTagClassName
{
color: #494524;
}
</style>
background-color css
<style>
a { background-color: #494524; }
a { background-color: rgb(73,69,36); }
div.DivClassName
{
background-color: #494524;
}
.BgClassName
{
background-color: #494524;
}
</style>
border-color css
<style>
span { border-color: #494524; }
span { border-color: rgb(73,69,36); }
td.TdClassName
{
border-color: #494524;
}
.TagClassName
{
border-color: #494524;
}
</style>