Shades of Woodrush #4C4820
Tints of Woodrush #4C4820
RGB
CMYK
RGB Variations
Color information
#4C4820 (or 0x4C4820) is known color: Woodrush. HEX triplet: 4C, 48 and 20. RGB value is (76,72,32). Sum of RGB (Red+Green+Blue) = 76+72+32=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4820 is #B3B7DF. Grayscale: #444444. Windows color (decimal): -11778016 or 2115660. OLE color: 2115660.
HSL color Cylindrical-coordinate representation of color #4C4820: hue angle of 54.55º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C4820 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 72 | 32 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.70 |
| HSL | 54.55º | 0.41% | 0.21% | - |
| HSV(B) | 54.55º | 0.58% | 0.3% | - |
| XYZ | 5.56 | 6.28 | 2.28 | - |
| YUV | 68.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 32 | 0 | 0.05 | 0.58 | 0.70 | 54.55 | 0.41 | 0.21 |
| Hex | 4C | 48 | 20 | 0 | 5 | 3A | 46 | 37 | 29 | 15 |
| Octal | 114 | 110 | 40 | 0 | 5 | 72 | 106 | 67 | 51 | 25 |
| Binary | 1001100 | 1001000 | 100000 | 0 | 101 | 111010 | 1000110 | 110111 | 101001 | 10101 |
Color Harmonies of #4C4820
Complementary color
Monochromatic Colors of #4C4820
Black with #4C4820
Text Example
Text Example
White with #4C4820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4820; }
p { color: rgb(76,72,32); }
H1.HeaderClassName
{
color: #4C4820;
}
.AnyTagClassName
{
color: #4C4820;
}
</style>
background-color css
<style>
a { background-color: #4C4820; }
a { background-color: rgb(76,72,32); }
div.DivClassName
{
background-color: #4C4820;
}
.BgClassName
{
background-color: #4C4820;
}
</style>
border-color css
<style>
span { border-color: #4C4820; }
span { border-color: rgb(76,72,32); }
td.TdClassName
{
border-color: #4C4820;
}
.TagClassName
{
border-color: #4C4820;
}
</style>