Shades of Madras #493B17
Tints of Madras #493B17
RGB
CMYK
RGB Variations
Color information
#493B17 (or 0x493B17) is known color: Madras. HEX triplet: 49, 3B and 17. RGB value is (73,59,23). Sum of RGB (Red+Green+Blue) = 73+59+23=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #493B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493B17 is #B6C4E8. Grayscale: #3B3B3B. Windows color (decimal): -11977961 or 1522505. OLE color: 1522505.
HSL color Cylindrical-coordinate representation of color #493B17: hue angle of 43.2º 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 #493B17 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 59 | 23 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.71 |
| HSL | 43.2º | 0.52% | 0.19% | - |
| HSV(B) | 43.2º | 0.68% | 0.29% | - |
| XYZ | 4.47 | 4.61 | 1.46 | - |
| YUV | 59.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 23 | 0 | 0.19 | 0.68 | 0.71 | 43.2 | 0.52 | 0.19 |
| Hex | 49 | 3B | 17 | 0 | 13 | 44 | 47 | 2B | 34 | 13 |
| Octal | 111 | 73 | 27 | 0 | 23 | 104 | 107 | 53 | 64 | 23 |
| Binary | 1001001 | 111011 | 10111 | 0 | 10011 | 1000100 | 1000111 | 101011 | 110100 | 10011 |
Color Harmonies of #493B17
Complementary color
Monochromatic Colors of #493B17
Black with #493B17
Text Example
Text Example
White with #493B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493B17; }
p { color: rgb(73,59,23); }
H1.HeaderClassName
{
color: #493B17;
}
.AnyTagClassName
{
color: #493B17;
}
</style>
background-color css
<style>
a { background-color: #493B17; }
a { background-color: rgb(73,59,23); }
div.DivClassName
{
background-color: #493B17;
}
.BgClassName
{
background-color: #493B17;
}
</style>
border-color css
<style>
span { border-color: #493B17; }
span { border-color: rgb(73,59,23); }
td.TdClassName
{
border-color: #493B17;
}
.TagClassName
{
border-color: #493B17;
}
</style>