Shades of Madras #47431C
Tints of Madras #47431C
RGB
CMYK
RGB Variations
Color information
#47431C (or 0x47431C) is known color: Madras. HEX triplet: 47, 43 and 1C. RGB value is (71,67,28). Sum of RGB (Red+Green+Blue) = 71+67+28=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #47431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47431C is #B8BCE3. Grayscale: #3F3F3F. Windows color (decimal): -12106980 or 1852231. OLE color: 1852231.
HSL color Cylindrical-coordinate representation of color #47431C: hue angle of 54.42º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47431C is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 67 | 28 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.72 |
| HSL | 54.42º | 0.43% | 0.19% | - |
| HSV(B) | 54.42º | 0.61% | 0.28% | - |
| XYZ | 4.82 | 5.44 | 1.89 | - |
| YUV | 63.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 28 | 0 | 0.06 | 0.61 | 0.72 | 54.42 | 0.43 | 0.19 |
| Hex | 47 | 43 | 1C | 0 | 6 | 3D | 48 | 36 | 2B | 13 |
| Octal | 107 | 103 | 34 | 0 | 6 | 75 | 110 | 66 | 53 | 23 |
| Binary | 1000111 | 1000011 | 11100 | 0 | 110 | 111101 | 1001000 | 110110 | 101011 | 10011 |
Color Harmonies of #47431C
Complementary color
Monochromatic Colors of #47431C
Black with #47431C
Text Example
Text Example
White with #47431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47431C; }
p { color: rgb(71,67,28); }
H1.HeaderClassName
{
color: #47431C;
}
.AnyTagClassName
{
color: #47431C;
}
</style>
background-color css
<style>
a { background-color: #47431C; }
a { background-color: rgb(71,67,28); }
div.DivClassName
{
background-color: #47431C;
}
.BgClassName
{
background-color: #47431C;
}
</style>
border-color css
<style>
span { border-color: #47431C; }
span { border-color: rgb(71,67,28); }
td.TdClassName
{
border-color: #47431C;
}
.TagClassName
{
border-color: #47431C;
}
</style>