Shades of Woodrush #49442C
Tints of Woodrush #49442C
RGB
CMYK
RGB Variations
Color information
#49442C (or 0x49442C) is known color: Woodrush. HEX triplet: 49, 44 and 2C. RGB value is (73,68,44). Sum of RGB (Red+Green+Blue) = 73+68+44=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #49442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49442C is #B6BBD3. Grayscale: #424242. Windows color (decimal): -11975636 or 2901065. OLE color: 2901065.
HSL color Cylindrical-coordinate representation of color #49442C: hue angle of 49.66º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49442C is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 68 | 44 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.71 |
| HSL | 49.66º | 0.25% | 0.23% | - |
| HSV(B) | 49.66º | 0.4% | 0.29% | - |
| XYZ | 5.27 | 5.73 | 3.21 | - |
| YUV | 66.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 44 | 0 | 0.07 | 0.40 | 0.71 | 49.66 | 0.25 | 0.23 |
| Hex | 49 | 44 | 2C | 0 | 7 | 28 | 47 | 32 | 19 | 17 |
| Octal | 111 | 104 | 54 | 0 | 7 | 50 | 107 | 62 | 31 | 27 |
| Binary | 1001001 | 1000100 | 101100 | 0 | 111 | 101000 | 1000111 | 110010 | 11001 | 10111 |
Color Harmonies of #49442C
Complementary color
Monochromatic Colors of #49442C
Black with #49442C
Text Example
Text Example
White with #49442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49442C; }
p { color: rgb(73,68,44); }
H1.HeaderClassName
{
color: #49442C;
}
.AnyTagClassName
{
color: #49442C;
}
</style>
background-color css
<style>
a { background-color: #49442C; }
a { background-color: rgb(73,68,44); }
div.DivClassName
{
background-color: #49442C;
}
.BgClassName
{
background-color: #49442C;
}
</style>
border-color css
<style>
span { border-color: #49442C; }
span { border-color: rgb(73,68,44); }
td.TdClassName
{
border-color: #49442C;
}
.TagClassName
{
border-color: #49442C;
}
</style>