Shades of Woodrush #4A4522
Tints of Woodrush #4A4522
RGB
CMYK
RGB Variations
Color information
#4A4522 (or 0x4A4522) is known color: Woodrush. HEX triplet: 4A, 45 and 22. RGB value is (74,69,34). Sum of RGB (Red+Green+Blue) = 74+69+34=177 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.81% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4522 is #B5BADD. Grayscale: #424242. Windows color (decimal): -11909854 or 2245962. OLE color: 2245962.
HSL color Cylindrical-coordinate representation of color #4A4522: hue angle of 52.5º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A4522 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 69 | 34 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.71 |
| HSL | 52.5º | 0.37% | 0.21% | - |
| HSV(B) | 52.5º | 0.54% | 0.29% | - |
| XYZ | 5.24 | 5.83 | 2.36 | - |
| YUV | 66.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 34 | 0 | 0.07 | 0.54 | 0.71 | 52.5 | 0.37 | 0.21 |
| Hex | 4A | 45 | 22 | 0 | 7 | 36 | 47 | 34 | 25 | 15 |
| Octal | 112 | 105 | 42 | 0 | 7 | 66 | 107 | 64 | 45 | 25 |
| Binary | 1001010 | 1000101 | 100010 | 0 | 111 | 110110 | 1000111 | 110100 | 100101 | 10101 |
Color Harmonies of #4A4522
Complementary color
Monochromatic Colors of #4A4522
Black with #4A4522
Text Example
Text Example
White with #4A4522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4522; }
p { color: rgb(74,69,34); }
H1.HeaderClassName
{
color: #4A4522;
}
.AnyTagClassName
{
color: #4A4522;
}
</style>
background-color css
<style>
a { background-color: #4A4522; }
a { background-color: rgb(74,69,34); }
div.DivClassName
{
background-color: #4A4522;
}
.BgClassName
{
background-color: #4A4522;
}
</style>
border-color css
<style>
span { border-color: #4A4522; }
span { border-color: rgb(74,69,34); }
td.TdClassName
{
border-color: #4A4522;
}
.TagClassName
{
border-color: #4A4522;
}
</style>