Shades of Madras #473D16
Tints of Madras #473D16
RGB
CMYK
RGB Variations
Color information
#473D16 (or 0x473D16) is known color: Madras. HEX triplet: 47, 3D and 16. RGB value is (71,61,22). Sum of RGB (Red+Green+Blue) = 71+61+22=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #473D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473D16 is #B8C2E9. Grayscale: #3B3B3B. Windows color (decimal): -12108522 or 1457479. OLE color: 1457479.
HSL color Cylindrical-coordinate representation of color #473D16: hue angle of 47.76º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #473D16 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 61 | 22 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.72 |
| HSL | 47.76º | 0.53% | 0.18% | - |
| HSV(B) | 47.76º | 0.69% | 0.28% | - |
| XYZ | 4.41 | 4.74 | 1.44 | - |
| YUV | 59.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 22 | 0 | 0.14 | 0.69 | 0.72 | 47.76 | 0.53 | 0.18 |
| Hex | 47 | 3D | 16 | 0 | E | 45 | 48 | 30 | 35 | 12 |
| Octal | 107 | 75 | 26 | 0 | 16 | 105 | 110 | 60 | 65 | 22 |
| Binary | 1000111 | 111101 | 10110 | 0 | 1110 | 1000101 | 1001000 | 110000 | 110101 | 10010 |
Color Harmonies of #473D16
Complementary color
Monochromatic Colors of #473D16
Black with #473D16
Text Example
Text Example
White with #473D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D16; }
p { color: rgb(71,61,22); }
H1.HeaderClassName
{
color: #473D16;
}
.AnyTagClassName
{
color: #473D16;
}
</style>
background-color css
<style>
a { background-color: #473D16; }
a { background-color: rgb(71,61,22); }
div.DivClassName
{
background-color: #473D16;
}
.BgClassName
{
background-color: #473D16;
}
</style>
border-color css
<style>
span { border-color: #473D16; }
span { border-color: rgb(71,61,22); }
td.TdClassName
{
border-color: #473D16;
}
.TagClassName
{
border-color: #473D16;
}
</style>