Shades of Madras #4C3D12
Tints of Madras #4C3D12
RGB
CMYK
RGB Variations
Color information
#4C3D12 (or 0x4C3D12) is known color: Madras. HEX triplet: 4C, 3D and 12. RGB value is (76,61,18). Sum of RGB (Red+Green+Blue) = 76+61+18=155 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.03% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3D12 is #B3C2ED. Grayscale: #3C3C3C. Windows color (decimal): -11780846 or 1195340. OLE color: 1195340.
HSL color Cylindrical-coordinate representation of color #4C3D12: hue angle of 44.48º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C3D12 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 61 | 18 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.70 |
| HSL | 44.48º | 0.62% | 0.18% | - |
| HSV(B) | 44.48º | 0.76% | 0.3% | - |
| XYZ | 4.76 | 4.92 | 1.27 | - |
| YUV | 60.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 61 | 18 | 0 | 0.20 | 0.76 | 0.70 | 44.48 | 0.62 | 0.18 |
| Hex | 4C | 3D | 12 | 0 | 14 | 4C | 46 | 2C | 3E | 12 |
| Octal | 114 | 75 | 22 | 0 | 24 | 114 | 106 | 54 | 76 | 22 |
| Binary | 1001100 | 111101 | 10010 | 0 | 10100 | 1001100 | 1000110 | 101100 | 111110 | 10010 |
Color Harmonies of #4C3D12
Complementary color
Monochromatic Colors of #4C3D12
Black with #4C3D12
Text Example
Text Example
White with #4C3D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3D12; }
p { color: rgb(76,61,18); }
H1.HeaderClassName
{
color: #4C3D12;
}
.AnyTagClassName
{
color: #4C3D12;
}
</style>
background-color css
<style>
a { background-color: #4C3D12; }
a { background-color: rgb(76,61,18); }
div.DivClassName
{
background-color: #4C3D12;
}
.BgClassName
{
background-color: #4C3D12;
}
</style>
border-color css
<style>
span { border-color: #4C3D12; }
span { border-color: rgb(76,61,18); }
td.TdClassName
{
border-color: #4C3D12;
}
.TagClassName
{
border-color: #4C3D12;
}
</style>