Shades of Woodrush #474621
Tints of Woodrush #474621
RGB
CMYK
RGB Variations
Color information
#474621 (or 0x474621) is known color: Woodrush. HEX triplet: 47, 46 and 21. RGB value is (71,70,33). Sum of RGB (Red+Green+Blue) = 71+70+33=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #474621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474621 is #B8B9DE. Grayscale: #424242. Windows color (decimal): -12106207 or 2180679. OLE color: 2180679.
HSL color Cylindrical-coordinate representation of color #474621: hue angle of 58.42º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #474621 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 70 | 33 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.72 |
| HSL | 58.42º | 0.37% | 0.2% | - |
| HSV(B) | 58.42º | 0.54% | 0.28% | - |
| XYZ | 5.06 | 5.83 | 2.3 | - |
| YUV | 66.08 | 109.33 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 33 | 0 | 0.01 | 0.54 | 0.72 | 58.42 | 0.37 | 0.2 |
| Hex | 47 | 46 | 21 | 0 | 1 | 36 | 48 | 3A | 25 | 14 |
| Octal | 107 | 106 | 41 | 0 | 1 | 66 | 110 | 72 | 45 | 24 |
| Binary | 1000111 | 1000110 | 100001 | 0 | 1 | 110110 | 1001000 | 111010 | 100101 | 10100 |
Color Harmonies of #474621
Complementary color
Monochromatic Colors of #474621
Black with #474621
Text Example
Text Example
White with #474621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474621; }
p { color: rgb(71,70,33); }
H1.HeaderClassName
{
color: #474621;
}
.AnyTagClassName
{
color: #474621;
}
</style>
background-color css
<style>
a { background-color: #474621; }
a { background-color: rgb(71,70,33); }
div.DivClassName
{
background-color: #474621;
}
.BgClassName
{
background-color: #474621;
}
</style>
border-color css
<style>
span { border-color: #474621; }
span { border-color: rgb(71,70,33); }
td.TdClassName
{
border-color: #474621;
}
.TagClassName
{
border-color: #474621;
}
</style>