Shades of Madras #4D4618
Tints of Madras #4D4618
RGB
CMYK
RGB Variations
Color information
#4D4618 (or 0x4D4618) is known color: Madras. HEX triplet: 4D, 46 and 18. RGB value is (77,70,24). Sum of RGB (Red+Green+Blue) = 77+70+24=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4618 is #B2B9E7. Grayscale: #434343. Windows color (decimal): -11713000 or 1590861. OLE color: 1590861.
HSL color Cylindrical-coordinate representation of color #4D4618: hue angle of 52.08º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D4618 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 70 | 24 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.70 |
| HSL | 52.08º | 0.52% | 0.2% | - |
| HSV(B) | 52.08º | 0.69% | 0.3% | - |
| XYZ | 5.42 | 6.02 | 1.74 | - |
| YUV | 66.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 70 | 24 | 0 | 0.09 | 0.69 | 0.70 | 52.08 | 0.52 | 0.2 |
| Hex | 4D | 46 | 18 | 0 | 9 | 45 | 46 | 34 | 34 | 14 |
| Octal | 115 | 106 | 30 | 0 | 11 | 105 | 106 | 64 | 64 | 24 |
| Binary | 1001101 | 1000110 | 11000 | 0 | 1001 | 1000101 | 1000110 | 110100 | 110100 | 10100 |
Color Harmonies of #4D4618
Complementary color
Monochromatic Colors of #4D4618
Black with #4D4618
Text Example
Text Example
White with #4D4618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4618; }
p { color: rgb(77,70,24); }
H1.HeaderClassName
{
color: #4D4618;
}
.AnyTagClassName
{
color: #4D4618;
}
</style>
background-color css
<style>
a { background-color: #4D4618; }
a { background-color: rgb(77,70,24); }
div.DivClassName
{
background-color: #4D4618;
}
.BgClassName
{
background-color: #4D4618;
}
</style>
border-color css
<style>
span { border-color: #4D4618; }
span { border-color: rgb(77,70,24); }
td.TdClassName
{
border-color: #4D4618;
}
.TagClassName
{
border-color: #4D4618;
}
</style>