Shades of Madras #473C12
Tints of Madras #473C12
RGB
CMYK
RGB Variations
Color information
#473C12 (or 0x473C12) is known color: Madras. HEX triplet: 47, 3C and 12. RGB value is (71,60,18). Sum of RGB (Red+Green+Blue) = 71+60+18=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #473C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473C12 is #B8C3ED. Grayscale: #3A3A3A. Windows color (decimal): -12108782 or 1195079. OLE color: 1195079.
HSL color Cylindrical-coordinate representation of color #473C12: hue angle of 47.55º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #473C12 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 60 | 18 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.72 |
| HSL | 47.55º | 0.6% | 0.17% | - |
| HSV(B) | 47.55º | 0.75% | 0.28% | - |
| XYZ | 4.32 | 4.61 | 1.24 | - |
| YUV | 58.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 18 | 0 | 0.15 | 0.75 | 0.72 | 47.55 | 0.6 | 0.17 |
| Hex | 47 | 3C | 12 | 0 | F | 4B | 48 | 30 | 3C | 11 |
| Octal | 107 | 74 | 22 | 0 | 17 | 113 | 110 | 60 | 74 | 21 |
| Binary | 1000111 | 111100 | 10010 | 0 | 1111 | 1001011 | 1001000 | 110000 | 111100 | 10001 |
Color Harmonies of #473C12
Complementary color
Monochromatic Colors of #473C12
Black with #473C12
Text Example
Text Example
White with #473C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C12; }
p { color: rgb(71,60,18); }
H1.HeaderClassName
{
color: #473C12;
}
.AnyTagClassName
{
color: #473C12;
}
</style>
background-color css
<style>
a { background-color: #473C12; }
a { background-color: rgb(71,60,18); }
div.DivClassName
{
background-color: #473C12;
}
.BgClassName
{
background-color: #473C12;
}
</style>
border-color css
<style>
span { border-color: #473C12; }
span { border-color: rgb(71,60,18); }
td.TdClassName
{
border-color: #473C12;
}
.TagClassName
{
border-color: #473C12;
}
</style>