Shades of Madras #4C4819
Tints of Madras #4C4819
RGB
CMYK
RGB Variations
Color information
#4C4819 (or 0x4C4819) is known color: Madras. HEX triplet: 4C, 48 and 19. RGB value is (76,72,25). Sum of RGB (Red+Green+Blue) = 76+72+25=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4819 is #B3B7E6. Grayscale: #444444. Windows color (decimal): -11778023 or 1656908. OLE color: 1656908.
HSL color Cylindrical-coordinate representation of color #4C4819: hue angle of 55.29º 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 #4C4819 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 72 | 25 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.70 |
| HSL | 55.29º | 0.5% | 0.2% | - |
| HSV(B) | 55.29º | 0.67% | 0.3% | - |
| XYZ | 5.47 | 6.24 | 1.84 | - |
| YUV | 67.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 25 | 0 | 0.05 | 0.67 | 0.70 | 55.29 | 0.5 | 0.2 |
| Hex | 4C | 48 | 19 | 0 | 5 | 43 | 46 | 37 | 32 | 14 |
| Octal | 114 | 110 | 31 | 0 | 5 | 103 | 106 | 67 | 62 | 24 |
| Binary | 1001100 | 1001000 | 11001 | 0 | 101 | 1000011 | 1000110 | 110111 | 110010 | 10100 |
Color Harmonies of #4C4819
Complementary color
Monochromatic Colors of #4C4819
Black with #4C4819
Text Example
Text Example
White with #4C4819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4819; }
p { color: rgb(76,72,25); }
H1.HeaderClassName
{
color: #4C4819;
}
.AnyTagClassName
{
color: #4C4819;
}
</style>
background-color css
<style>
a { background-color: #4C4819; }
a { background-color: rgb(76,72,25); }
div.DivClassName
{
background-color: #4C4819;
}
.BgClassName
{
background-color: #4C4819;
}
</style>
border-color css
<style>
span { border-color: #4C4819; }
span { border-color: rgb(76,72,25); }
td.TdClassName
{
border-color: #4C4819;
}
.TagClassName
{
border-color: #4C4819;
}
</style>