Shades of Woodrush #494424
Tints of Woodrush #494424
RGB
CMYK
RGB Variations
Color information
#494424 (or 0x494424) is known color: Woodrush. HEX triplet: 49, 44 and 24. RGB value is (73,68,36). Sum of RGB (Red+Green+Blue) = 73+68+36=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #494424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494424 is #B6BBDB. Grayscale: #414141. Windows color (decimal): -11975644 or 2376777. OLE color: 2376777.
HSL color Cylindrical-coordinate representation of color #494424: hue angle of 51.89º 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 #494424 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 68 | 36 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.71 |
| HSL | 51.89º | 0.34% | 0.21% | - |
| HSV(B) | 51.89º | 0.51% | 0.29% | - |
| XYZ | 5.13 | 5.68 | 2.49 | - |
| YUV | 65.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 36 | 0 | 0.07 | 0.51 | 0.71 | 51.89 | 0.34 | 0.21 |
| Hex | 49 | 44 | 24 | 0 | 7 | 33 | 47 | 34 | 22 | 15 |
| Octal | 111 | 104 | 44 | 0 | 7 | 63 | 107 | 64 | 42 | 25 |
| Binary | 1001001 | 1000100 | 100100 | 0 | 111 | 110011 | 1000111 | 110100 | 100010 | 10101 |
Color Harmonies of #494424
Complementary color
Monochromatic Colors of #494424
Black with #494424
Text Example
Text Example
White with #494424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494424; }
p { color: rgb(73,68,36); }
H1.HeaderClassName
{
color: #494424;
}
.AnyTagClassName
{
color: #494424;
}
</style>
background-color css
<style>
a { background-color: #494424; }
a { background-color: rgb(73,68,36); }
div.DivClassName
{
background-color: #494424;
}
.BgClassName
{
background-color: #494424;
}
</style>
border-color css
<style>
span { border-color: #494424; }
span { border-color: rgb(73,68,36); }
td.TdClassName
{
border-color: #494424;
}
.TagClassName
{
border-color: #494424;
}
</style>