Shades of Madras #493E1F
Tints of Madras #493E1F
RGB
CMYK
RGB Variations
Color information
#493E1F (or 0x493E1F) is known color: Madras. HEX triplet: 49, 3E and 1F. RGB value is (73,62,31). Sum of RGB (Red+Green+Blue) = 73+62+31=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #493E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E1F is #B6C1E0. Grayscale: #3D3D3D. Windows color (decimal): -11977185 or 2047561. OLE color: 2047561.
HSL color Cylindrical-coordinate representation of color #493E1F: hue angle of 44.29º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #493E1F is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 62 | 31 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.71 |
| HSL | 44.29º | 0.4% | 0.2% | - |
| HSV(B) | 44.29º | 0.58% | 0.29% | - |
| XYZ | 4.72 | 4.96 | 2.01 | - |
| YUV | 61.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 31 | 0 | 0.15 | 0.58 | 0.71 | 44.29 | 0.4 | 0.2 |
| Hex | 49 | 3E | 1F | 0 | F | 3A | 47 | 2C | 28 | 14 |
| Octal | 111 | 76 | 37 | 0 | 17 | 72 | 107 | 54 | 50 | 24 |
| Binary | 1001001 | 111110 | 11111 | 0 | 1111 | 111010 | 1000111 | 101100 | 101000 | 10100 |
Color Harmonies of #493E1F
Complementary color
Monochromatic Colors of #493E1F
Black with #493E1F
Text Example
Text Example
White with #493E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493E1F; }
p { color: rgb(73,62,31); }
H1.HeaderClassName
{
color: #493E1F;
}
.AnyTagClassName
{
color: #493E1F;
}
</style>
background-color css
<style>
a { background-color: #493E1F; }
a { background-color: rgb(73,62,31); }
div.DivClassName
{
background-color: #493E1F;
}
.BgClassName
{
background-color: #493E1F;
}
</style>
border-color css
<style>
span { border-color: #493E1F; }
span { border-color: rgb(73,62,31); }
td.TdClassName
{
border-color: #493E1F;
}
.TagClassName
{
border-color: #493E1F;
}
</style>