Shades of Madras #493F22
Tints of Madras #493F22
RGB
CMYK
RGB Variations
Color information
#493F22 (or 0x493F22) is known color: Madras. HEX triplet: 49, 3F and 22. RGB value is (73,63,34). Sum of RGB (Red+Green+Blue) = 73+63+34=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #493F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F22 is #B6C0DD. Grayscale: #3E3E3E. Windows color (decimal): -11976926 or 2244425. OLE color: 2244425.
HSL color Cylindrical-coordinate representation of color #493F22: hue angle of 44.62º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #493F22 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 63 | 34 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.71 |
| HSL | 44.62º | 0.36% | 0.21% | - |
| HSV(B) | 44.62º | 0.53% | 0.29% | - |
| XYZ | 4.81 | 5.09 | 2.24 | - |
| YUV | 62.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 34 | 0 | 0.14 | 0.53 | 0.71 | 44.62 | 0.36 | 0.21 |
| Hex | 49 | 3F | 22 | 0 | E | 35 | 47 | 2D | 24 | 15 |
| Octal | 111 | 77 | 42 | 0 | 16 | 65 | 107 | 55 | 44 | 25 |
| Binary | 1001001 | 111111 | 100010 | 0 | 1110 | 110101 | 1000111 | 101101 | 100100 | 10101 |
Color Harmonies of #493F22
Complementary color
Monochromatic Colors of #493F22
Black with #493F22
Text Example
Text Example
White with #493F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F22; }
p { color: rgb(73,63,34); }
H1.HeaderClassName
{
color: #493F22;
}
.AnyTagClassName
{
color: #493F22;
}
</style>
background-color css
<style>
a { background-color: #493F22; }
a { background-color: rgb(73,63,34); }
div.DivClassName
{
background-color: #493F22;
}
.BgClassName
{
background-color: #493F22;
}
</style>
border-color css
<style>
span { border-color: #493F22; }
span { border-color: rgb(73,63,34); }
td.TdClassName
{
border-color: #493F22;
}
.TagClassName
{
border-color: #493F22;
}
</style>