Shades of Woodrush #494324
Tints of Woodrush #494324
RGB
CMYK
RGB Variations
Color information
#494324 (or 0x494324) is known color: Woodrush. HEX triplet: 49, 43 and 24. RGB value is (73,67,36). Sum of RGB (Red+Green+Blue) = 73+67+36=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #494324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494324 is #B6BCDB. Grayscale: #414141. Windows color (decimal): -11975900 or 2376521. OLE color: 2376521.
HSL color Cylindrical-coordinate representation of color #494324: hue angle of 50.27º 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 #494324 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 67 | 36 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.71 |
| HSL | 50.27º | 0.34% | 0.21% | - |
| HSV(B) | 50.27º | 0.51% | 0.29% | - |
| XYZ | 5.07 | 5.56 | 2.47 | - |
| YUV | 65.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 36 | 0 | 0.08 | 0.51 | 0.71 | 50.27 | 0.34 | 0.21 |
| Hex | 49 | 43 | 24 | 0 | 8 | 33 | 47 | 32 | 22 | 15 |
| Octal | 111 | 103 | 44 | 0 | 10 | 63 | 107 | 62 | 42 | 25 |
| Binary | 1001001 | 1000011 | 100100 | 0 | 1000 | 110011 | 1000111 | 110010 | 100010 | 10101 |
Color Harmonies of #494324
Complementary color
Monochromatic Colors of #494324
Black with #494324
Text Example
Text Example
White with #494324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494324; }
p { color: rgb(73,67,36); }
H1.HeaderClassName
{
color: #494324;
}
.AnyTagClassName
{
color: #494324;
}
</style>
background-color css
<style>
a { background-color: #494324; }
a { background-color: rgb(73,67,36); }
div.DivClassName
{
background-color: #494324;
}
.BgClassName
{
background-color: #494324;
}
</style>
border-color css
<style>
span { border-color: #494324; }
span { border-color: rgb(73,67,36); }
td.TdClassName
{
border-color: #494324;
}
.TagClassName
{
border-color: #494324;
}
</style>