Shades of Madras #473D10
Tints of Madras #473D10
RGB
CMYK
RGB Variations
Color information
#473D10 (or 0x473D10) is known color: Madras. HEX triplet: 47, 3D and 10. RGB value is (71,61,16). Sum of RGB (Red+Green+Blue) = 71+61+16=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #473D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473D10 is #B8C2EF. Grayscale: #3B3B3B. Windows color (decimal): -12108528 or 1064263. OLE color: 1064263.
HSL color Cylindrical-coordinate representation of color #473D10: hue angle of 49.09º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #473D10 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 61 | 16 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.72 |
| HSL | 49.09º | 0.63% | 0.17% | - |
| HSV(B) | 49.09º | 0.77% | 0.28% | - |
| XYZ | 4.36 | 4.71 | 1.17 | - |
| YUV | 58.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 16 | 0 | 0.14 | 0.77 | 0.72 | 49.09 | 0.63 | 0.17 |
| Hex | 47 | 3D | 10 | 0 | E | 4D | 48 | 31 | 3F | 11 |
| Octal | 107 | 75 | 20 | 0 | 16 | 115 | 110 | 61 | 77 | 21 |
| Binary | 1000111 | 111101 | 10000 | 0 | 1110 | 1001101 | 1001000 | 110001 | 111111 | 10001 |
Color Harmonies of #473D10
Complementary color
Monochromatic Colors of #473D10
Black with #473D10
Text Example
Text Example
White with #473D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D10; }
p { color: rgb(71,61,16); }
H1.HeaderClassName
{
color: #473D10;
}
.AnyTagClassName
{
color: #473D10;
}
</style>
background-color css
<style>
a { background-color: #473D10; }
a { background-color: rgb(71,61,16); }
div.DivClassName
{
background-color: #473D10;
}
.BgClassName
{
background-color: #473D10;
}
</style>
border-color css
<style>
span { border-color: #473D10; }
span { border-color: rgb(71,61,16); }
td.TdClassName
{
border-color: #473D10;
}
.TagClassName
{
border-color: #473D10;
}
</style>