Shades of Madras #47440D
Tints of Madras #47440D
RGB
CMYK
RGB Variations
Color information
#47440D (or 0x47440D) is known color: Madras. HEX triplet: 47, 44 and 0D. RGB value is (71,68,13). Sum of RGB (Red+Green+Blue) = 71+68+13=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47440D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47440D is #B8BBF2. Grayscale: #3E3E3E. Windows color (decimal): -12106739 or 869447. OLE color: 869447.
HSL color Cylindrical-coordinate representation of color #47440D: hue angle of 56.9º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47440D is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 68 | 13 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.72 |
| HSL | 56.9º | 0.69% | 0.16% | - |
| HSV(B) | 56.9º | 0.82% | 0.28% | - |
| XYZ | 4.74 | 5.5 | 1.19 | - |
| YUV | 62.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 13 | 0 | 0.04 | 0.82 | 0.72 | 56.9 | 0.69 | 0.16 |
| Hex | 47 | 44 | D | 0 | 4 | 52 | 48 | 39 | 45 | 10 |
| Octal | 107 | 104 | 15 | 0 | 4 | 122 | 110 | 71 | 105 | 20 |
| Binary | 1000111 | 1000100 | 1101 | 0 | 100 | 1010010 | 1001000 | 111001 | 1000101 | 10000 |
Color Harmonies of #47440D
Complementary color
Monochromatic Colors of #47440D
Black with #47440D
Text Example
Text Example
White with #47440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47440D; }
p { color: rgb(71,68,13); }
H1.HeaderClassName
{
color: #47440D;
}
.AnyTagClassName
{
color: #47440D;
}
</style>
background-color css
<style>
a { background-color: #47440D; }
a { background-color: rgb(71,68,13); }
div.DivClassName
{
background-color: #47440D;
}
.BgClassName
{
background-color: #47440D;
}
</style>
border-color css
<style>
span { border-color: #47440D; }
span { border-color: rgb(71,68,13); }
td.TdClassName
{
border-color: #47440D;
}
.TagClassName
{
border-color: #47440D;
}
</style>