Shades of Woodrush #47461F
Tints of Woodrush #47461F
RGB
CMYK
RGB Variations
Color information
#47461F (or 0x47461F) is known color: Woodrush. HEX triplet: 47, 46 and 1F. RGB value is (71,70,31). Sum of RGB (Red+Green+Blue) = 71+70+31=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #47461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47461F is #B8B9E0. Grayscale: #424242. Windows color (decimal): -12106209 or 2049607. OLE color: 2049607.
HSL color Cylindrical-coordinate representation of color #47461F: hue angle of 58.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 #47461F is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 70 | 31 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.72 |
| HSL | 58.5º | 0.39% | 0.2% | - |
| HSV(B) | 58.5º | 0.56% | 0.28% | - |
| XYZ | 5.04 | 5.82 | 2.15 | - |
| YUV | 65.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 31 | 0 | 0.01 | 0.56 | 0.72 | 58.5 | 0.39 | 0.2 |
| Hex | 47 | 46 | 1F | 0 | 1 | 38 | 48 | 3A | 27 | 14 |
| Octal | 107 | 106 | 37 | 0 | 1 | 70 | 110 | 72 | 47 | 24 |
| Binary | 1000111 | 1000110 | 11111 | 0 | 1 | 111000 | 1001000 | 111010 | 100111 | 10100 |
Color Harmonies of #47461F
Complementary color
Monochromatic Colors of #47461F
Black with #47461F
Text Example
Text Example
White with #47461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47461F; }
p { color: rgb(71,70,31); }
H1.HeaderClassName
{
color: #47461F;
}
.AnyTagClassName
{
color: #47461F;
}
</style>
background-color css
<style>
a { background-color: #47461F; }
a { background-color: rgb(71,70,31); }
div.DivClassName
{
background-color: #47461F;
}
.BgClassName
{
background-color: #47461F;
}
</style>
border-color css
<style>
span { border-color: #47461F; }
span { border-color: rgb(71,70,31); }
td.TdClassName
{
border-color: #47461F;
}
.TagClassName
{
border-color: #47461F;
}
</style>