Shades of Madras #473D05
Tints of Madras #473D05
RGB
CMYK
RGB Variations
Color information
#473D05 (or 0x473D05) is known color: Madras. HEX triplet: 47, 3D and 05. RGB value is (71,61,5). Sum of RGB (Red+Green+Blue) = 71+61+5=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 61 (24.22% from 255 or 44.53% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #473D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473D05 is #B8C2FA. Grayscale: #393939. Windows color (decimal): -12108539 or 343367. OLE color: 343367.
HSL color Cylindrical-coordinate representation of color #473D05: hue angle of 50.91º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #473D05 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 61 | 5 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.72 |
| HSL | 50.91º | 0.87% | 0.15% | - |
| HSV(B) | 50.91º | 0.93% | 0.28% | - |
| XYZ | 4.29 | 4.69 | 0.82 | - |
| YUV | 57.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 5 | 0 | 0.14 | 0.93 | 0.72 | 50.91 | 0.87 | 0.15 |
| Hex | 47 | 3D | 5 | 0 | E | 5D | 48 | 33 | 57 | F |
| Octal | 107 | 75 | 5 | 0 | 16 | 135 | 110 | 63 | 127 | 17 |
| Binary | 1000111 | 111101 | 101 | 0 | 1110 | 1011101 | 1001000 | 110011 | 1010111 | 1111 |
Color Harmonies of #473D05
Complementary color
Monochromatic Colors of #473D05
Black with #473D05
Text Example
Text Example
White with #473D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D05; }
p { color: rgb(71,61,5); }
H1.HeaderClassName
{
color: #473D05;
}
.AnyTagClassName
{
color: #473D05;
}
</style>
background-color css
<style>
a { background-color: #473D05; }
a { background-color: rgb(71,61,5); }
div.DivClassName
{
background-color: #473D05;
}
.BgClassName
{
background-color: #473D05;
}
</style>
border-color css
<style>
span { border-color: #473D05; }
span { border-color: rgb(71,61,5); }
td.TdClassName
{
border-color: #473D05;
}
.TagClassName
{
border-color: #473D05;
}
</style>