Shades of Woodrush #49452E
Tints of Woodrush #49452E
RGB
CMYK
RGB Variations
Color information
#49452E (or 0x49452E) is known color: Woodrush. HEX triplet: 49, 45 and 2E. RGB value is (73,69,46). Sum of RGB (Red+Green+Blue) = 73+69+46=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 73 - color contains mainly: red. Hex color #49452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49452E is #B6BAD1. Grayscale: #434343. Windows color (decimal): -11975378 or 3032393. OLE color: 3032393.
HSL color Cylindrical-coordinate representation of color #49452E: hue angle of 51.11º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49452E is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 69 | 46 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.71 |
| HSL | 51.11º | 0.23% | 0.23% | - |
| HSV(B) | 51.11º | 0.37% | 0.29% | - |
| XYZ | 5.37 | 5.87 | 3.43 | - |
| YUV | 67.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 46 | 0 | 0.05 | 0.37 | 0.71 | 51.11 | 0.23 | 0.23 |
| Hex | 49 | 45 | 2E | 0 | 5 | 25 | 47 | 33 | 17 | 17 |
| Octal | 111 | 105 | 56 | 0 | 5 | 45 | 107 | 63 | 27 | 27 |
| Binary | 1001001 | 1000101 | 101110 | 0 | 101 | 100101 | 1000111 | 110011 | 10111 | 10111 |
Color Harmonies of #49452E
Complementary color
Monochromatic Colors of #49452E
Black with #49452E
Text Example
Text Example
White with #49452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49452E; }
p { color: rgb(73,69,46); }
H1.HeaderClassName
{
color: #49452E;
}
.AnyTagClassName
{
color: #49452E;
}
</style>
background-color css
<style>
a { background-color: #49452E; }
a { background-color: rgb(73,69,46); }
div.DivClassName
{
background-color: #49452E;
}
.BgClassName
{
background-color: #49452E;
}
</style>
border-color css
<style>
span { border-color: #49452E; }
span { border-color: rgb(73,69,46); }
td.TdClassName
{
border-color: #49452E;
}
.TagClassName
{
border-color: #49452E;
}
</style>