Shades of Madras #47380D
Tints of Madras #47380D
RGB
CMYK
RGB Variations
Color information
#47380D (or 0x47380D) is known color: Madras. HEX triplet: 47, 38 and 0D. RGB value is (71,56,13). Sum of RGB (Red+Green+Blue) = 71+56+13=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #47380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47380D is #B8C7F2. Grayscale: #373737. Windows color (decimal): -12109811 or 866375. OLE color: 866375.
HSL color Cylindrical-coordinate representation of color #47380D: hue angle of 44.48º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47380D is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 56 | 13 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.72 |
| HSL | 44.48º | 0.69% | 0.16% | - |
| HSV(B) | 44.48º | 0.82% | 0.28% | - |
| XYZ | 4.09 | 4.2 | 0.98 | - |
| YUV | 55.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 56 | 13 | 0 | 0.21 | 0.82 | 0.72 | 44.48 | 0.69 | 0.16 |
| Hex | 47 | 38 | D | 0 | 15 | 52 | 48 | 2C | 45 | 10 |
| Octal | 107 | 70 | 15 | 0 | 25 | 122 | 110 | 54 | 105 | 20 |
| Binary | 1000111 | 111000 | 1101 | 0 | 10101 | 1010010 | 1001000 | 101100 | 1000101 | 10000 |
Color Harmonies of #47380D
Complementary color
Monochromatic Colors of #47380D
Black with #47380D
Text Example
Text Example
White with #47380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47380D; }
p { color: rgb(71,56,13); }
H1.HeaderClassName
{
color: #47380D;
}
.AnyTagClassName
{
color: #47380D;
}
</style>
background-color css
<style>
a { background-color: #47380D; }
a { background-color: rgb(71,56,13); }
div.DivClassName
{
background-color: #47380D;
}
.BgClassName
{
background-color: #47380D;
}
</style>
border-color css
<style>
span { border-color: #47380D; }
span { border-color: rgb(71,56,13); }
td.TdClassName
{
border-color: #47380D;
}
.TagClassName
{
border-color: #47380D;
}
</style>