Shades of Madras #473D09
Tints of Madras #473D09
RGB
CMYK
RGB Variations
Color information
#473D09 (or 0x473D09) is known color: Madras. HEX triplet: 47, 3D and 09. RGB value is (71,61,9). Sum of RGB (Red+Green+Blue) = 71+61+9=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #473D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473D09 is #B8C2F6. Grayscale: #3A3A3A. Windows color (decimal): -12108535 or 605511. OLE color: 605511.
HSL color Cylindrical-coordinate representation of color #473D09: hue angle of 50.32º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #473D09 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 61 | 9 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.72 |
| HSL | 50.32º | 0.78% | 0.16% | - |
| HSV(B) | 50.32º | 0.87% | 0.28% | - |
| XYZ | 4.32 | 4.7 | 0.94 | - |
| YUV | 58.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 9 | 0 | 0.14 | 0.87 | 0.72 | 50.32 | 0.78 | 0.16 |
| Hex | 47 | 3D | 9 | 0 | E | 57 | 48 | 32 | 4E | 10 |
| Octal | 107 | 75 | 11 | 0 | 16 | 127 | 110 | 62 | 116 | 20 |
| Binary | 1000111 | 111101 | 1001 | 0 | 1110 | 1010111 | 1001000 | 110010 | 1001110 | 10000 |
Color Harmonies of #473D09
Complementary color
Monochromatic Colors of #473D09
Black with #473D09
Text Example
Text Example
White with #473D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D09; }
p { color: rgb(71,61,9); }
H1.HeaderClassName
{
color: #473D09;
}
.AnyTagClassName
{
color: #473D09;
}
</style>
background-color css
<style>
a { background-color: #473D09; }
a { background-color: rgb(71,61,9); }
div.DivClassName
{
background-color: #473D09;
}
.BgClassName
{
background-color: #473D09;
}
</style>
border-color css
<style>
span { border-color: #473D09; }
span { border-color: rgb(71,61,9); }
td.TdClassName
{
border-color: #473D09;
}
.TagClassName
{
border-color: #473D09;
}
</style>