Shades of Madras #4C4412
Tints of Madras #4C4412
RGB
CMYK
RGB Variations
Color information
#4C4412 (or 0x4C4412) is known color: Madras. HEX triplet: 4C, 44 and 12. RGB value is (76,68,18). Sum of RGB (Red+Green+Blue) = 76+68+18=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4412 is #B3BBED. Grayscale: #404040. Windows color (decimal): -11779054 or 1197132. OLE color: 1197132.
HSL color Cylindrical-coordinate representation of color #4C4412: hue angle of 51.72º 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 #4C4412 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 68 | 18 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.70 |
| HSL | 51.72º | 0.62% | 0.18% | - |
| HSV(B) | 51.72º | 0.76% | 0.3% | - |
| XYZ | 5.16 | 5.71 | 1.4 | - |
| YUV | 64.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 18 | 0 | 0.11 | 0.76 | 0.70 | 51.72 | 0.62 | 0.18 |
| Hex | 4C | 44 | 12 | 0 | B | 4C | 46 | 34 | 3E | 12 |
| Octal | 114 | 104 | 22 | 0 | 13 | 114 | 106 | 64 | 76 | 22 |
| Binary | 1001100 | 1000100 | 10010 | 0 | 1011 | 1001100 | 1000110 | 110100 | 111110 | 10010 |
Color Harmonies of #4C4412
Complementary color
Monochromatic Colors of #4C4412
Black with #4C4412
Text Example
Text Example
White with #4C4412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4412; }
p { color: rgb(76,68,18); }
H1.HeaderClassName
{
color: #4C4412;
}
.AnyTagClassName
{
color: #4C4412;
}
</style>
background-color css
<style>
a { background-color: #4C4412; }
a { background-color: rgb(76,68,18); }
div.DivClassName
{
background-color: #4C4412;
}
.BgClassName
{
background-color: #4C4412;
}
</style>
border-color css
<style>
span { border-color: #4C4412; }
span { border-color: rgb(76,68,18); }
td.TdClassName
{
border-color: #4C4412;
}
.TagClassName
{
border-color: #4C4412;
}
</style>