Shades of Madras #4C4712
Tints of Madras #4C4712
RGB
CMYK
RGB Variations
Color information
#4C4712 (or 0x4C4712) is known color: Madras. HEX triplet: 4C, 47 and 12. RGB value is (76,71,18). Sum of RGB (Red+Green+Blue) = 76+71+18=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4712 is #B3B8ED. Grayscale: #424242. Windows color (decimal): -11778286 or 1197900. OLE color: 1197900.
HSL color Cylindrical-coordinate representation of color #4C4712: hue angle of 54.83º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C4712 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 71 | 18 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.70 |
| HSL | 54.83º | 0.62% | 0.18% | - |
| HSV(B) | 54.83º | 0.76% | 0.3% | - |
| XYZ | 5.34 | 6.09 | 1.47 | - |
| YUV | 66.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 71 | 18 | 0 | 0.07 | 0.76 | 0.70 | 54.83 | 0.62 | 0.18 |
| Hex | 4C | 47 | 12 | 0 | 7 | 4C | 46 | 37 | 3E | 12 |
| Octal | 114 | 107 | 22 | 0 | 7 | 114 | 106 | 67 | 76 | 22 |
| Binary | 1001100 | 1000111 | 10010 | 0 | 111 | 1001100 | 1000110 | 110111 | 111110 | 10010 |
Color Harmonies of #4C4712
Complementary color
Monochromatic Colors of #4C4712
Black with #4C4712
Text Example
Text Example
White with #4C4712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4712; }
p { color: rgb(76,71,18); }
H1.HeaderClassName
{
color: #4C4712;
}
.AnyTagClassName
{
color: #4C4712;
}
</style>
background-color css
<style>
a { background-color: #4C4712; }
a { background-color: rgb(76,71,18); }
div.DivClassName
{
background-color: #4C4712;
}
.BgClassName
{
background-color: #4C4712;
}
</style>
border-color css
<style>
span { border-color: #4C4712; }
span { border-color: rgb(76,71,18); }
td.TdClassName
{
border-color: #4C4712;
}
.TagClassName
{
border-color: #4C4712;
}
</style>