Shades of Madras #4C420F
Tints of Madras #4C420F
RGB
CMYK
RGB Variations
Color information
#4C420F (or 0x4C420F) is known color: Madras. HEX triplet: 4C, 42 and 0F. RGB value is (76,66,15). Sum of RGB (Red+Green+Blue) = 76+66+15=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 76 - color contains mainly: red. Hex color #4C420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C420F is #B3BDF0. Grayscale: #3F3F3F. Windows color (decimal): -11779569 or 1000012. OLE color: 1000012.
HSL color Cylindrical-coordinate representation of color #4C420F: hue angle of 50.16º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C420F is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 66 | 15 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.70 |
| HSL | 50.16º | 0.67% | 0.18% | - |
| HSV(B) | 50.16º | 0.8% | 0.3% | - |
| XYZ | 5.01 | 5.47 | 1.24 | - |
| YUV | 63.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 66 | 15 | 0 | 0.13 | 0.80 | 0.70 | 50.16 | 0.67 | 0.18 |
| Hex | 4C | 42 | F | 0 | D | 50 | 46 | 32 | 43 | 12 |
| Octal | 114 | 102 | 17 | 0 | 15 | 120 | 106 | 62 | 103 | 22 |
| Binary | 1001100 | 1000010 | 1111 | 0 | 1101 | 1010000 | 1000110 | 110010 | 1000011 | 10010 |
Color Harmonies of #4C420F
Complementary color
Monochromatic Colors of #4C420F
Black with #4C420F
Text Example
Text Example
White with #4C420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C420F; }
p { color: rgb(76,66,15); }
H1.HeaderClassName
{
color: #4C420F;
}
.AnyTagClassName
{
color: #4C420F;
}
</style>
background-color css
<style>
a { background-color: #4C420F; }
a { background-color: rgb(76,66,15); }
div.DivClassName
{
background-color: #4C420F;
}
.BgClassName
{
background-color: #4C420F;
}
</style>
border-color css
<style>
span { border-color: #4C420F; }
span { border-color: rgb(76,66,15); }
td.TdClassName
{
border-color: #4C420F;
}
.TagClassName
{
border-color: #4C420F;
}
</style>