Shades of Madras #473D06
Tints of Madras #473D06
RGB
CMYK
RGB Variations
Color information
#473D06 (or 0x473D06) is known color: Madras. HEX triplet: 47, 3D and 06. RGB value is (71,61,6). Sum of RGB (Red+Green+Blue) = 71+61+6=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #473D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473D06 is #B8C2F9. Grayscale: #393939. Windows color (decimal): -12108538 or 408903. OLE color: 408903.
HSL color Cylindrical-coordinate representation of color #473D06: hue angle of 50.77º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #473D06 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 61 | 6 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.72 |
| HSL | 50.77º | 0.84% | 0.15% | - |
| HSV(B) | 50.77º | 0.92% | 0.28% | - |
| XYZ | 4.3 | 4.69 | 0.85 | - |
| YUV | 57.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 6 | 0 | 0.14 | 0.92 | 0.72 | 50.77 | 0.84 | 0.15 |
| Hex | 47 | 3D | 6 | 0 | E | 5C | 48 | 33 | 54 | F |
| Octal | 107 | 75 | 6 | 0 | 16 | 134 | 110 | 63 | 124 | 17 |
| Binary | 1000111 | 111101 | 110 | 0 | 1110 | 1011100 | 1001000 | 110011 | 1010100 | 1111 |
Color Harmonies of #473D06
Complementary color
Monochromatic Colors of #473D06
Black with #473D06
Text Example
Text Example
White with #473D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D06; }
p { color: rgb(71,61,6); }
H1.HeaderClassName
{
color: #473D06;
}
.AnyTagClassName
{
color: #473D06;
}
</style>
background-color css
<style>
a { background-color: #473D06; }
a { background-color: rgb(71,61,6); }
div.DivClassName
{
background-color: #473D06;
}
.BgClassName
{
background-color: #473D06;
}
</style>
border-color css
<style>
span { border-color: #473D06; }
span { border-color: rgb(71,61,6); }
td.TdClassName
{
border-color: #473D06;
}
.TagClassName
{
border-color: #473D06;
}
</style>