Shades of Madras #4C4316
Tints of Madras #4C4316
RGB
CMYK
RGB Variations
Color information
#4C4316 (or 0x4C4316) is known color: Madras. HEX triplet: 4C, 43 and 16. RGB value is (76,67,22). Sum of RGB (Red+Green+Blue) = 76+67+22=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4316 is #B3BCE9. Grayscale: #404040. Windows color (decimal): -11779306 or 1459020. OLE color: 1459020.
HSL color Cylindrical-coordinate representation of color #4C4316: hue angle of 50º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C4316 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 67 | 22 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.70 |
| HSL | 50º | 0.55% | 0.19% | - |
| HSV(B) | 50º | 0.71% | 0.3% | - |
| XYZ | 5.13 | 5.61 | 1.57 | - |
| YUV | 64.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 22 | 0 | 0.12 | 0.71 | 0.70 | 50 | 0.55 | 0.19 |
| Hex | 4C | 43 | 16 | 0 | C | 47 | 46 | 32 | 37 | 13 |
| Octal | 114 | 103 | 26 | 0 | 14 | 107 | 106 | 62 | 67 | 23 |
| Binary | 1001100 | 1000011 | 10110 | 0 | 1100 | 1000111 | 1000110 | 110010 | 110111 | 10011 |
Color Harmonies of #4C4316
Complementary color
Monochromatic Colors of #4C4316
Black with #4C4316
Text Example
Text Example
White with #4C4316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4316; }
p { color: rgb(76,67,22); }
H1.HeaderClassName
{
color: #4C4316;
}
.AnyTagClassName
{
color: #4C4316;
}
</style>
background-color css
<style>
a { background-color: #4C4316; }
a { background-color: rgb(76,67,22); }
div.DivClassName
{
background-color: #4C4316;
}
.BgClassName
{
background-color: #4C4316;
}
</style>
border-color css
<style>
span { border-color: #4C4316; }
span { border-color: rgb(76,67,22); }
td.TdClassName
{
border-color: #4C4316;
}
.TagClassName
{
border-color: #4C4316;
}
</style>