Shades of Madras #4C4419
Tints of Madras #4C4419
RGB
CMYK
RGB Variations
Color information
#4C4419 (or 0x4C4419) is known color: Madras. HEX triplet: 4C, 44 and 19. RGB value is (76,68,25). Sum of RGB (Red+Green+Blue) = 76+68+25=169 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.97% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4419 is #B3BBE6. Grayscale: #414141. Windows color (decimal): -11779047 or 1655884. OLE color: 1655884.
HSL color Cylindrical-coordinate representation of color #4C4419: hue angle of 50.59º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C4419 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 68 | 25 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.70 |
| HSL | 50.59º | 0.5% | 0.2% | - |
| HSV(B) | 50.59º | 0.67% | 0.3% | - |
| XYZ | 5.22 | 5.74 | 1.75 | - |
| YUV | 65.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 25 | 0 | 0.11 | 0.67 | 0.70 | 50.59 | 0.5 | 0.2 |
| Hex | 4C | 44 | 19 | 0 | B | 43 | 46 | 33 | 32 | 14 |
| Octal | 114 | 104 | 31 | 0 | 13 | 103 | 106 | 63 | 62 | 24 |
| Binary | 1001100 | 1000100 | 11001 | 0 | 1011 | 1000011 | 1000110 | 110011 | 110010 | 10100 |
Color Harmonies of #4C4419
Complementary color
Monochromatic Colors of #4C4419
Black with #4C4419
Text Example
Text Example
White with #4C4419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4419; }
p { color: rgb(76,68,25); }
H1.HeaderClassName
{
color: #4C4419;
}
.AnyTagClassName
{
color: #4C4419;
}
</style>
background-color css
<style>
a { background-color: #4C4419; }
a { background-color: rgb(76,68,25); }
div.DivClassName
{
background-color: #4C4419;
}
.BgClassName
{
background-color: #4C4419;
}
</style>
border-color css
<style>
span { border-color: #4C4419; }
span { border-color: rgb(76,68,25); }
td.TdClassName
{
border-color: #4C4419;
}
.TagClassName
{
border-color: #4C4419;
}
</style>