Shades of Woodrush #47442D
Tints of Woodrush #47442D
RGB
CMYK
RGB Variations
Color information
#47442D (or 0x47442D) is known color: Woodrush. HEX triplet: 47, 44 and 2D. RGB value is (71,68,45). Sum of RGB (Red+Green+Blue) = 71+68+45=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #47442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47442D is #B8BBD2. Grayscale: #424242. Windows color (decimal): -12106707 or 2966599. OLE color: 2966599.
HSL color Cylindrical-coordinate representation of color #47442D: hue angle of 53.08º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47442D is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 68 | 45 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.72 |
| HSL | 53.08º | 0.22% | 0.23% | - |
| HSV(B) | 53.08º | 0.37% | 0.28% | - |
| XYZ | 5.14 | 5.66 | 3.3 | - |
| YUV | 66.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 45 | 0 | 0.04 | 0.37 | 0.72 | 53.08 | 0.22 | 0.23 |
| Hex | 47 | 44 | 2D | 0 | 4 | 25 | 48 | 35 | 16 | 17 |
| Octal | 107 | 104 | 55 | 0 | 4 | 45 | 110 | 65 | 26 | 27 |
| Binary | 1000111 | 1000100 | 101101 | 0 | 100 | 100101 | 1001000 | 110101 | 10110 | 10111 |
Color Harmonies of #47442D
Complementary color
Monochromatic Colors of #47442D
Black with #47442D
Text Example
Text Example
White with #47442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47442D; }
p { color: rgb(71,68,45); }
H1.HeaderClassName
{
color: #47442D;
}
.AnyTagClassName
{
color: #47442D;
}
</style>
background-color css
<style>
a { background-color: #47442D; }
a { background-color: rgb(71,68,45); }
div.DivClassName
{
background-color: #47442D;
}
.BgClassName
{
background-color: #47442D;
}
</style>
border-color css
<style>
span { border-color: #47442D; }
span { border-color: rgb(71,68,45); }
td.TdClassName
{
border-color: #47442D;
}
.TagClassName
{
border-color: #47442D;
}
</style>