Shades of Madras #4D3C09
Tints of Madras #4D3C09
RGB
CMYK
RGB Variations
Color information
#4D3C09 (or 0x4D3C09) is known color: Madras. HEX triplet: 4D, 3C and 09. RGB value is (77,60,9). Sum of RGB (Red+Green+Blue) = 77+60+9=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3C09 is #B2C3F6. Grayscale: #3B3B3B. Windows color (decimal): -11715575 or 605261. OLE color: 605261.
HSL color Cylindrical-coordinate representation of color #4D3C09: hue angle of 45º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D3C09 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 60 | 9 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.70 |
| HSL | 45º | 0.79% | 0.17% | - |
| HSV(B) | 45º | 0.88% | 0.3% | - |
| XYZ | 4.73 | 4.83 | 0.94 | - |
| YUV | 59.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 9 | 0 | 0.22 | 0.88 | 0.70 | 45 | 0.79 | 0.17 |
| Hex | 4D | 3C | 9 | 0 | 16 | 58 | 46 | 2D | 4F | 11 |
| Octal | 115 | 74 | 11 | 0 | 26 | 130 | 106 | 55 | 117 | 21 |
| Binary | 1001101 | 111100 | 1001 | 0 | 10110 | 1011000 | 1000110 | 101101 | 1001111 | 10001 |
Color Harmonies of #4D3C09
Complementary color
Monochromatic Colors of #4D3C09
Black with #4D3C09
Text Example
Text Example
White with #4D3C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3C09; }
p { color: rgb(77,60,9); }
H1.HeaderClassName
{
color: #4D3C09;
}
.AnyTagClassName
{
color: #4D3C09;
}
</style>
background-color css
<style>
a { background-color: #4D3C09; }
a { background-color: rgb(77,60,9); }
div.DivClassName
{
background-color: #4D3C09;
}
.BgClassName
{
background-color: #4D3C09;
}
</style>
border-color css
<style>
span { border-color: #4D3C09; }
span { border-color: rgb(77,60,9); }
td.TdClassName
{
border-color: #4D3C09;
}
.TagClassName
{
border-color: #4D3C09;
}
</style>