Shades of Madras #4C4314
Tints of Madras #4C4314
RGB
CMYK
RGB Variations
Color information
#4C4314 (or 0x4C4314) is known color: Madras. HEX triplet: 4C, 43 and 14. RGB value is (76,67,20). Sum of RGB (Red+Green+Blue) = 76+67+20=163 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.63% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4314 is #B3BCEB. Grayscale: #404040. Windows color (decimal): -11779308 or 1327948. OLE color: 1327948.
HSL color Cylindrical-coordinate representation of color #4C4314: hue angle of 50.36º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C4314 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 67 | 20 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.70 |
| HSL | 50.36º | 0.58% | 0.19% | - |
| HSV(B) | 50.36º | 0.74% | 0.3% | - |
| XYZ | 5.11 | 5.6 | 1.47 | - |
| YUV | 64.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 20 | 0 | 0.12 | 0.74 | 0.70 | 50.36 | 0.58 | 0.19 |
| Hex | 4C | 43 | 14 | 0 | C | 4A | 46 | 32 | 3A | 13 |
| Octal | 114 | 103 | 24 | 0 | 14 | 112 | 106 | 62 | 72 | 23 |
| Binary | 1001100 | 1000011 | 10100 | 0 | 1100 | 1001010 | 1000110 | 110010 | 111010 | 10011 |
Color Harmonies of #4C4314
Complementary color
Monochromatic Colors of #4C4314
Black with #4C4314
Text Example
Text Example
White with #4C4314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4314; }
p { color: rgb(76,67,20); }
H1.HeaderClassName
{
color: #4C4314;
}
.AnyTagClassName
{
color: #4C4314;
}
</style>
background-color css
<style>
a { background-color: #4C4314; }
a { background-color: rgb(76,67,20); }
div.DivClassName
{
background-color: #4C4314;
}
.BgClassName
{
background-color: #4C4314;
}
</style>
border-color css
<style>
span { border-color: #4C4314; }
span { border-color: rgb(76,67,20); }
td.TdClassName
{
border-color: #4C4314;
}
.TagClassName
{
border-color: #4C4314;
}
</style>