Shades of Madras #4C3903
Tints of Madras #4C3903
RGB
CMYK
RGB Variations
Color information
#4C3903 (or 0x4C3903) is known color: Madras. HEX triplet: 4C, 39 and 03. RGB value is (76,57,3). Sum of RGB (Red+Green+Blue) = 76+57+3=136 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.88% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3903 is #B3C6FC. Grayscale: #383838. Windows color (decimal): -11781885 or 211276. OLE color: 211276.
HSL color Cylindrical-coordinate representation of color #4C3903: hue angle of 44.38º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C3903 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 57 | 3 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.70 |
| HSL | 44.38º | 0.92% | 0.15% | - |
| HSV(B) | 44.38º | 0.96% | 0.3% | - |
| XYZ | 4.46 | 4.47 | 0.71 | - |
| YUV | 56.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 57 | 3 | 0 | 0.25 | 0.96 | 0.70 | 44.38 | 0.92 | 0.15 |
| Hex | 4C | 39 | 3 | 0 | 19 | 60 | 46 | 2C | 5C | F |
| Octal | 114 | 71 | 3 | 0 | 31 | 140 | 106 | 54 | 134 | 17 |
| Binary | 1001100 | 111001 | 11 | 0 | 11001 | 1100000 | 1000110 | 101100 | 1011100 | 1111 |
Color Harmonies of #4C3903
Complementary color
Monochromatic Colors of #4C3903
Black with #4C3903
Text Example
Text Example
White with #4C3903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3903; }
p { color: rgb(76,57,3); }
H1.HeaderClassName
{
color: #4C3903;
}
.AnyTagClassName
{
color: #4C3903;
}
</style>
background-color css
<style>
a { background-color: #4C3903; }
a { background-color: rgb(76,57,3); }
div.DivClassName
{
background-color: #4C3903;
}
.BgClassName
{
background-color: #4C3903;
}
</style>
border-color css
<style>
span { border-color: #4C3903; }
span { border-color: rgb(76,57,3); }
td.TdClassName
{
border-color: #4C3903;
}
.TagClassName
{
border-color: #4C3903;
}
</style>