Shades of Madras #4C3810
Tints of Madras #4C3810
RGB
CMYK
RGB Variations
Color information
#4C3810 (or 0x4C3810) is known color: Madras. HEX triplet: 4C, 38 and 10. RGB value is (76,56,16). Sum of RGB (Red+Green+Blue) = 76+56+16=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3810 is #B3C7EF. Grayscale: #393939. Windows color (decimal): -11782128 or 1062988. OLE color: 1062988.
HSL color Cylindrical-coordinate representation of color #4C3810: hue angle of 40º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C3810 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 56 | 16 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.70 |
| HSL | 40º | 0.65% | 0.18% | - |
| HSV(B) | 40º | 0.79% | 0.3% | - |
| XYZ | 4.49 | 4.4 | 1.1 | - |
| YUV | 57.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 56 | 16 | 0 | 0.26 | 0.79 | 0.70 | 40 | 0.65 | 0.18 |
| Hex | 4C | 38 | 10 | 0 | 1A | 4F | 46 | 28 | 41 | 12 |
| Octal | 114 | 70 | 20 | 0 | 32 | 117 | 106 | 50 | 101 | 22 |
| Binary | 1001100 | 111000 | 10000 | 0 | 11010 | 1001111 | 1000110 | 101000 | 1000001 | 10010 |
Color Harmonies of #4C3810
Complementary color
Monochromatic Colors of #4C3810
Black with #4C3810
Text Example
Text Example
White with #4C3810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3810; }
p { color: rgb(76,56,16); }
H1.HeaderClassName
{
color: #4C3810;
}
.AnyTagClassName
{
color: #4C3810;
}
</style>
background-color css
<style>
a { background-color: #4C3810; }
a { background-color: rgb(76,56,16); }
div.DivClassName
{
background-color: #4C3810;
}
.BgClassName
{
background-color: #4C3810;
}
</style>
border-color css
<style>
span { border-color: #4C3810; }
span { border-color: rgb(76,56,16); }
td.TdClassName
{
border-color: #4C3810;
}
.TagClassName
{
border-color: #4C3810;
}
</style>