Shades of Madras #473F17
Tints of Madras #473F17
RGB
CMYK
RGB Variations
Color information
#473F17 (or 0x473F17) is known color: Madras. HEX triplet: 47, 3F and 17. RGB value is (71,63,23). Sum of RGB (Red+Green+Blue) = 71+63+23=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #473F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F17 is #B8C0E8. Grayscale: #3D3D3D. Windows color (decimal): -12108009 or 1523527. OLE color: 1523527.
HSL color Cylindrical-coordinate representation of color #473F17: hue angle of 50º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #473F17 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 23 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.72 |
| HSL | 50º | 0.51% | 0.18% | - |
| HSV(B) | 50º | 0.68% | 0.28% | - |
| XYZ | 4.53 | 4.96 | 1.53 | - |
| YUV | 60.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 23 | 0 | 0.11 | 0.68 | 0.72 | 50 | 0.51 | 0.18 |
| Hex | 47 | 3F | 17 | 0 | B | 44 | 48 | 32 | 33 | 12 |
| Octal | 107 | 77 | 27 | 0 | 13 | 104 | 110 | 62 | 63 | 22 |
| Binary | 1000111 | 111111 | 10111 | 0 | 1011 | 1000100 | 1001000 | 110010 | 110011 | 10010 |
Color Harmonies of #473F17
Complementary color
Monochromatic Colors of #473F17
Black with #473F17
Text Example
Text Example
White with #473F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F17; }
p { color: rgb(71,63,23); }
H1.HeaderClassName
{
color: #473F17;
}
.AnyTagClassName
{
color: #473F17;
}
</style>
background-color css
<style>
a { background-color: #473F17; }
a { background-color: rgb(71,63,23); }
div.DivClassName
{
background-color: #473F17;
}
.BgClassName
{
background-color: #473F17;
}
</style>
border-color css
<style>
span { border-color: #473F17; }
span { border-color: rgb(71,63,23); }
td.TdClassName
{
border-color: #473F17;
}
.TagClassName
{
border-color: #473F17;
}
</style>