Shades of Woodrush #4D4824
Tints of Woodrush #4D4824
RGB
CMYK
RGB Variations
Color information
#4D4824 (or 0x4D4824) is known color: Woodrush. HEX triplet: 4D, 48 and 24. RGB value is (77,72,36). Sum of RGB (Red+Green+Blue) = 77+72+36=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4824 is #B2B7DB. Grayscale: #454545. Windows color (decimal): -11712476 or 2377805. OLE color: 2377805.
HSL color Cylindrical-coordinate representation of color #4D4824: hue angle of 52.68º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D4824 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 72 | 36 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.70 |
| HSL | 52.68º | 0.36% | 0.22% | - |
| HSV(B) | 52.68º | 0.53% | 0.3% | - |
| XYZ | 5.7 | 6.34 | 2.59 | - |
| YUV | 69.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 36 | 0 | 0.06 | 0.53 | 0.70 | 52.68 | 0.36 | 0.22 |
| Hex | 4D | 48 | 24 | 0 | 6 | 35 | 46 | 35 | 24 | 16 |
| Octal | 115 | 110 | 44 | 0 | 6 | 65 | 106 | 65 | 44 | 26 |
| Binary | 1001101 | 1001000 | 100100 | 0 | 110 | 110101 | 1000110 | 110101 | 100100 | 10110 |
Color Harmonies of #4D4824
Complementary color
Monochromatic Colors of #4D4824
Black with #4D4824
Text Example
Text Example
White with #4D4824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4824; }
p { color: rgb(77,72,36); }
H1.HeaderClassName
{
color: #4D4824;
}
.AnyTagClassName
{
color: #4D4824;
}
</style>
background-color css
<style>
a { background-color: #4D4824; }
a { background-color: rgb(77,72,36); }
div.DivClassName
{
background-color: #4D4824;
}
.BgClassName
{
background-color: #4D4824;
}
</style>
border-color css
<style>
span { border-color: #4D4824; }
span { border-color: rgb(77,72,36); }
td.TdClassName
{
border-color: #4D4824;
}
.TagClassName
{
border-color: #4D4824;
}
</style>