Shades of Madras #473D07
Tints of Madras #473D07
RGB
CMYK
RGB Variations
Color information
#473D07 (or 0x473D07) is known color: Madras. HEX triplet: 47, 3D and 07. RGB value is (71,61,7). Sum of RGB (Red+Green+Blue) = 71+61+7=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 61 (24.22% from 255 or 43.88% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #473D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473D07 is #B8C2F8. Grayscale: #3A3A3A. Windows color (decimal): -12108537 or 474439. OLE color: 474439.
HSL color Cylindrical-coordinate representation of color #473D07: hue angle of 50.62º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #473D07 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 61 | 7 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.72 |
| HSL | 50.63º | 0.82% | 0.15% | - |
| HSV(B) | 50.63º | 0.9% | 0.28% | - |
| XYZ | 4.31 | 4.69 | 0.88 | - |
| YUV | 57.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 7 | 0 | 0.14 | 0.90 | 0.72 | 50.63 | 0.82 | 0.15 |
| Hex | 47 | 3D | 7 | 0 | E | 5A | 48 | 33 | 52 | F |
| Octal | 107 | 75 | 7 | 0 | 16 | 132 | 110 | 63 | 122 | 17 |
| Binary | 1000111 | 111101 | 111 | 0 | 1110 | 1011010 | 1001000 | 110011 | 1010010 | 1111 |
Color Harmonies of #473D07
Complementary color
Monochromatic Colors of #473D07
Black with #473D07
Text Example
Text Example
White with #473D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D07; }
p { color: rgb(71,61,7); }
H1.HeaderClassName
{
color: #473D07;
}
.AnyTagClassName
{
color: #473D07;
}
</style>
background-color css
<style>
a { background-color: #473D07; }
a { background-color: rgb(71,61,7); }
div.DivClassName
{
background-color: #473D07;
}
.BgClassName
{
background-color: #473D07;
}
</style>
border-color css
<style>
span { border-color: #473D07; }
span { border-color: rgb(71,61,7); }
td.TdClassName
{
border-color: #473D07;
}
.TagClassName
{
border-color: #473D07;
}
</style>