Shades of Woodrush #474226
Tints of Woodrush #474226
RGB
CMYK
RGB Variations
Color information
#474226 (or 0x474226) is known color: Woodrush. HEX triplet: 47, 42 and 26. RGB value is (71,66,38). Sum of RGB (Red+Green+Blue) = 71+66+38=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #474226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474226 is #B8BDD9. Grayscale: #404040. Windows color (decimal): -12107226 or 2507335. OLE color: 2507335.
HSL color Cylindrical-coordinate representation of color #474226: hue angle of 50.91º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #474226 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 66 | 38 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.72 |
| HSL | 50.91º | 0.3% | 0.21% | - |
| HSV(B) | 50.91º | 0.46% | 0.28% | - |
| XYZ | 4.9 | 5.38 | 2.61 | - |
| YUV | 64.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 38 | 0 | 0.07 | 0.46 | 0.72 | 50.91 | 0.3 | 0.21 |
| Hex | 47 | 42 | 26 | 0 | 7 | 2E | 48 | 33 | 1E | 15 |
| Octal | 107 | 102 | 46 | 0 | 7 | 56 | 110 | 63 | 36 | 25 |
| Binary | 1000111 | 1000010 | 100110 | 0 | 111 | 101110 | 1001000 | 110011 | 11110 | 10101 |
Color Harmonies of #474226
Complementary color
Monochromatic Colors of #474226
Black with #474226
Text Example
Text Example
White with #474226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474226; }
p { color: rgb(71,66,38); }
H1.HeaderClassName
{
color: #474226;
}
.AnyTagClassName
{
color: #474226;
}
</style>
background-color css
<style>
a { background-color: #474226; }
a { background-color: rgb(71,66,38); }
div.DivClassName
{
background-color: #474226;
}
.BgClassName
{
background-color: #474226;
}
</style>
border-color css
<style>
span { border-color: #474226; }
span { border-color: rgb(71,66,38); }
td.TdClassName
{
border-color: #474226;
}
.TagClassName
{
border-color: #474226;
}
</style>