Shades of Madras #493B1D
Tints of Madras #493B1D
RGB
CMYK
RGB Variations
Color information
#493B1D (or 0x493B1D) is known color: Madras. HEX triplet: 49, 3B and 1D. RGB value is (73,59,29). Sum of RGB (Red+Green+Blue) = 73+59+29=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #493B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B1D is #B6C4E2. Grayscale: #3B3B3B. Windows color (decimal): -11977955 or 1915721. OLE color: 1915721.
HSL color Cylindrical-coordinate representation of color #493B1D: hue angle of 40.91º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #493B1D is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 59 | 29 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.71 |
| HSL | 40.91º | 0.43% | 0.2% | - |
| HSV(B) | 40.91º | 0.6% | 0.29% | - |
| XYZ | 4.53 | 4.63 | 1.82 | - |
| YUV | 59.77 | 110.64 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 29 | 0 | 0.19 | 0.60 | 0.71 | 40.91 | 0.43 | 0.2 |
| Hex | 49 | 3B | 1D | 0 | 13 | 3C | 47 | 29 | 2B | 14 |
| Octal | 111 | 73 | 35 | 0 | 23 | 74 | 107 | 51 | 53 | 24 |
| Binary | 1001001 | 111011 | 11101 | 0 | 10011 | 111100 | 1000111 | 101001 | 101011 | 10100 |
Color Harmonies of #493B1D
Complementary color
Monochromatic Colors of #493B1D
Black with #493B1D
Text Example
Text Example
White with #493B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493B1D; }
p { color: rgb(73,59,29); }
H1.HeaderClassName
{
color: #493B1D;
}
.AnyTagClassName
{
color: #493B1D;
}
</style>
background-color css
<style>
a { background-color: #493B1D; }
a { background-color: rgb(73,59,29); }
div.DivClassName
{
background-color: #493B1D;
}
.BgClassName
{
background-color: #493B1D;
}
</style>
border-color css
<style>
span { border-color: #493B1D; }
span { border-color: rgb(73,59,29); }
td.TdClassName
{
border-color: #493B1D;
}
.TagClassName
{
border-color: #493B1D;
}
</style>