Shades of Madras #47431F
Tints of Madras #47431F
RGB
CMYK
RGB Variations
Color information
#47431F (or 0x47431F) is known color: Madras. HEX triplet: 47, 43 and 1F. RGB value is (71,67,31). Sum of RGB (Red+Green+Blue) = 71+67+31=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #47431F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47431F is #B8BCE0. Grayscale: #404040. Windows color (decimal): -12106977 or 2048839. OLE color: 2048839.
HSL color Cylindrical-coordinate representation of color #47431F: hue angle of 54º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47431F is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 67 | 31 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.72 |
| HSL | 54º | 0.39% | 0.2% | - |
| HSV(B) | 54º | 0.56% | 0.28% | - |
| XYZ | 4.85 | 5.45 | 2.09 | - |
| YUV | 64.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 31 | 0 | 0.06 | 0.56 | 0.72 | 54 | 0.39 | 0.2 |
| Hex | 47 | 43 | 1F | 0 | 6 | 38 | 48 | 36 | 27 | 14 |
| Octal | 107 | 103 | 37 | 0 | 6 | 70 | 110 | 66 | 47 | 24 |
| Binary | 1000111 | 1000011 | 11111 | 0 | 110 | 111000 | 1001000 | 110110 | 100111 | 10100 |
Color Harmonies of #47431F
Complementary color
Monochromatic Colors of #47431F
Black with #47431F
Text Example
Text Example
White with #47431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47431F; }
p { color: rgb(71,67,31); }
H1.HeaderClassName
{
color: #47431F;
}
.AnyTagClassName
{
color: #47431F;
}
</style>
background-color css
<style>
a { background-color: #47431F; }
a { background-color: rgb(71,67,31); }
div.DivClassName
{
background-color: #47431F;
}
.BgClassName
{
background-color: #47431F;
}
</style>
border-color css
<style>
span { border-color: #47431F; }
span { border-color: rgb(71,67,31); }
td.TdClassName
{
border-color: #47431F;
}
.TagClassName
{
border-color: #47431F;
}
</style>