Shades of Madras #493C00
Tints of Madras #493C00
RGB
CMYK
RGB Variations
Color information
#493C00 (or 0x493C00) is known color: Madras. HEX triplet: 49, 3C and 00. RGB value is (73,60,0). Sum of RGB (Red+Green+Blue) = 73+60+0=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #493C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493C00 is #B6C3FF. Grayscale: #393939. Windows color (decimal): -11977728 or 15433. OLE color: 15433.
HSL color Cylindrical-coordinate representation of color #493C00: hue angle of 49.32º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #493C00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.71 |
| HSL | 49.32º | 1% | 0.14% | - |
| HSV(B) | 49.32º | 1% | 0.29% | - |
| XYZ | 4.36 | 4.65 | 0.67 | - |
| YUV | 57.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 0 | 0 | 0.18 | 1 | 0.71 | 49.32 | 1 | 0.14 |
| Hex | 49 | 3C | 0 | 0 | 12 | 64 | 47 | 31 | 64 | E |
| Octal | 111 | 74 | 0 | 0 | 22 | 144 | 107 | 61 | 144 | 16 |
| Binary | 1001001 | 111100 | 0 | 0 | 10010 | 1100100 | 1000111 | 110001 | 1100100 | 1110 |
Color Harmonies of #493C00
Complementary color
Monochromatic Colors of #493C00
Black with #493C00
Text Example
Text Example
White with #493C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C00; }
p { color: rgb(73,60,0); }
H1.HeaderClassName
{
color: #493C00;
}
.AnyTagClassName
{
color: #493C00;
}
</style>
background-color css
<style>
a { background-color: #493C00; }
a { background-color: rgb(73,60,0); }
div.DivClassName
{
background-color: #493C00;
}
.BgClassName
{
background-color: #493C00;
}
</style>
border-color css
<style>
span { border-color: #493C00; }
span { border-color: rgb(73,60,0); }
td.TdClassName
{
border-color: #493C00;
}
.TagClassName
{
border-color: #493C00;
}
</style>