Shades of Woodrush #4D4827
Tints of Woodrush #4D4827
RGB
CMYK
RGB Variations
Color information
#4D4827 (or 0x4D4827) is known color: Woodrush. HEX triplet: 4D, 48 and 27. RGB value is (77,72,39). Sum of RGB (Red+Green+Blue) = 77+72+39=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4827 is #B2B7D8. Grayscale: #454545. Windows color (decimal): -11712473 or 2574413. OLE color: 2574413.
HSL color Cylindrical-coordinate representation of color #4D4827: hue angle of 52.11º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D4827 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 72 | 39 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.70 |
| HSL | 52.11º | 0.33% | 0.23% | - |
| HSV(B) | 52.11º | 0.49% | 0.3% | - |
| XYZ | 5.74 | 6.36 | 2.84 | - |
| YUV | 69.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 39 | 0 | 0.06 | 0.49 | 0.70 | 52.11 | 0.33 | 0.23 |
| Hex | 4D | 48 | 27 | 0 | 6 | 31 | 46 | 34 | 21 | 17 |
| Octal | 115 | 110 | 47 | 0 | 6 | 61 | 106 | 64 | 41 | 27 |
| Binary | 1001101 | 1001000 | 100111 | 0 | 110 | 110001 | 1000110 | 110100 | 100001 | 10111 |
Color Harmonies of #4D4827
Complementary color
Monochromatic Colors of #4D4827
Black with #4D4827
Text Example
Text Example
White with #4D4827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4827; }
p { color: rgb(77,72,39); }
H1.HeaderClassName
{
color: #4D4827;
}
.AnyTagClassName
{
color: #4D4827;
}
</style>
background-color css
<style>
a { background-color: #4D4827; }
a { background-color: rgb(77,72,39); }
div.DivClassName
{
background-color: #4D4827;
}
.BgClassName
{
background-color: #4D4827;
}
</style>
border-color css
<style>
span { border-color: #4D4827; }
span { border-color: rgb(77,72,39); }
td.TdClassName
{
border-color: #4D4827;
}
.TagClassName
{
border-color: #4D4827;
}
</style>