Shades of Madras #47441C
Tints of Madras #47441C
RGB
CMYK
RGB Variations
Color information
#47441C (or 0x47441C) is known color: Madras. HEX triplet: 47, 44 and 1C. RGB value is (71,68,28). Sum of RGB (Red+Green+Blue) = 71+68+28=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #47441C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47441C is #B8BBE3. Grayscale: #404040. Windows color (decimal): -12106724 or 1852487. OLE color: 1852487.
HSL color Cylindrical-coordinate representation of color #47441C: hue angle of 55.81º 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 #47441C is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 68 | 28 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.72 |
| HSL | 55.81º | 0.43% | 0.19% | - |
| HSV(B) | 55.81º | 0.61% | 0.28% | - |
| XYZ | 4.88 | 5.56 | 1.91 | - |
| YUV | 64.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 28 | 0 | 0.04 | 0.61 | 0.72 | 55.81 | 0.43 | 0.19 |
| Hex | 47 | 44 | 1C | 0 | 4 | 3D | 48 | 38 | 2B | 13 |
| Octal | 107 | 104 | 34 | 0 | 4 | 75 | 110 | 70 | 53 | 23 |
| Binary | 1000111 | 1000100 | 11100 | 0 | 100 | 111101 | 1001000 | 111000 | 101011 | 10011 |
Color Harmonies of #47441C
Complementary color
Monochromatic Colors of #47441C
Black with #47441C
Text Example
Text Example
White with #47441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47441C; }
p { color: rgb(71,68,28); }
H1.HeaderClassName
{
color: #47441C;
}
.AnyTagClassName
{
color: #47441C;
}
</style>
background-color css
<style>
a { background-color: #47441C; }
a { background-color: rgb(71,68,28); }
div.DivClassName
{
background-color: #47441C;
}
.BgClassName
{
background-color: #47441C;
}
</style>
border-color css
<style>
span { border-color: #47441C; }
span { border-color: rgb(71,68,28); }
td.TdClassName
{
border-color: #47441C;
}
.TagClassName
{
border-color: #47441C;
}
</style>