Shades of Madras #47441B
Tints of Madras #47441B
RGB
CMYK
RGB Variations
Color information
#47441B (or 0x47441B) is known color: Madras. HEX triplet: 47, 44 and 1B. RGB value is (71,68,27). Sum of RGB (Red+Green+Blue) = 71+68+27=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #47441B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47441B is #B8BBE4. Grayscale: #404040. Windows color (decimal): -12106725 or 1786951. OLE color: 1786951.
HSL color Cylindrical-coordinate representation of color #47441B: hue angle of 55.91º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47441B is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 68 | 27 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.72 |
| HSL | 55.91º | 0.45% | 0.19% | - |
| HSV(B) | 55.91º | 0.62% | 0.28% | - |
| XYZ | 4.86 | 5.55 | 1.85 | - |
| YUV | 64.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 27 | 0 | 0.04 | 0.62 | 0.72 | 55.91 | 0.45 | 0.19 |
| Hex | 47 | 44 | 1B | 0 | 4 | 3E | 48 | 38 | 2D | 13 |
| Octal | 107 | 104 | 33 | 0 | 4 | 76 | 110 | 70 | 55 | 23 |
| Binary | 1000111 | 1000100 | 11011 | 0 | 100 | 111110 | 1001000 | 111000 | 101101 | 10011 |
Color Harmonies of #47441B
Complementary color
Monochromatic Colors of #47441B
Black with #47441B
Text Example
Text Example
White with #47441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47441B; }
p { color: rgb(71,68,27); }
H1.HeaderClassName
{
color: #47441B;
}
.AnyTagClassName
{
color: #47441B;
}
</style>
background-color css
<style>
a { background-color: #47441B; }
a { background-color: rgb(71,68,27); }
div.DivClassName
{
background-color: #47441B;
}
.BgClassName
{
background-color: #47441B;
}
</style>
border-color css
<style>
span { border-color: #47441B; }
span { border-color: rgb(71,68,27); }
td.TdClassName
{
border-color: #47441B;
}
.TagClassName
{
border-color: #47441B;
}
</style>