Shades of Madras #493D21
Tints of Madras #493D21
RGB
CMYK
RGB Variations
Color information
#493D21 (or 0x493D21) is known color: Madras. HEX triplet: 49, 3D and 21. RGB value is (73,61,33). Sum of RGB (Red+Green+Blue) = 73+61+33=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #493D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D21 is #B6C2DE. Grayscale: #3D3D3D. Windows color (decimal): -11977439 or 2178377. OLE color: 2178377.
HSL color Cylindrical-coordinate representation of color #493D21: hue angle of 42º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #493D21 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 61 | 33 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.71 |
| HSL | 42º | 0.38% | 0.21% | - |
| HSV(B) | 42º | 0.55% | 0.29% | - |
| XYZ | 4.69 | 4.86 | 2.13 | - |
| YUV | 61.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 33 | 0 | 0.16 | 0.55 | 0.71 | 42 | 0.38 | 0.21 |
| Hex | 49 | 3D | 21 | 0 | 10 | 37 | 47 | 2A | 26 | 15 |
| Octal | 111 | 75 | 41 | 0 | 20 | 67 | 107 | 52 | 46 | 25 |
| Binary | 1001001 | 111101 | 100001 | 0 | 10000 | 110111 | 1000111 | 101010 | 100110 | 10101 |
Color Harmonies of #493D21
Complementary color
Monochromatic Colors of #493D21
Black with #493D21
Text Example
Text Example
White with #493D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D21; }
p { color: rgb(73,61,33); }
H1.HeaderClassName
{
color: #493D21;
}
.AnyTagClassName
{
color: #493D21;
}
</style>
background-color css
<style>
a { background-color: #493D21; }
a { background-color: rgb(73,61,33); }
div.DivClassName
{
background-color: #493D21;
}
.BgClassName
{
background-color: #493D21;
}
</style>
border-color css
<style>
span { border-color: #493D21; }
span { border-color: rgb(73,61,33); }
td.TdClassName
{
border-color: #493D21;
}
.TagClassName
{
border-color: #493D21;
}
</style>