Shades of Woodrush #4A4631
Tints of Woodrush #4A4631
RGB
CMYK
RGB Variations
Color information
#4A4631 (or 0x4A4631) is known color: Woodrush. HEX triplet: 4A, 46 and 31. RGB value is (74,70,49). Sum of RGB (Red+Green+Blue) = 74+70+49=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4631 is #B5B9CE. Grayscale: #444444. Windows color (decimal): -11909583 or 3229258. OLE color: 3229258.
HSL color Cylindrical-coordinate representation of color #4A4631: hue angle of 50.4º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A4631 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 70 | 49 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.71 |
| HSL | 50.4º | 0.2% | 0.24% | - |
| HSV(B) | 50.4º | 0.34% | 0.29% | - |
| XYZ | 5.57 | 6.06 | 3.78 | - |
| YUV | 68.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 70 | 49 | 0 | 0.05 | 0.34 | 0.71 | 50.4 | 0.2 | 0.24 |
| Hex | 4A | 46 | 31 | 0 | 5 | 22 | 47 | 32 | 14 | 18 |
| Octal | 112 | 106 | 61 | 0 | 5 | 42 | 107 | 62 | 24 | 30 |
| Binary | 1001010 | 1000110 | 110001 | 0 | 101 | 100010 | 1000111 | 110010 | 10100 | 11000 |
Color Harmonies of #4A4631
Complementary color
Monochromatic Colors of #4A4631
Black with #4A4631
Text Example
Text Example
White with #4A4631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4631; }
p { color: rgb(74,70,49); }
H1.HeaderClassName
{
color: #4A4631;
}
.AnyTagClassName
{
color: #4A4631;
}
</style>
background-color css
<style>
a { background-color: #4A4631; }
a { background-color: rgb(74,70,49); }
div.DivClassName
{
background-color: #4A4631;
}
.BgClassName
{
background-color: #4A4631;
}
</style>
border-color css
<style>
span { border-color: #4A4631; }
span { border-color: rgb(74,70,49); }
td.TdClassName
{
border-color: #4A4631;
}
.TagClassName
{
border-color: #4A4631;
}
</style>