Shades of Madras #473C00
Tints of Madras #473C00
RGB
CMYK
RGB Variations
Color information
#473C00 (or 0x473C00) is known color: Madras. HEX triplet: 47, 3C and 00. RGB value is (71,60,0). Sum of RGB (Red+Green+Blue) = 71+60+0=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #473C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473C00 is #B8C3FF. Grayscale: #383838. Windows color (decimal): -12108800 or 15431. OLE color: 15431.
HSL color Cylindrical-coordinate representation of color #473C00: hue angle of 50.7º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #473C00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 60 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.72 |
| HSL | 50.7º | 1% | 0.14% | - |
| HSV(B) | 50.7º | 1% | 0.28% | - |
| XYZ | 4.21 | 4.57 | 0.66 | - |
| YUV | 56.45 | 96.14 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 0 | 0 | 0.15 | 1 | 0.72 | 50.7 | 1 | 0.14 |
| Hex | 47 | 3C | 0 | 0 | F | 64 | 48 | 33 | 64 | E |
| Octal | 107 | 74 | 0 | 0 | 17 | 144 | 110 | 63 | 144 | 16 |
| Binary | 1000111 | 111100 | 0 | 0 | 1111 | 1100100 | 1001000 | 110011 | 1100100 | 1110 |
Color Harmonies of #473C00
Complementary color
Monochromatic Colors of #473C00
Black with #473C00
Text Example
Text Example
White with #473C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C00; }
p { color: rgb(71,60,0); }
H1.HeaderClassName
{
color: #473C00;
}
.AnyTagClassName
{
color: #473C00;
}
</style>
background-color css
<style>
a { background-color: #473C00; }
a { background-color: rgb(71,60,0); }
div.DivClassName
{
background-color: #473C00;
}
.BgClassName
{
background-color: #473C00;
}
</style>
border-color css
<style>
span { border-color: #473C00; }
span { border-color: rgb(71,60,0); }
td.TdClassName
{
border-color: #473C00;
}
.TagClassName
{
border-color: #473C00;
}
</style>