Shades of Woodrush #474624
Tints of Woodrush #474624
RGB
CMYK
RGB Variations
Color information
#474624 (or 0x474624) is known color: Woodrush. HEX triplet: 47, 46 and 24. RGB value is (71,70,36). Sum of RGB (Red+Green+Blue) = 71+70+36=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #474624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474624 is #B8B9DB. Grayscale: #424242. Windows color (decimal): -12106204 or 2377287. OLE color: 2377287.
HSL color Cylindrical-coordinate representation of color #474624: hue angle of 58.29º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #474624 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 70 | 36 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.72 |
| HSL | 58.29º | 0.33% | 0.21% | - |
| HSV(B) | 58.29º | 0.49% | 0.28% | - |
| XYZ | 5.11 | 5.85 | 2.53 | - |
| YUV | 66.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 36 | 0 | 0.01 | 0.49 | 0.72 | 58.29 | 0.33 | 0.21 |
| Hex | 47 | 46 | 24 | 0 | 1 | 31 | 48 | 3A | 21 | 15 |
| Octal | 107 | 106 | 44 | 0 | 1 | 61 | 110 | 72 | 41 | 25 |
| Binary | 1000111 | 1000110 | 100100 | 0 | 1 | 110001 | 1001000 | 111010 | 100001 | 10101 |
Color Harmonies of #474624
Complementary color
Monochromatic Colors of #474624
Black with #474624
Text Example
Text Example
White with #474624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474624; }
p { color: rgb(71,70,36); }
H1.HeaderClassName
{
color: #474624;
}
.AnyTagClassName
{
color: #474624;
}
</style>
background-color css
<style>
a { background-color: #474624; }
a { background-color: rgb(71,70,36); }
div.DivClassName
{
background-color: #474624;
}
.BgClassName
{
background-color: #474624;
}
</style>
border-color css
<style>
span { border-color: #474624; }
span { border-color: rgb(71,70,36); }
td.TdClassName
{
border-color: #474624;
}
.TagClassName
{
border-color: #474624;
}
</style>