Shades of Madras #4C470F
Tints of Madras #4C470F
RGB
CMYK
RGB Variations
Color information
#4C470F (or 0x4C470F) is known color: Madras. HEX triplet: 4C, 47 and 0F. RGB value is (76,71,15). Sum of RGB (Red+Green+Blue) = 76+71+15=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 76 - color contains mainly: red. Hex color #4C470F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C470F is #B3B8F0. Grayscale: #424242. Windows color (decimal): -11778289 or 1001292. OLE color: 1001292.
HSL color Cylindrical-coordinate representation of color #4C470F: hue angle of 55.08º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C470F is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 71 | 15 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.70 |
| HSL | 55.08º | 0.67% | 0.18% | - |
| HSV(B) | 55.08º | 0.8% | 0.3% | - |
| XYZ | 5.32 | 6.08 | 1.34 | - |
| YUV | 66.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 71 | 15 | 0 | 0.07 | 0.80 | 0.70 | 55.08 | 0.67 | 0.18 |
| Hex | 4C | 47 | F | 0 | 7 | 50 | 46 | 37 | 43 | 12 |
| Octal | 114 | 107 | 17 | 0 | 7 | 120 | 106 | 67 | 103 | 22 |
| Binary | 1001100 | 1000111 | 1111 | 0 | 111 | 1010000 | 1000110 | 110111 | 1000011 | 10010 |
Color Harmonies of #4C470F
Complementary color
Monochromatic Colors of #4C470F
Black with #4C470F
Text Example
Text Example
White with #4C470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C470F; }
p { color: rgb(76,71,15); }
H1.HeaderClassName
{
color: #4C470F;
}
.AnyTagClassName
{
color: #4C470F;
}
</style>
background-color css
<style>
a { background-color: #4C470F; }
a { background-color: rgb(76,71,15); }
div.DivClassName
{
background-color: #4C470F;
}
.BgClassName
{
background-color: #4C470F;
}
</style>
border-color css
<style>
span { border-color: #4C470F; }
span { border-color: rgb(76,71,15); }
td.TdClassName
{
border-color: #4C470F;
}
.TagClassName
{
border-color: #4C470F;
}
</style>