Shades of Woodrush #4C4722
Tints of Woodrush #4C4722
RGB
CMYK
RGB Variations
Color information
#4C4722 (or 0x4C4722) is known color: Woodrush. HEX triplet: 4C, 47 and 22. RGB value is (76,71,34). Sum of RGB (Red+Green+Blue) = 76+71+34=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4722 is #B3B8DD. Grayscale: #444444. Windows color (decimal): -11778270 or 2246476. OLE color: 2246476.
HSL color Cylindrical-coordinate representation of color #4C4722: hue angle of 52.86º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C4722 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 71 | 34 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.70 |
| HSL | 52.86º | 0.38% | 0.22% | - |
| HSV(B) | 52.86º | 0.55% | 0.3% | - |
| XYZ | 5.52 | 6.16 | 2.41 | - |
| YUV | 68.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 71 | 34 | 0 | 0.07 | 0.55 | 0.70 | 52.86 | 0.38 | 0.22 |
| Hex | 4C | 47 | 22 | 0 | 7 | 37 | 46 | 35 | 26 | 16 |
| Octal | 114 | 107 | 42 | 0 | 7 | 67 | 106 | 65 | 46 | 26 |
| Binary | 1001100 | 1000111 | 100010 | 0 | 111 | 110111 | 1000110 | 110101 | 100110 | 10110 |
Color Harmonies of #4C4722
Complementary color
Monochromatic Colors of #4C4722
Black with #4C4722
Text Example
Text Example
White with #4C4722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4722; }
p { color: rgb(76,71,34); }
H1.HeaderClassName
{
color: #4C4722;
}
.AnyTagClassName
{
color: #4C4722;
}
</style>
background-color css
<style>
a { background-color: #4C4722; }
a { background-color: rgb(76,71,34); }
div.DivClassName
{
background-color: #4C4722;
}
.BgClassName
{
background-color: #4C4722;
}
</style>
border-color css
<style>
span { border-color: #4C4722; }
span { border-color: rgb(76,71,34); }
td.TdClassName
{
border-color: #4C4722;
}
.TagClassName
{
border-color: #4C4722;
}
</style>