Shades of Madras #4D3C05
Tints of Madras #4D3C05
RGB
CMYK
RGB Variations
Color information
#4D3C05 (or 0x4D3C05) is known color: Madras. HEX triplet: 4D, 3C and 05. RGB value is (77,60,5). Sum of RGB (Red+Green+Blue) = 77+60+5=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3C05 is #B2C3FA. Grayscale: #3B3B3B. Windows color (decimal): -11715579 or 343117. OLE color: 343117.
HSL color Cylindrical-coordinate representation of color #4D3C05: hue angle of 45.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D3C05 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 60 | 5 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.70 |
| HSL | 45.83º | 0.88% | 0.16% | - |
| HSV(B) | 45.83º | 0.94% | 0.3% | - |
| XYZ | 4.7 | 4.82 | 0.83 | - |
| YUV | 58.81 | 97.63 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 5 | 0 | 0.22 | 0.94 | 0.70 | 45.83 | 0.88 | 0.16 |
| Hex | 4D | 3C | 5 | 0 | 16 | 5E | 46 | 2E | 58 | 10 |
| Octal | 115 | 74 | 5 | 0 | 26 | 136 | 106 | 56 | 130 | 20 |
| Binary | 1001101 | 111100 | 101 | 0 | 10110 | 1011110 | 1000110 | 101110 | 1011000 | 10000 |
Color Harmonies of #4D3C05
Complementary color
Monochromatic Colors of #4D3C05
Black with #4D3C05
Text Example
Text Example
White with #4D3C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3C05; }
p { color: rgb(77,60,5); }
H1.HeaderClassName
{
color: #4D3C05;
}
.AnyTagClassName
{
color: #4D3C05;
}
</style>
background-color css
<style>
a { background-color: #4D3C05; }
a { background-color: rgb(77,60,5); }
div.DivClassName
{
background-color: #4D3C05;
}
.BgClassName
{
background-color: #4D3C05;
}
</style>
border-color css
<style>
span { border-color: #4D3C05; }
span { border-color: rgb(77,60,5); }
td.TdClassName
{
border-color: #4D3C05;
}
.TagClassName
{
border-color: #4D3C05;
}
</style>