Shades of Madras #47430E
Tints of Madras #47430E
RGB
CMYK
RGB Variations
Color information
#47430E (or 0x47430E) is known color: Madras. HEX triplet: 47, 43 and 0E. RGB value is (71,67,14). Sum of RGB (Red+Green+Blue) = 71+67+14=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47430E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47430E is #B8BCF1. Grayscale: #3E3E3E. Windows color (decimal): -12106994 or 934727. OLE color: 934727.
HSL color Cylindrical-coordinate representation of color #47430E: hue angle of 55.79º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47430E is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 67 | 14 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.72 |
| HSL | 55.79º | 0.67% | 0.17% | - |
| HSV(B) | 55.79º | 0.8% | 0.28% | - |
| XYZ | 4.68 | 5.39 | 1.21 | - |
| YUV | 62.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 14 | 0 | 0.06 | 0.80 | 0.72 | 55.79 | 0.67 | 0.17 |
| Hex | 47 | 43 | E | 0 | 6 | 50 | 48 | 38 | 43 | 11 |
| Octal | 107 | 103 | 16 | 0 | 6 | 120 | 110 | 70 | 103 | 21 |
| Binary | 1000111 | 1000011 | 1110 | 0 | 110 | 1010000 | 1001000 | 111000 | 1000011 | 10001 |
Color Harmonies of #47430E
Complementary color
Monochromatic Colors of #47430E
Black with #47430E
Text Example
Text Example
White with #47430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47430E; }
p { color: rgb(71,67,14); }
H1.HeaderClassName
{
color: #47430E;
}
.AnyTagClassName
{
color: #47430E;
}
</style>
background-color css
<style>
a { background-color: #47430E; }
a { background-color: rgb(71,67,14); }
div.DivClassName
{
background-color: #47430E;
}
.BgClassName
{
background-color: #47430E;
}
</style>
border-color css
<style>
span { border-color: #47430E; }
span { border-color: rgb(71,67,14); }
td.TdClassName
{
border-color: #47430E;
}
.TagClassName
{
border-color: #47430E;
}
</style>