Shades of Woodrush #494528
Tints of Woodrush #494528
RGB
CMYK
RGB Variations
Color information
#494528 (or 0x494528) is known color: Woodrush. HEX triplet: 49, 45 and 28. RGB value is (73,69,40). Sum of RGB (Red+Green+Blue) = 73+69+40=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #494528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494528 is #B6BAD7. Grayscale: #434343. Windows color (decimal): -11975384 or 2639177. OLE color: 2639177.
HSL color Cylindrical-coordinate representation of color #494528: hue angle of 52.73º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #494528 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 69 | 40 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.71 |
| HSL | 52.73º | 0.29% | 0.22% | - |
| HSV(B) | 52.73º | 0.45% | 0.29% | - |
| XYZ | 5.26 | 5.83 | 2.85 | - |
| YUV | 66.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 40 | 0 | 0.05 | 0.45 | 0.71 | 52.73 | 0.29 | 0.22 |
| Hex | 49 | 45 | 28 | 0 | 5 | 2D | 47 | 35 | 1D | 16 |
| Octal | 111 | 105 | 50 | 0 | 5 | 55 | 107 | 65 | 35 | 26 |
| Binary | 1001001 | 1000101 | 101000 | 0 | 101 | 101101 | 1000111 | 110101 | 11101 | 10110 |
Color Harmonies of #494528
Complementary color
Monochromatic Colors of #494528
Black with #494528
Text Example
Text Example
White with #494528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494528; }
p { color: rgb(73,69,40); }
H1.HeaderClassName
{
color: #494528;
}
.AnyTagClassName
{
color: #494528;
}
</style>
background-color css
<style>
a { background-color: #494528; }
a { background-color: rgb(73,69,40); }
div.DivClassName
{
background-color: #494528;
}
.BgClassName
{
background-color: #494528;
}
</style>
border-color css
<style>
span { border-color: #494528; }
span { border-color: rgb(73,69,40); }
td.TdClassName
{
border-color: #494528;
}
.TagClassName
{
border-color: #494528;
}
</style>