Shades of Woodrush #49462B
Tints of Woodrush #49462B
RGB
CMYK
RGB Variations
Color information
#49462B (or 0x49462B) is known color: Woodrush. HEX triplet: 49, 46 and 2B. RGB value is (73,70,43). Sum of RGB (Red+Green+Blue) = 73+70+43=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 73 - color contains mainly: red. Hex color #49462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49462B is #B6B9D4. Grayscale: #434343. Windows color (decimal): -11975125 or 2836041. OLE color: 2836041.
HSL color Cylindrical-coordinate representation of color #49462B: hue angle of 54º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49462B is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 70 | 43 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.71 |
| HSL | 54º | 0.26% | 0.23% | - |
| HSV(B) | 54º | 0.41% | 0.29% | - |
| XYZ | 5.37 | 5.97 | 3.15 | - |
| YUV | 67.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 43 | 0 | 0.04 | 0.41 | 0.71 | 54 | 0.26 | 0.23 |
| Hex | 49 | 46 | 2B | 0 | 4 | 29 | 47 | 36 | 1A | 17 |
| Octal | 111 | 106 | 53 | 0 | 4 | 51 | 107 | 66 | 32 | 27 |
| Binary | 1001001 | 1000110 | 101011 | 0 | 100 | 101001 | 1000111 | 110110 | 11010 | 10111 |
Color Harmonies of #49462B
Complementary color
Monochromatic Colors of #49462B
Black with #49462B
Text Example
Text Example
White with #49462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49462B; }
p { color: rgb(73,70,43); }
H1.HeaderClassName
{
color: #49462B;
}
.AnyTagClassName
{
color: #49462B;
}
</style>
background-color css
<style>
a { background-color: #49462B; }
a { background-color: rgb(73,70,43); }
div.DivClassName
{
background-color: #49462B;
}
.BgClassName
{
background-color: #49462B;
}
</style>
border-color css
<style>
span { border-color: #49462B; }
span { border-color: rgb(73,70,43); }
td.TdClassName
{
border-color: #49462B;
}
.TagClassName
{
border-color: #49462B;
}
</style>