Shades of Madras #47360A
Tints of Madras #47360A
RGB
CMYK
RGB Variations
Color information
#47360A (or 0x47360A) is known color: Madras. HEX triplet: 47, 36 and 0A. RGB value is (71,54,10). Sum of RGB (Red+Green+Blue) = 71+54+10=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47360A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47360A is #B8C9F5. Grayscale: #363636. Windows color (decimal): -12110326 or 669255. OLE color: 669255.
HSL color Cylindrical-coordinate representation of color #47360A: hue angle of 43.28º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47360A is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 54 | 10 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.72 |
| HSL | 43.28º | 0.75% | 0.16% | - |
| HSV(B) | 43.28º | 0.86% | 0.28% | - |
| XYZ | 3.97 | 4 | 0.85 | - |
| YUV | 54.07 | 103.13 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 54 | 10 | 0 | 0.24 | 0.86 | 0.72 | 43.28 | 0.75 | 0.16 |
| Hex | 47 | 36 | A | 0 | 18 | 56 | 48 | 2B | 4B | 10 |
| Octal | 107 | 66 | 12 | 0 | 30 | 126 | 110 | 53 | 113 | 20 |
| Binary | 1000111 | 110110 | 1010 | 0 | 11000 | 1010110 | 1001000 | 101011 | 1001011 | 10000 |
Color Harmonies of #47360A
Complementary color
Monochromatic Colors of #47360A
Black with #47360A
Text Example
Text Example
White with #47360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47360A; }
p { color: rgb(71,54,10); }
H1.HeaderClassName
{
color: #47360A;
}
.AnyTagClassName
{
color: #47360A;
}
</style>
background-color css
<style>
a { background-color: #47360A; }
a { background-color: rgb(71,54,10); }
div.DivClassName
{
background-color: #47360A;
}
.BgClassName
{
background-color: #47360A;
}
</style>
border-color css
<style>
span { border-color: #47360A; }
span { border-color: rgb(71,54,10); }
td.TdClassName
{
border-color: #47360A;
}
.TagClassName
{
border-color: #47360A;
}
</style>