Shades of Madras #4D4312
Tints of Madras #4D4312
RGB
CMYK
RGB Variations
Color information
#4D4312 (or 0x4D4312) is known color: Madras. HEX triplet: 4D, 43 and 12. RGB value is (77,67,18). Sum of RGB (Red+Green+Blue) = 77+67+18=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4312 is #B2BCED. Grayscale: #404040. Windows color (decimal): -11713774 or 1196877. OLE color: 1196877.
HSL color Cylindrical-coordinate representation of color #4D4312: hue angle of 49.83º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D4312 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 67 | 18 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.70 |
| HSL | 49.83º | 0.62% | 0.19% | - |
| HSV(B) | 49.83º | 0.77% | 0.3% | - |
| XYZ | 5.18 | 5.64 | 1.39 | - |
| YUV | 64.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 18 | 0 | 0.13 | 0.77 | 0.70 | 49.83 | 0.62 | 0.19 |
| Hex | 4D | 43 | 12 | 0 | D | 4D | 46 | 32 | 3E | 13 |
| Octal | 115 | 103 | 22 | 0 | 15 | 115 | 106 | 62 | 76 | 23 |
| Binary | 1001101 | 1000011 | 10010 | 0 | 1101 | 1001101 | 1000110 | 110010 | 111110 | 10011 |
Color Harmonies of #4D4312
Complementary color
Monochromatic Colors of #4D4312
Black with #4D4312
Text Example
Text Example
White with #4D4312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4312; }
p { color: rgb(77,67,18); }
H1.HeaderClassName
{
color: #4D4312;
}
.AnyTagClassName
{
color: #4D4312;
}
</style>
background-color css
<style>
a { background-color: #4D4312; }
a { background-color: rgb(77,67,18); }
div.DivClassName
{
background-color: #4D4312;
}
.BgClassName
{
background-color: #4D4312;
}
</style>
border-color css
<style>
span { border-color: #4D4312; }
span { border-color: rgb(77,67,18); }
td.TdClassName
{
border-color: #4D4312;
}
.TagClassName
{
border-color: #4D4312;
}
</style>