Shades of Madras #47360B
Tints of Madras #47360B
RGB
CMYK
RGB Variations
Color information
#47360B (or 0x47360B) is known color: Madras. HEX triplet: 47, 36 and 0B. RGB value is (71,54,11). Sum of RGB (Red+Green+Blue) = 71+54+11=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47360B is #B8C9F4. Grayscale: #363636. Windows color (decimal): -12110325 or 734791. OLE color: 734791.
HSL color Cylindrical-coordinate representation of color #47360B: hue angle of 43º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47360B is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 54 | 11 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.72 |
| HSL | 43º | 0.73% | 0.16% | - |
| HSV(B) | 43º | 0.85% | 0.28% | - |
| XYZ | 3.98 | 4 | 0.88 | - |
| YUV | 54.18 | 103.63 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 54 | 11 | 0 | 0.24 | 0.85 | 0.72 | 43 | 0.73 | 0.16 |
| Hex | 47 | 36 | B | 0 | 18 | 55 | 48 | 2B | 49 | 10 |
| Octal | 107 | 66 | 13 | 0 | 30 | 125 | 110 | 53 | 111 | 20 |
| Binary | 1000111 | 110110 | 1011 | 0 | 11000 | 1010101 | 1001000 | 101011 | 1001001 | 10000 |
Color Harmonies of #47360B
Complementary color
Monochromatic Colors of #47360B
Black with #47360B
Text Example
Text Example
White with #47360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47360B; }
p { color: rgb(71,54,11); }
H1.HeaderClassName
{
color: #47360B;
}
.AnyTagClassName
{
color: #47360B;
}
</style>
background-color css
<style>
a { background-color: #47360B; }
a { background-color: rgb(71,54,11); }
div.DivClassName
{
background-color: #47360B;
}
.BgClassName
{
background-color: #47360B;
}
</style>
border-color css
<style>
span { border-color: #47360B; }
span { border-color: rgb(71,54,11); }
td.TdClassName
{
border-color: #47360B;
}
.TagClassName
{
border-color: #47360B;
}
</style>