Shades of Madras #47391A
Tints of Madras #47391A
RGB
CMYK
RGB Variations
Color information
#47391A (or 0x47391A) is known color: Madras. HEX triplet: 47, 39 and 1A. RGB value is (71,57,26). Sum of RGB (Red+Green+Blue) = 71+57+26=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #47391A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47391A is #B8C6E5. Grayscale: #393939. Windows color (decimal): -12109542 or 1718599. OLE color: 1718599.
HSL color Cylindrical-coordinate representation of color #47391A: hue angle of 41.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47391A is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 57 | 26 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.72 |
| HSL | 41.33º | 0.46% | 0.19% | - |
| HSV(B) | 41.33º | 0.63% | 0.28% | - |
| XYZ | 4.25 | 4.34 | 1.59 | - |
| YUV | 57.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 57 | 26 | 0 | 0.20 | 0.63 | 0.72 | 41.33 | 0.46 | 0.19 |
| Hex | 47 | 39 | 1A | 0 | 14 | 3F | 48 | 29 | 2E | 13 |
| Octal | 107 | 71 | 32 | 0 | 24 | 77 | 110 | 51 | 56 | 23 |
| Binary | 1000111 | 111001 | 11010 | 0 | 10100 | 111111 | 1001000 | 101001 | 101110 | 10011 |
Color Harmonies of #47391A
Complementary color
Monochromatic Colors of #47391A
Black with #47391A
Text Example
Text Example
White with #47391A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47391A; }
p { color: rgb(71,57,26); }
H1.HeaderClassName
{
color: #47391A;
}
.AnyTagClassName
{
color: #47391A;
}
</style>
background-color css
<style>
a { background-color: #47391A; }
a { background-color: rgb(71,57,26); }
div.DivClassName
{
background-color: #47391A;
}
.BgClassName
{
background-color: #47391A;
}
</style>
border-color css
<style>
span { border-color: #47391A; }
span { border-color: rgb(71,57,26); }
td.TdClassName
{
border-color: #47391A;
}
.TagClassName
{
border-color: #47391A;
}
</style>