Shades of Madras #493A07
Tints of Madras #493A07
RGB
CMYK
RGB Variations
Color information
#493A07 (or 0x493A07) is known color: Madras. HEX triplet: 49, 3A and 07. RGB value is (73,58,7). Sum of RGB (Red+Green+Blue) = 73+58+7=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 58 (23.05% from 255 or 42.03% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #493A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493A07 is #B6C5F8. Grayscale: #383838. Windows color (decimal): -11978233 or 473673. OLE color: 473673.
HSL color Cylindrical-coordinate representation of color #493A07: hue angle of 46.36º 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 #493A07 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 58 | 7 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.71 |
| HSL | 46.36º | 0.83% | 0.16% | - |
| HSV(B) | 46.36º | 0.9% | 0.29% | - |
| XYZ | 4.3 | 4.46 | 0.83 | - |
| YUV | 56.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 7 | 0 | 0.21 | 0.90 | 0.71 | 46.36 | 0.83 | 0.16 |
| Hex | 49 | 3A | 7 | 0 | 15 | 5A | 47 | 2E | 52 | 10 |
| Octal | 111 | 72 | 7 | 0 | 25 | 132 | 107 | 56 | 122 | 20 |
| Binary | 1001001 | 111010 | 111 | 0 | 10101 | 1011010 | 1000111 | 101110 | 1010010 | 10000 |
Color Harmonies of #493A07
Complementary color
Monochromatic Colors of #493A07
Black with #493A07
Text Example
Text Example
White with #493A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A07; }
p { color: rgb(73,58,7); }
H1.HeaderClassName
{
color: #493A07;
}
.AnyTagClassName
{
color: #493A07;
}
</style>
background-color css
<style>
a { background-color: #493A07; }
a { background-color: rgb(73,58,7); }
div.DivClassName
{
background-color: #493A07;
}
.BgClassName
{
background-color: #493A07;
}
</style>
border-color css
<style>
span { border-color: #493A07; }
span { border-color: rgb(73,58,7); }
td.TdClassName
{
border-color: #493A07;
}
.TagClassName
{
border-color: #493A07;
}
</style>