Shades of Woodrush #47441F
Tints of Woodrush #47441F
RGB
CMYK
RGB Variations
Color information
#47441F (or 0x47441F) is known color: Woodrush. HEX triplet: 47, 44 and 1F. RGB value is (71,68,31). Sum of RGB (Red+Green+Blue) = 71+68+31=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #47441F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47441F is #B8BBE0. Grayscale: #404040. Windows color (decimal): -12106721 or 2049095. OLE color: 2049095.
HSL color Cylindrical-coordinate representation of color #47441F: hue angle of 55.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47441F is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 68 | 31 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.72 |
| HSL | 55.5º | 0.39% | 0.2% | - |
| HSV(B) | 55.5º | 0.56% | 0.28% | - |
| XYZ | 4.91 | 5.57 | 2.11 | - |
| YUV | 64.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 31 | 0 | 0.04 | 0.56 | 0.72 | 55.5 | 0.39 | 0.2 |
| Hex | 47 | 44 | 1F | 0 | 4 | 38 | 48 | 38 | 27 | 14 |
| Octal | 107 | 104 | 37 | 0 | 4 | 70 | 110 | 70 | 47 | 24 |
| Binary | 1000111 | 1000100 | 11111 | 0 | 100 | 111000 | 1001000 | 111000 | 100111 | 10100 |
Color Harmonies of #47441F
Complementary color
Monochromatic Colors of #47441F
Black with #47441F
Text Example
Text Example
White with #47441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47441F; }
p { color: rgb(71,68,31); }
H1.HeaderClassName
{
color: #47441F;
}
.AnyTagClassName
{
color: #47441F;
}
</style>
background-color css
<style>
a { background-color: #47441F; }
a { background-color: rgb(71,68,31); }
div.DivClassName
{
background-color: #47441F;
}
.BgClassName
{
background-color: #47441F;
}
</style>
border-color css
<style>
span { border-color: #47441F; }
span { border-color: rgb(71,68,31); }
td.TdClassName
{
border-color: #47441F;
}
.TagClassName
{
border-color: #47441F;
}
</style>