Shades of Madras #4D4814
Tints of Madras #4D4814
RGB
CMYK
RGB Variations
Color information
#4D4814 (or 0x4D4814) is known color: Madras. HEX triplet: 4D, 48 and 14. RGB value is (77,72,20). Sum of RGB (Red+Green+Blue) = 77+72+20=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4814 is #B2B7EB. Grayscale: #434343. Windows color (decimal): -11712492 or 1329229. OLE color: 1329229.
HSL color Cylindrical-coordinate representation of color #4D4814: hue angle of 54.74º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D4814 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 72 | 20 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.70 |
| HSL | 54.74º | 0.59% | 0.19% | - |
| HSV(B) | 54.74º | 0.74% | 0.3% | - |
| XYZ | 5.5 | 6.26 | 1.58 | - |
| YUV | 67.57 | 101.16 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 20 | 0 | 0.06 | 0.74 | 0.70 | 54.74 | 0.59 | 0.19 |
| Hex | 4D | 48 | 14 | 0 | 6 | 4A | 46 | 37 | 3B | 13 |
| Octal | 115 | 110 | 24 | 0 | 6 | 112 | 106 | 67 | 73 | 23 |
| Binary | 1001101 | 1001000 | 10100 | 0 | 110 | 1001010 | 1000110 | 110111 | 111011 | 10011 |
Color Harmonies of #4D4814
Complementary color
Monochromatic Colors of #4D4814
Black with #4D4814
Text Example
Text Example
White with #4D4814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4814; }
p { color: rgb(77,72,20); }
H1.HeaderClassName
{
color: #4D4814;
}
.AnyTagClassName
{
color: #4D4814;
}
</style>
background-color css
<style>
a { background-color: #4D4814; }
a { background-color: rgb(77,72,20); }
div.DivClassName
{
background-color: #4D4814;
}
.BgClassName
{
background-color: #4D4814;
}
</style>
border-color css
<style>
span { border-color: #4D4814; }
span { border-color: rgb(77,72,20); }
td.TdClassName
{
border-color: #4D4814;
}
.TagClassName
{
border-color: #4D4814;
}
</style>