Shades of Woodrush #4D4826
Tints of Woodrush #4D4826
RGB
CMYK
RGB Variations
Color information
#4D4826 (or 0x4D4826) is known color: Woodrush. HEX triplet: 4D, 48 and 26. RGB value is (77,72,38). Sum of RGB (Red+Green+Blue) = 77+72+38=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4826 is #B2B7D9. Grayscale: #454545. Windows color (decimal): -11712474 or 2508877. OLE color: 2508877.
HSL color Cylindrical-coordinate representation of color #4D4826: hue angle of 52.31º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D4826 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 72 | 38 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.70 |
| HSL | 52.31º | 0.34% | 0.23% | - |
| HSV(B) | 52.31º | 0.51% | 0.3% | - |
| XYZ | 5.73 | 6.35 | 2.76 | - |
| YUV | 69.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 38 | 0 | 0.06 | 0.51 | 0.70 | 52.31 | 0.34 | 0.23 |
| Hex | 4D | 48 | 26 | 0 | 6 | 33 | 46 | 34 | 22 | 17 |
| Octal | 115 | 110 | 46 | 0 | 6 | 63 | 106 | 64 | 42 | 27 |
| Binary | 1001101 | 1001000 | 100110 | 0 | 110 | 110011 | 1000110 | 110100 | 100010 | 10111 |
Color Harmonies of #4D4826
Complementary color
Monochromatic Colors of #4D4826
Black with #4D4826
Text Example
Text Example
White with #4D4826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4826; }
p { color: rgb(77,72,38); }
H1.HeaderClassName
{
color: #4D4826;
}
.AnyTagClassName
{
color: #4D4826;
}
</style>
background-color css
<style>
a { background-color: #4D4826; }
a { background-color: rgb(77,72,38); }
div.DivClassName
{
background-color: #4D4826;
}
.BgClassName
{
background-color: #4D4826;
}
</style>
border-color css
<style>
span { border-color: #4D4826; }
span { border-color: rgb(77,72,38); }
td.TdClassName
{
border-color: #4D4826;
}
.TagClassName
{
border-color: #4D4826;
}
</style>