Shades of Madras #493D25
Tints of Madras #493D25
RGB
CMYK
RGB Variations
Color information
#493D25 (or 0x493D25) is known color: Madras. HEX triplet: 49, 3D and 25. RGB value is (73,61,37). Sum of RGB (Red+Green+Blue) = 73+61+37=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #493D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D25 is #B6C2DA. Grayscale: #3D3D3D. Windows color (decimal): -11977435 or 2440521. OLE color: 2440521.
HSL color Cylindrical-coordinate representation of color #493D25: hue angle of 40º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #493D25 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 61 | 37 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.71 |
| HSL | 40º | 0.33% | 0.22% | - |
| HSV(B) | 40º | 0.49% | 0.29% | - |
| XYZ | 4.75 | 4.89 | 2.44 | - |
| YUV | 61.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 37 | 0 | 0.16 | 0.49 | 0.71 | 40 | 0.33 | 0.22 |
| Hex | 49 | 3D | 25 | 0 | 10 | 31 | 47 | 28 | 21 | 16 |
| Octal | 111 | 75 | 45 | 0 | 20 | 61 | 107 | 50 | 41 | 26 |
| Binary | 1001001 | 111101 | 100101 | 0 | 10000 | 110001 | 1000111 | 101000 | 100001 | 10110 |
Color Harmonies of #493D25
Complementary color
Monochromatic Colors of #493D25
Black with #493D25
Text Example
Text Example
White with #493D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D25; }
p { color: rgb(73,61,37); }
H1.HeaderClassName
{
color: #493D25;
}
.AnyTagClassName
{
color: #493D25;
}
</style>
background-color css
<style>
a { background-color: #493D25; }
a { background-color: rgb(73,61,37); }
div.DivClassName
{
background-color: #493D25;
}
.BgClassName
{
background-color: #493D25;
}
</style>
border-color css
<style>
span { border-color: #493D25; }
span { border-color: rgb(73,61,37); }
td.TdClassName
{
border-color: #493D25;
}
.TagClassName
{
border-color: #493D25;
}
</style>