Shades of Madras #4D370C
Tints of Madras #4D370C
RGB
CMYK
RGB Variations
Color information
#4D370C (or 0x4D370C) is known color: Madras. HEX triplet: 4D, 37 and 0C. RGB value is (77,55,12). Sum of RGB (Red+Green+Blue) = 77+55+12=144 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.47% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 77 - color contains mainly: red. Hex color #4D370C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D370C is #B2C8F3. Grayscale: #383838. Windows color (decimal): -11716852 or 800589. OLE color: 800589.
HSL color Cylindrical-coordinate representation of color #4D370C: hue angle of 39.69º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D370C is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 55 | 12 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.70 |
| HSL | 39.69º | 0.73% | 0.17% | - |
| HSV(B) | 39.69º | 0.84% | 0.3% | - |
| XYZ | 4.49 | 4.34 | 0.95 | - |
| YUV | 56.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 12 | 0 | 0.29 | 0.84 | 0.70 | 39.69 | 0.73 | 0.17 |
| Hex | 4D | 37 | C | 0 | 1D | 54 | 46 | 28 | 49 | 11 |
| Octal | 115 | 67 | 14 | 0 | 35 | 124 | 106 | 50 | 111 | 21 |
| Binary | 1001101 | 110111 | 1100 | 0 | 11101 | 1010100 | 1000110 | 101000 | 1001001 | 10001 |
Color Harmonies of #4D370C
Complementary color
Monochromatic Colors of #4D370C
Black with #4D370C
Text Example
Text Example
White with #4D370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D370C; }
p { color: rgb(77,55,12); }
H1.HeaderClassName
{
color: #4D370C;
}
.AnyTagClassName
{
color: #4D370C;
}
</style>
background-color css
<style>
a { background-color: #4D370C; }
a { background-color: rgb(77,55,12); }
div.DivClassName
{
background-color: #4D370C;
}
.BgClassName
{
background-color: #4D370C;
}
</style>
border-color css
<style>
span { border-color: #4D370C; }
span { border-color: rgb(77,55,12); }
td.TdClassName
{
border-color: #4D370C;
}
.TagClassName
{
border-color: #4D370C;
}
</style>