Shades of Madras #4D3C0D
Tints of Madras #4D3C0D
RGB
CMYK
RGB Variations
Color information
#4D3C0D (or 0x4D3C0D) is known color: Madras. HEX triplet: 4D, 3C and 0D. RGB value is (77,60,13). Sum of RGB (Red+Green+Blue) = 77+60+13=150 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.33% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3C0D is #B2C3F2. Grayscale: #3B3B3B. Windows color (decimal): -11715571 or 867405. OLE color: 867405.
HSL color Cylindrical-coordinate representation of color #4D3C0D: hue angle of 44.06º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D3C0D is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 60 | 13 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.70 |
| HSL | 44.06º | 0.71% | 0.18% | - |
| HSV(B) | 44.06º | 0.83% | 0.3% | - |
| XYZ | 4.75 | 4.84 | 1.06 | - |
| YUV | 59.73 | 101.63 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 13 | 0 | 0.22 | 0.83 | 0.70 | 44.06 | 0.71 | 0.18 |
| Hex | 4D | 3C | D | 0 | 16 | 53 | 46 | 2C | 47 | 12 |
| Octal | 115 | 74 | 15 | 0 | 26 | 123 | 106 | 54 | 107 | 22 |
| Binary | 1001101 | 111100 | 1101 | 0 | 10110 | 1010011 | 1000110 | 101100 | 1000111 | 10010 |
Color Harmonies of #4D3C0D
Complementary color
Monochromatic Colors of #4D3C0D
Black with #4D3C0D
Text Example
Text Example
White with #4D3C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3C0D; }
p { color: rgb(77,60,13); }
H1.HeaderClassName
{
color: #4D3C0D;
}
.AnyTagClassName
{
color: #4D3C0D;
}
</style>
background-color css
<style>
a { background-color: #4D3C0D; }
a { background-color: rgb(77,60,13); }
div.DivClassName
{
background-color: #4D3C0D;
}
.BgClassName
{
background-color: #4D3C0D;
}
</style>
border-color css
<style>
span { border-color: #4D3C0D; }
span { border-color: rgb(77,60,13); }
td.TdClassName
{
border-color: #4D3C0D;
}
.TagClassName
{
border-color: #4D3C0D;
}
</style>