Shades of Madras #4C4407
Tints of Madras #4C4407
RGB
CMYK
RGB Variations
Color information
#4C4407 (or 0x4C4407) is known color: Madras. HEX triplet: 4C, 44 and 07. RGB value is (76,68,7). Sum of RGB (Red+Green+Blue) = 76+68+7=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4407 is #B3BBF8. Grayscale: #3F3F3F. Windows color (decimal): -11779065 or 476236. OLE color: 476236.
HSL color Cylindrical-coordinate representation of color #4C4407: hue angle of 53.04º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C4407 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 68 | 7 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.70 |
| HSL | 53.04º | 0.83% | 0.16% | - |
| HSV(B) | 53.04º | 0.91% | 0.3% | - |
| XYZ | 5.09 | 5.69 | 1.03 | - |
| YUV | 63.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 7 | 0 | 0.11 | 0.91 | 0.70 | 53.04 | 0.83 | 0.16 |
| Hex | 4C | 44 | 7 | 0 | B | 5B | 46 | 35 | 53 | 10 |
| Octal | 114 | 104 | 7 | 0 | 13 | 133 | 106 | 65 | 123 | 20 |
| Binary | 1001100 | 1000100 | 111 | 0 | 1011 | 1011011 | 1000110 | 110101 | 1010011 | 10000 |
Color Harmonies of #4C4407
Complementary color
Monochromatic Colors of #4C4407
Black with #4C4407
Text Example
Text Example
White with #4C4407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4407; }
p { color: rgb(76,68,7); }
H1.HeaderClassName
{
color: #4C4407;
}
.AnyTagClassName
{
color: #4C4407;
}
</style>
background-color css
<style>
a { background-color: #4C4407; }
a { background-color: rgb(76,68,7); }
div.DivClassName
{
background-color: #4C4407;
}
.BgClassName
{
background-color: #4C4407;
}
</style>
border-color css
<style>
span { border-color: #4C4407; }
span { border-color: rgb(76,68,7); }
td.TdClassName
{
border-color: #4C4407;
}
.TagClassName
{
border-color: #4C4407;
}
</style>