Shades of Woodrush #47422E
Tints of Woodrush #47422E
RGB
CMYK
RGB Variations
Color information
#47422E (or 0x47422E) is known color: Woodrush. HEX triplet: 47, 42 and 2E. RGB value is (71,66,46). Sum of RGB (Red+Green+Blue) = 71+66+46=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #47422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47422E is #B8BDD1. Grayscale: #414141. Windows color (decimal): -12107218 or 3031623. OLE color: 3031623.
HSL color Cylindrical-coordinate representation of color #47422E: hue angle of 48º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #47422E is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 66 | 46 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.72 |
| HSL | 48º | 0.21% | 0.23% | - |
| HSV(B) | 48º | 0.35% | 0.28% | - |
| XYZ | 5.04 | 5.43 | 3.37 | - |
| YUV | 65.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 46 | 0 | 0.07 | 0.35 | 0.72 | 48 | 0.21 | 0.23 |
| Hex | 47 | 42 | 2E | 0 | 7 | 23 | 48 | 30 | 15 | 17 |
| Octal | 107 | 102 | 56 | 0 | 7 | 43 | 110 | 60 | 25 | 27 |
| Binary | 1000111 | 1000010 | 101110 | 0 | 111 | 100011 | 1001000 | 110000 | 10101 | 10111 |
Color Harmonies of #47422E
Complementary color
Monochromatic Colors of #47422E
Black with #47422E
Text Example
Text Example
White with #47422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47422E; }
p { color: rgb(71,66,46); }
H1.HeaderClassName
{
color: #47422E;
}
.AnyTagClassName
{
color: #47422E;
}
</style>
background-color css
<style>
a { background-color: #47422E; }
a { background-color: rgb(71,66,46); }
div.DivClassName
{
background-color: #47422E;
}
.BgClassName
{
background-color: #47422E;
}
</style>
border-color css
<style>
span { border-color: #47422E; }
span { border-color: rgb(71,66,46); }
td.TdClassName
{
border-color: #47422E;
}
.TagClassName
{
border-color: #47422E;
}
</style>