Shades of Madras #4C3804
Tints of Madras #4C3804
RGB
CMYK
RGB Variations
Color information
#4C3804 (or 0x4C3804) is known color: Madras. HEX triplet: 4C, 38 and 04. RGB value is (76,56,4). Sum of RGB (Red+Green+Blue) = 76+56+4=136 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.88% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3804 is #B3C7FB. Grayscale: #383838. Windows color (decimal): -11782140 or 276556. OLE color: 276556.
HSL color Cylindrical-coordinate representation of color #4C3804: hue angle of 43.33º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C3804 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 56 | 4 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.70 |
| HSL | 43.33º | 0.9% | 0.16% | - |
| HSV(B) | 43.33º | 0.95% | 0.3% | - |
| XYZ | 4.42 | 4.37 | 0.73 | - |
| YUV | 56.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 56 | 4 | 0 | 0.26 | 0.95 | 0.70 | 43.33 | 0.9 | 0.16 |
| Hex | 4C | 38 | 4 | 0 | 1A | 5F | 46 | 2B | 5A | 10 |
| Octal | 114 | 70 | 4 | 0 | 32 | 137 | 106 | 53 | 132 | 20 |
| Binary | 1001100 | 111000 | 100 | 0 | 11010 | 1011111 | 1000110 | 101011 | 1011010 | 10000 |
Color Harmonies of #4C3804
Complementary color
Monochromatic Colors of #4C3804
Black with #4C3804
Text Example
Text Example
White with #4C3804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3804; }
p { color: rgb(76,56,4); }
H1.HeaderClassName
{
color: #4C3804;
}
.AnyTagClassName
{
color: #4C3804;
}
</style>
background-color css
<style>
a { background-color: #4C3804; }
a { background-color: rgb(76,56,4); }
div.DivClassName
{
background-color: #4C3804;
}
.BgClassName
{
background-color: #4C3804;
}
</style>
border-color css
<style>
span { border-color: #4C3804; }
span { border-color: rgb(76,56,4); }
td.TdClassName
{
border-color: #4C3804;
}
.TagClassName
{
border-color: #4C3804;
}
</style>