Shades of Madras #494003
Tints of Madras #494003
RGB
CMYK
RGB Variations
Color information
#494003 (or 0x494003) is known color: Madras. HEX triplet: 49, 40 and 03. RGB value is (73,64,3). Sum of RGB (Red+Green+Blue) = 73+64+3=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #494003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494003 is #B6BFFC. Grayscale: #3B3B3B. Windows color (decimal): -11976701 or 213065. OLE color: 213065.
HSL color Cylindrical-coordinate representation of color #494003: hue angle of 52.29º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #494003 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 64 | 3 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.71 |
| HSL | 52.29º | 0.92% | 0.15% | - |
| HSV(B) | 52.29º | 0.96% | 0.29% | - |
| XYZ | 4.6 | 5.09 | 0.83 | - |
| YUV | 59.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 3 | 0 | 0.12 | 0.96 | 0.71 | 52.29 | 0.92 | 0.15 |
| Hex | 49 | 40 | 3 | 0 | C | 60 | 47 | 34 | 5C | F |
| Octal | 111 | 100 | 3 | 0 | 14 | 140 | 107 | 64 | 134 | 17 |
| Binary | 1001001 | 1000000 | 11 | 0 | 1100 | 1100000 | 1000111 | 110100 | 1011100 | 1111 |
Color Harmonies of #494003
Complementary color
Monochromatic Colors of #494003
Black with #494003
Text Example
Text Example
White with #494003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494003; }
p { color: rgb(73,64,3); }
H1.HeaderClassName
{
color: #494003;
}
.AnyTagClassName
{
color: #494003;
}
</style>
background-color css
<style>
a { background-color: #494003; }
a { background-color: rgb(73,64,3); }
div.DivClassName
{
background-color: #494003;
}
.BgClassName
{
background-color: #494003;
}
</style>
border-color css
<style>
span { border-color: #494003; }
span { border-color: rgb(73,64,3); }
td.TdClassName
{
border-color: #494003;
}
.TagClassName
{
border-color: #494003;
}
</style>