Shades of Madras #4C471A
Tints of Madras #4C471A
RGB
CMYK
RGB Variations
Color information
#4C471A (or 0x4C471A) is known color: Madras. HEX triplet: 4C, 47 and 1A. RGB value is (76,71,26). Sum of RGB (Red+Green+Blue) = 76+71+26=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C471A is #B3B8E5. Grayscale: #434343. Windows color (decimal): -11778278 or 1722188. OLE color: 1722188.
HSL color Cylindrical-coordinate representation of color #4C471A: hue angle of 54º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C471A is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 71 | 26 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.70 |
| HSL | 54º | 0.49% | 0.2% | - |
| HSV(B) | 54º | 0.66% | 0.3% | - |
| XYZ | 5.42 | 6.12 | 1.87 | - |
| YUV | 67.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 71 | 26 | 0 | 0.07 | 0.66 | 0.70 | 54 | 0.49 | 0.2 |
| Hex | 4C | 47 | 1A | 0 | 7 | 42 | 46 | 36 | 31 | 14 |
| Octal | 114 | 107 | 32 | 0 | 7 | 102 | 106 | 66 | 61 | 24 |
| Binary | 1001100 | 1000111 | 11010 | 0 | 111 | 1000010 | 1000110 | 110110 | 110001 | 10100 |
Color Harmonies of #4C471A
Complementary color
Monochromatic Colors of #4C471A
Black with #4C471A
Text Example
Text Example
White with #4C471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C471A; }
p { color: rgb(76,71,26); }
H1.HeaderClassName
{
color: #4C471A;
}
.AnyTagClassName
{
color: #4C471A;
}
</style>
background-color css
<style>
a { background-color: #4C471A; }
a { background-color: rgb(76,71,26); }
div.DivClassName
{
background-color: #4C471A;
}
.BgClassName
{
background-color: #4C471A;
}
</style>
border-color css
<style>
span { border-color: #4C471A; }
span { border-color: rgb(76,71,26); }
td.TdClassName
{
border-color: #4C471A;
}
.TagClassName
{
border-color: #4C471A;
}
</style>