Shades of Woodrush #474529
Tints of Woodrush #474529
RGB
CMYK
RGB Variations
Color information
#474529 (or 0x474529) is known color: Woodrush. HEX triplet: 47, 45 and 29. RGB value is (71,69,41). Sum of RGB (Red+Green+Blue) = 71+69+41=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #474529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474529 is #B8BAD6. Grayscale: #424242. Windows color (decimal): -12106455 or 2704711. OLE color: 2704711.
HSL color Cylindrical-coordinate representation of color #474529: hue angle of 56º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #474529 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 69 | 41 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.72 |
| HSL | 56º | 0.27% | 0.22% | - |
| HSV(B) | 56º | 0.42% | 0.28% | - |
| XYZ | 5.13 | 5.76 | 2.94 | - |
| YUV | 66.41 | 113.66 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 41 | 0 | 0.03 | 0.42 | 0.72 | 56 | 0.27 | 0.22 |
| Hex | 47 | 45 | 29 | 0 | 3 | 2A | 48 | 38 | 1B | 16 |
| Octal | 107 | 105 | 51 | 0 | 3 | 52 | 110 | 70 | 33 | 26 |
| Binary | 1000111 | 1000101 | 101001 | 0 | 11 | 101010 | 1001000 | 111000 | 11011 | 10110 |
Color Harmonies of #474529
Complementary color
Monochromatic Colors of #474529
Black with #474529
Text Example
Text Example
White with #474529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474529; }
p { color: rgb(71,69,41); }
H1.HeaderClassName
{
color: #474529;
}
.AnyTagClassName
{
color: #474529;
}
</style>
background-color css
<style>
a { background-color: #474529; }
a { background-color: rgb(71,69,41); }
div.DivClassName
{
background-color: #474529;
}
.BgClassName
{
background-color: #474529;
}
</style>
border-color css
<style>
span { border-color: #474529; }
span { border-color: rgb(71,69,41); }
td.TdClassName
{
border-color: #474529;
}
.TagClassName
{
border-color: #474529;
}
</style>