Shades of Woodrush #49471F
Tints of Woodrush #49471F
RGB
CMYK
RGB Variations
Color information
#49471F (or 0x49471F) is known color: Woodrush. HEX triplet: 49, 47 and 1F. RGB value is (73,71,31). Sum of RGB (Red+Green+Blue) = 73+71+31=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #49471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49471F is #B6B8E0. Grayscale: #434343. Windows color (decimal): -11974881 or 2049865. OLE color: 2049865.
HSL color Cylindrical-coordinate representation of color #49471F: hue angle of 57.14º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49471F is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 71 | 31 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.71 |
| HSL | 57.14º | 0.4% | 0.2% | - |
| HSV(B) | 57.14º | 0.58% | 0.29% | - |
| XYZ | 5.25 | 6.02 | 2.18 | - |
| YUV | 67.04 | 107.66 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 31 | 0 | 0.03 | 0.58 | 0.71 | 57.14 | 0.4 | 0.2 |
| Hex | 49 | 47 | 1F | 0 | 3 | 3A | 47 | 39 | 28 | 14 |
| Octal | 111 | 107 | 37 | 0 | 3 | 72 | 107 | 71 | 50 | 24 |
| Binary | 1001001 | 1000111 | 11111 | 0 | 11 | 111010 | 1000111 | 111001 | 101000 | 10100 |
Color Harmonies of #49471F
Complementary color
Monochromatic Colors of #49471F
Black with #49471F
Text Example
Text Example
White with #49471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49471F; }
p { color: rgb(73,71,31); }
H1.HeaderClassName
{
color: #49471F;
}
.AnyTagClassName
{
color: #49471F;
}
</style>
background-color css
<style>
a { background-color: #49471F; }
a { background-color: rgb(73,71,31); }
div.DivClassName
{
background-color: #49471F;
}
.BgClassName
{
background-color: #49471F;
}
</style>
border-color css
<style>
span { border-color: #49471F; }
span { border-color: rgb(73,71,31); }
td.TdClassName
{
border-color: #49471F;
}
.TagClassName
{
border-color: #49471F;
}
</style>