Shades of Madras #4C4209
Tints of Madras #4C4209
RGB
CMYK
RGB Variations
Color information
#4C4209 (or 0x4C4209) is known color: Madras. HEX triplet: 4C, 42 and 09. RGB value is (76,66,9). Sum of RGB (Red+Green+Blue) = 76+66+9=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4209 is #B3BDF6. Grayscale: #3E3E3E. Windows color (decimal): -11779575 or 606796. OLE color: 606796.
HSL color Cylindrical-coordinate representation of color #4C4209: hue angle of 51.04º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C4209 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 66 | 9 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.70 |
| HSL | 51.04º | 0.79% | 0.17% | - |
| HSV(B) | 51.04º | 0.88% | 0.3% | - |
| XYZ | 4.98 | 5.45 | 1.05 | - |
| YUV | 62.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 66 | 9 | 0 | 0.13 | 0.88 | 0.70 | 51.04 | 0.79 | 0.17 |
| Hex | 4C | 42 | 9 | 0 | D | 58 | 46 | 33 | 4F | 11 |
| Octal | 114 | 102 | 11 | 0 | 15 | 130 | 106 | 63 | 117 | 21 |
| Binary | 1001100 | 1000010 | 1001 | 0 | 1101 | 1011000 | 1000110 | 110011 | 1001111 | 10001 |
Color Harmonies of #4C4209
Complementary color
Monochromatic Colors of #4C4209
Black with #4C4209
Text Example
Text Example
White with #4C4209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4209; }
p { color: rgb(76,66,9); }
H1.HeaderClassName
{
color: #4C4209;
}
.AnyTagClassName
{
color: #4C4209;
}
</style>
background-color css
<style>
a { background-color: #4C4209; }
a { background-color: rgb(76,66,9); }
div.DivClassName
{
background-color: #4C4209;
}
.BgClassName
{
background-color: #4C4209;
}
</style>
border-color css
<style>
span { border-color: #4C4209; }
span { border-color: rgb(76,66,9); }
td.TdClassName
{
border-color: #4C4209;
}
.TagClassName
{
border-color: #4C4209;
}
</style>