Shades of Madras #493C19
Tints of Madras #493C19
RGB
CMYK
RGB Variations
Color information
#493C19 (or 0x493C19) is known color: Madras. HEX triplet: 49, 3C and 19. RGB value is (73,60,25). Sum of RGB (Red+Green+Blue) = 73+60+25=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #493C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493C19 is #B6C3E6. Grayscale: #3C3C3C. Windows color (decimal): -11977703 or 1653833. OLE color: 1653833.
HSL color Cylindrical-coordinate representation of color #493C19: hue angle of 43.75º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493C19 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 25 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.71 |
| HSL | 43.75º | 0.49% | 0.19% | - |
| HSV(B) | 43.75º | 0.66% | 0.29% | - |
| XYZ | 4.54 | 4.72 | 1.59 | - |
| YUV | 59.9 | 108.31 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 25 | 0 | 0.18 | 0.66 | 0.71 | 43.75 | 0.49 | 0.19 |
| Hex | 49 | 3C | 19 | 0 | 12 | 42 | 47 | 2C | 31 | 13 |
| Octal | 111 | 74 | 31 | 0 | 22 | 102 | 107 | 54 | 61 | 23 |
| Binary | 1001001 | 111100 | 11001 | 0 | 10010 | 1000010 | 1000111 | 101100 | 110001 | 10011 |
Color Harmonies of #493C19
Complementary color
Monochromatic Colors of #493C19
Black with #493C19
Text Example
Text Example
White with #493C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C19; }
p { color: rgb(73,60,25); }
H1.HeaderClassName
{
color: #493C19;
}
.AnyTagClassName
{
color: #493C19;
}
</style>
background-color css
<style>
a { background-color: #493C19; }
a { background-color: rgb(73,60,25); }
div.DivClassName
{
background-color: #493C19;
}
.BgClassName
{
background-color: #493C19;
}
</style>
border-color css
<style>
span { border-color: #493C19; }
span { border-color: rgb(73,60,25); }
td.TdClassName
{
border-color: #493C19;
}
.TagClassName
{
border-color: #493C19;
}
</style>