Shades of Madras #4C370D
Tints of Madras #4C370D
RGB
CMYK
RGB Variations
Color information
#4C370D (or 0x4C370D) is known color: Madras. HEX triplet: 4C, 37 and 0D. RGB value is (76,55,13). Sum of RGB (Red+Green+Blue) = 76+55+13=144 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.78% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 76 - color contains mainly: red. Hex color #4C370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C370D is #B3C8F2. Grayscale: #383838. Windows color (decimal): -11782387 or 866124. OLE color: 866124.
HSL color Cylindrical-coordinate representation of color #4C370D: hue angle of 40º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C370D is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 55 | 13 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.70 |
| HSL | 40º | 0.71% | 0.17% | - |
| HSV(B) | 40º | 0.83% | 0.3% | - |
| XYZ | 4.42 | 4.3 | 0.98 | - |
| YUV | 56.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 55 | 13 | 0 | 0.28 | 0.83 | 0.70 | 40 | 0.71 | 0.17 |
| Hex | 4C | 37 | D | 0 | 1C | 53 | 46 | 28 | 47 | 11 |
| Octal | 114 | 67 | 15 | 0 | 34 | 123 | 106 | 50 | 107 | 21 |
| Binary | 1001100 | 110111 | 1101 | 0 | 11100 | 1010011 | 1000110 | 101000 | 1000111 | 10001 |
Color Harmonies of #4C370D
Complementary color
Monochromatic Colors of #4C370D
Black with #4C370D
Text Example
Text Example
White with #4C370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C370D; }
p { color: rgb(76,55,13); }
H1.HeaderClassName
{
color: #4C370D;
}
.AnyTagClassName
{
color: #4C370D;
}
</style>
background-color css
<style>
a { background-color: #4C370D; }
a { background-color: rgb(76,55,13); }
div.DivClassName
{
background-color: #4C370D;
}
.BgClassName
{
background-color: #4C370D;
}
</style>
border-color css
<style>
span { border-color: #4C370D; }
span { border-color: rgb(76,55,13); }
td.TdClassName
{
border-color: #4C370D;
}
.TagClassName
{
border-color: #4C370D;
}
</style>