Shades of Madras #493C22
Tints of Madras #493C22
RGB
CMYK
RGB Variations
Color information
#493C22 (or 0x493C22) is known color: Madras. HEX triplet: 49, 3C and 22. RGB value is (73,60,34). Sum of RGB (Red+Green+Blue) = 73+60+34=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #493C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C22 is #B6C3DD. Grayscale: #3D3D3D. Windows color (decimal): -11977694 or 2243657. OLE color: 2243657.
HSL color Cylindrical-coordinate representation of color #493C22: hue angle of 40º 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 #493C22 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 34 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.71 |
| HSL | 40º | 0.36% | 0.21% | - |
| HSV(B) | 40º | 0.53% | 0.29% | - |
| XYZ | 4.65 | 4.76 | 2.19 | - |
| YUV | 60.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 34 | 0 | 0.18 | 0.53 | 0.71 | 40 | 0.36 | 0.21 |
| Hex | 49 | 3C | 22 | 0 | 12 | 35 | 47 | 28 | 24 | 15 |
| Octal | 111 | 74 | 42 | 0 | 22 | 65 | 107 | 50 | 44 | 25 |
| Binary | 1001001 | 111100 | 100010 | 0 | 10010 | 110101 | 1000111 | 101000 | 100100 | 10101 |
Color Harmonies of #493C22
Complementary color
Monochromatic Colors of #493C22
Black with #493C22
Text Example
Text Example
White with #493C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C22; }
p { color: rgb(73,60,34); }
H1.HeaderClassName
{
color: #493C22;
}
.AnyTagClassName
{
color: #493C22;
}
</style>
background-color css
<style>
a { background-color: #493C22; }
a { background-color: rgb(73,60,34); }
div.DivClassName
{
background-color: #493C22;
}
.BgClassName
{
background-color: #493C22;
}
</style>
border-color css
<style>
span { border-color: #493C22; }
span { border-color: rgb(73,60,34); }
td.TdClassName
{
border-color: #493C22;
}
.TagClassName
{
border-color: #493C22;
}
</style>