Shades of Madras #4D430D
Tints of Madras #4D430D
RGB
CMYK
RGB Variations
Color information
#4D430D (or 0x4D430D) is known color: Madras. HEX triplet: 4D, 43 and 0D. RGB value is (77,67,13). Sum of RGB (Red+Green+Blue) = 77+67+13=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D430D is #B2BCF2. Grayscale: #404040. Windows color (decimal): -11713779 or 869197. OLE color: 869197.
HSL color Cylindrical-coordinate representation of color #4D430D: hue angle of 50.62º 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 #4D430D is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 67 | 13 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.70 |
| HSL | 50.63º | 0.71% | 0.18% | - |
| HSV(B) | 50.63º | 0.83% | 0.3% | - |
| XYZ | 5.14 | 5.62 | 1.19 | - |
| YUV | 63.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 13 | 0 | 0.13 | 0.83 | 0.70 | 50.63 | 0.71 | 0.18 |
| Hex | 4D | 43 | D | 0 | D | 53 | 46 | 33 | 47 | 12 |
| Octal | 115 | 103 | 15 | 0 | 15 | 123 | 106 | 63 | 107 | 22 |
| Binary | 1001101 | 1000011 | 1101 | 0 | 1101 | 1010011 | 1000110 | 110011 | 1000111 | 10010 |
Color Harmonies of #4D430D
Complementary color
Monochromatic Colors of #4D430D
Black with #4D430D
Text Example
Text Example
White with #4D430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D430D; }
p { color: rgb(77,67,13); }
H1.HeaderClassName
{
color: #4D430D;
}
.AnyTagClassName
{
color: #4D430D;
}
</style>
background-color css
<style>
a { background-color: #4D430D; }
a { background-color: rgb(77,67,13); }
div.DivClassName
{
background-color: #4D430D;
}
.BgClassName
{
background-color: #4D430D;
}
</style>
border-color css
<style>
span { border-color: #4D430D; }
span { border-color: rgb(77,67,13); }
td.TdClassName
{
border-color: #4D430D;
}
.TagClassName
{
border-color: #4D430D;
}
</style>