Shades of Woodrush #474129
Tints of Woodrush #474129
RGB
CMYK
RGB Variations
Color information
#474129 (or 0x474129) is known color: Woodrush. HEX triplet: 47, 41 and 29. RGB value is (71,65,41). Sum of RGB (Red+Green+Blue) = 71+65+41=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #474129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474129 is #B8BED6. Grayscale: #404040. Windows color (decimal): -12107479 or 2703687. OLE color: 2703687.
HSL color Cylindrical-coordinate representation of color #474129: hue angle of 48º 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 #474129 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 65 | 41 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.72 |
| HSL | 48º | 0.27% | 0.22% | - |
| HSV(B) | 48º | 0.42% | 0.28% | - |
| XYZ | 4.89 | 5.28 | 2.86 | - |
| YUV | 64.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 41 | 0 | 0.08 | 0.42 | 0.72 | 48 | 0.27 | 0.22 |
| Hex | 47 | 41 | 29 | 0 | 8 | 2A | 48 | 30 | 1B | 16 |
| Octal | 107 | 101 | 51 | 0 | 10 | 52 | 110 | 60 | 33 | 26 |
| Binary | 1000111 | 1000001 | 101001 | 0 | 1000 | 101010 | 1001000 | 110000 | 11011 | 10110 |
Color Harmonies of #474129
Complementary color
Monochromatic Colors of #474129
Black with #474129
Text Example
Text Example
White with #474129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474129; }
p { color: rgb(71,65,41); }
H1.HeaderClassName
{
color: #474129;
}
.AnyTagClassName
{
color: #474129;
}
</style>
background-color css
<style>
a { background-color: #474129; }
a { background-color: rgb(71,65,41); }
div.DivClassName
{
background-color: #474129;
}
.BgClassName
{
background-color: #474129;
}
</style>
border-color css
<style>
span { border-color: #474129; }
span { border-color: rgb(71,65,41); }
td.TdClassName
{
border-color: #474129;
}
.TagClassName
{
border-color: #474129;
}
</style>