Shades of Madras #474414
Tints of Madras #474414
RGB
CMYK
RGB Variations
Color information
#474414 (or 0x474414) is known color: Madras. HEX triplet: 47, 44 and 14. RGB value is (71,68,20). Sum of RGB (Red+Green+Blue) = 71+68+20=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #474414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474414 is #B8BBEB. Grayscale: #3F3F3F. Windows color (decimal): -12106732 or 1328199. OLE color: 1328199.
HSL color Cylindrical-coordinate representation of color #474414: hue angle of 56.47º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #474414 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 68 | 20 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.72 |
| HSL | 56.47º | 0.56% | 0.18% | - |
| HSV(B) | 56.47º | 0.72% | 0.28% | - |
| XYZ | 4.79 | 5.52 | 1.48 | - |
| YUV | 63.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 20 | 0 | 0.04 | 0.72 | 0.72 | 56.47 | 0.56 | 0.18 |
| Hex | 47 | 44 | 14 | 0 | 4 | 48 | 48 | 38 | 38 | 12 |
| Octal | 107 | 104 | 24 | 0 | 4 | 110 | 110 | 70 | 70 | 22 |
| Binary | 1000111 | 1000100 | 10100 | 0 | 100 | 1001000 | 1001000 | 111000 | 111000 | 10010 |
Color Harmonies of #474414
Complementary color
Monochromatic Colors of #474414
Black with #474414
Text Example
Text Example
White with #474414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474414; }
p { color: rgb(71,68,20); }
H1.HeaderClassName
{
color: #474414;
}
.AnyTagClassName
{
color: #474414;
}
</style>
background-color css
<style>
a { background-color: #474414; }
a { background-color: rgb(71,68,20); }
div.DivClassName
{
background-color: #474414;
}
.BgClassName
{
background-color: #474414;
}
</style>
border-color css
<style>
span { border-color: #474414; }
span { border-color: rgb(71,68,20); }
td.TdClassName
{
border-color: #474414;
}
.TagClassName
{
border-color: #474414;
}
</style>