Shades of Madras #493E07
Tints of Madras #493E07
RGB
CMYK
RGB Variations
Color information
#493E07 (or 0x493E07) is known color: Madras. HEX triplet: 49, 3E and 07. RGB value is (73,62,7). Sum of RGB (Red+Green+Blue) = 73+62+7=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 62 (24.61% from 255 or 43.66% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #493E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493E07 is #B6C1F8. Grayscale: #3B3B3B. Windows color (decimal): -11977209 or 474697. OLE color: 474697.
HSL color Cylindrical-coordinate representation of color #493E07: hue angle of 50º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #493E07 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 62 | 7 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.71 |
| HSL | 50º | 0.83% | 0.16% | - |
| HSV(B) | 50º | 0.9% | 0.29% | - |
| XYZ | 4.51 | 4.88 | 0.9 | - |
| YUV | 59.02 | 98.64 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 7 | 0 | 0.15 | 0.90 | 0.71 | 50 | 0.83 | 0.16 |
| Hex | 49 | 3E | 7 | 0 | F | 5A | 47 | 32 | 52 | 10 |
| Octal | 111 | 76 | 7 | 0 | 17 | 132 | 107 | 62 | 122 | 20 |
| Binary | 1001001 | 111110 | 111 | 0 | 1111 | 1011010 | 1000111 | 110010 | 1010010 | 10000 |
Color Harmonies of #493E07
Complementary color
Monochromatic Colors of #493E07
Black with #493E07
Text Example
Text Example
White with #493E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493E07; }
p { color: rgb(73,62,7); }
H1.HeaderClassName
{
color: #493E07;
}
.AnyTagClassName
{
color: #493E07;
}
</style>
background-color css
<style>
a { background-color: #493E07; }
a { background-color: rgb(73,62,7); }
div.DivClassName
{
background-color: #493E07;
}
.BgClassName
{
background-color: #493E07;
}
</style>
border-color css
<style>
span { border-color: #493E07; }
span { border-color: rgb(73,62,7); }
td.TdClassName
{
border-color: #493E07;
}
.TagClassName
{
border-color: #493E07;
}
</style>