Shades of Madras #493A17
Tints of Madras #493A17
RGB
CMYK
RGB Variations
Color information
#493A17 (or 0x493A17) is known color: Madras. HEX triplet: 49, 3A and 17. RGB value is (73,58,23). Sum of RGB (Red+Green+Blue) = 73+58+23=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #493A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493A17 is #B6C5E8. Grayscale: #3A3A3A. Windows color (decimal): -11978217 or 1522249. OLE color: 1522249.
HSL color Cylindrical-coordinate representation of color #493A17: hue angle of 42º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #493A17 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 58 | 23 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.71 |
| HSL | 42º | 0.52% | 0.19% | - |
| HSV(B) | 42º | 0.68% | 0.29% | - |
| XYZ | 4.42 | 4.5 | 1.45 | - |
| YUV | 58.5 | 107.97 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 23 | 0 | 0.21 | 0.68 | 0.71 | 42 | 0.52 | 0.19 |
| Hex | 49 | 3A | 17 | 0 | 15 | 44 | 47 | 2A | 34 | 13 |
| Octal | 111 | 72 | 27 | 0 | 25 | 104 | 107 | 52 | 64 | 23 |
| Binary | 1001001 | 111010 | 10111 | 0 | 10101 | 1000100 | 1000111 | 101010 | 110100 | 10011 |
Color Harmonies of #493A17
Complementary color
Monochromatic Colors of #493A17
Black with #493A17
Text Example
Text Example
White with #493A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A17; }
p { color: rgb(73,58,23); }
H1.HeaderClassName
{
color: #493A17;
}
.AnyTagClassName
{
color: #493A17;
}
</style>
background-color css
<style>
a { background-color: #493A17; }
a { background-color: rgb(73,58,23); }
div.DivClassName
{
background-color: #493A17;
}
.BgClassName
{
background-color: #493A17;
}
</style>
border-color css
<style>
span { border-color: #493A17; }
span { border-color: rgb(73,58,23); }
td.TdClassName
{
border-color: #493A17;
}
.TagClassName
{
border-color: #493A17;
}
</style>