Shades of Madras #473E01
Tints of Madras #473E01
RGB
CMYK
RGB Variations
Color information
#473E01 (or 0x473E01) is known color: Madras. HEX triplet: 47, 3E and 01. RGB value is (71,62,1). Sum of RGB (Red+Green+Blue) = 71+62+1=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 62 (24.61% from 255 or 46.27% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #473E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473E01 is #B8C1FE. Grayscale: #393939. Windows color (decimal): -12108287 or 81479. OLE color: 81479.
HSL color Cylindrical-coordinate representation of color #473E01: hue angle of 52.29º 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 #473E01 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 62 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.72 |
| HSL | 52.29º | 0.97% | 0.14% | - |
| HSV(B) | 52.29º | 0.99% | 0.28% | - |
| XYZ | 4.33 | 4.79 | 0.72 | - |
| YUV | 57.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 1 | 0 | 0.13 | 0.99 | 0.72 | 52.29 | 0.97 | 0.14 |
| Hex | 47 | 3E | 1 | 0 | D | 63 | 48 | 34 | 61 | E |
| Octal | 107 | 76 | 1 | 0 | 15 | 143 | 110 | 64 | 141 | 16 |
| Binary | 1000111 | 111110 | 1 | 0 | 1101 | 1100011 | 1001000 | 110100 | 1100001 | 1110 |
Color Harmonies of #473E01
Complementary color
Monochromatic Colors of #473E01
Black with #473E01
Text Example
Text Example
White with #473E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E01; }
p { color: rgb(71,62,1); }
H1.HeaderClassName
{
color: #473E01;
}
.AnyTagClassName
{
color: #473E01;
}
</style>
background-color css
<style>
a { background-color: #473E01; }
a { background-color: rgb(71,62,1); }
div.DivClassName
{
background-color: #473E01;
}
.BgClassName
{
background-color: #473E01;
}
</style>
border-color css
<style>
span { border-color: #473E01; }
span { border-color: rgb(71,62,1); }
td.TdClassName
{
border-color: #473E01;
}
.TagClassName
{
border-color: #473E01;
}
</style>