Shades of Woodrush #494527
Tints of Woodrush #494527
RGB
CMYK
RGB Variations
Color information
#494527 (or 0x494527) is known color: Woodrush. HEX triplet: 49, 45 and 27. RGB value is (73,69,39). Sum of RGB (Red+Green+Blue) = 73+69+39=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #494527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494527 is #B6BAD8. Grayscale: #424242. Windows color (decimal): -11975385 or 2573641. OLE color: 2573641.
HSL color Cylindrical-coordinate representation of color #494527: hue angle of 52.94º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #494527 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 69 | 39 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.71 |
| HSL | 52.94º | 0.3% | 0.22% | - |
| HSV(B) | 52.94º | 0.47% | 0.29% | - |
| XYZ | 5.24 | 5.82 | 2.77 | - |
| YUV | 66.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 39 | 0 | 0.05 | 0.47 | 0.71 | 52.94 | 0.3 | 0.22 |
| Hex | 49 | 45 | 27 | 0 | 5 | 2F | 47 | 35 | 1E | 16 |
| Octal | 111 | 105 | 47 | 0 | 5 | 57 | 107 | 65 | 36 | 26 |
| Binary | 1001001 | 1000101 | 100111 | 0 | 101 | 101111 | 1000111 | 110101 | 11110 | 10110 |
Color Harmonies of #494527
Complementary color
Monochromatic Colors of #494527
Black with #494527
Text Example
Text Example
White with #494527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494527; }
p { color: rgb(73,69,39); }
H1.HeaderClassName
{
color: #494527;
}
.AnyTagClassName
{
color: #494527;
}
</style>
background-color css
<style>
a { background-color: #494527; }
a { background-color: rgb(73,69,39); }
div.DivClassName
{
background-color: #494527;
}
.BgClassName
{
background-color: #494527;
}
</style>
border-color css
<style>
span { border-color: #494527; }
span { border-color: rgb(73,69,39); }
td.TdClassName
{
border-color: #494527;
}
.TagClassName
{
border-color: #494527;
}
</style>