Shades of Madras #473C01
Tints of Madras #473C01
RGB
CMYK
RGB Variations
Color information
#473C01 (or 0x473C01) is known color: Madras. HEX triplet: 47, 3C and 01. RGB value is (71,60,1). Sum of RGB (Red+Green+Blue) = 71+60+1=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #473C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473C01 is #B8C3FE. Grayscale: #383838. Windows color (decimal): -12108799 or 80967. OLE color: 80967.
HSL color Cylindrical-coordinate representation of color #473C01: hue angle of 50.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #473C01 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 60 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.72 |
| HSL | 50.57º | 0.97% | 0.14% | - |
| HSV(B) | 50.57º | 0.99% | 0.28% | - |
| XYZ | 4.22 | 4.57 | 0.69 | - |
| YUV | 56.56 | 96.64 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 1 | 0 | 0.15 | 0.99 | 0.72 | 50.57 | 0.97 | 0.14 |
| Hex | 47 | 3C | 1 | 0 | F | 63 | 48 | 33 | 61 | E |
| Octal | 107 | 74 | 1 | 0 | 17 | 143 | 110 | 63 | 141 | 16 |
| Binary | 1000111 | 111100 | 1 | 0 | 1111 | 1100011 | 1001000 | 110011 | 1100001 | 1110 |
Color Harmonies of #473C01
Complementary color
Monochromatic Colors of #473C01
Black with #473C01
Text Example
Text Example
White with #473C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C01; }
p { color: rgb(71,60,1); }
H1.HeaderClassName
{
color: #473C01;
}
.AnyTagClassName
{
color: #473C01;
}
</style>
background-color css
<style>
a { background-color: #473C01; }
a { background-color: rgb(71,60,1); }
div.DivClassName
{
background-color: #473C01;
}
.BgClassName
{
background-color: #473C01;
}
</style>
border-color css
<style>
span { border-color: #473C01; }
span { border-color: rgb(71,60,1); }
td.TdClassName
{
border-color: #473C01;
}
.TagClassName
{
border-color: #473C01;
}
</style>