Shades of Woodrush #494425
Tints of Woodrush #494425
RGB
CMYK
RGB Variations
Color information
#494425 (or 0x494425) is known color: Woodrush. HEX triplet: 49, 44 and 25. RGB value is (73,68,37). Sum of RGB (Red+Green+Blue) = 73+68+37=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #494425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494425 is #B6BBDA. Grayscale: #424242. Windows color (decimal): -11975643 or 2442313. OLE color: 2442313.
HSL color Cylindrical-coordinate representation of color #494425: hue angle of 51.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #494425 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 68 | 37 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.71 |
| HSL | 51.67º | 0.33% | 0.22% | - |
| HSV(B) | 51.67º | 0.49% | 0.29% | - |
| XYZ | 5.15 | 5.68 | 2.58 | - |
| YUV | 65.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 37 | 0 | 0.07 | 0.49 | 0.71 | 51.67 | 0.33 | 0.22 |
| Hex | 49 | 44 | 25 | 0 | 7 | 31 | 47 | 34 | 21 | 16 |
| Octal | 111 | 104 | 45 | 0 | 7 | 61 | 107 | 64 | 41 | 26 |
| Binary | 1001001 | 1000100 | 100101 | 0 | 111 | 110001 | 1000111 | 110100 | 100001 | 10110 |
Color Harmonies of #494425
Complementary color
Monochromatic Colors of #494425
Black with #494425
Text Example
Text Example
White with #494425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494425; }
p { color: rgb(73,68,37); }
H1.HeaderClassName
{
color: #494425;
}
.AnyTagClassName
{
color: #494425;
}
</style>
background-color css
<style>
a { background-color: #494425; }
a { background-color: rgb(73,68,37); }
div.DivClassName
{
background-color: #494425;
}
.BgClassName
{
background-color: #494425;
}
</style>
border-color css
<style>
span { border-color: #494425; }
span { border-color: rgb(73,68,37); }
td.TdClassName
{
border-color: #494425;
}
.TagClassName
{
border-color: #494425;
}
</style>