Shades of Madras #494122
Tints of Madras #494122
RGB
CMYK
RGB Variations
Color information
#494122 (or 0x494122) is known color: Madras. HEX triplet: 49, 41 and 22. RGB value is (73,65,34). Sum of RGB (Red+Green+Blue) = 73+65+34=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #494122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494122 is #B6BEDD. Grayscale: #3F3F3F. Windows color (decimal): -11976414 or 2244937. OLE color: 2244937.
HSL color Cylindrical-coordinate representation of color #494122: hue angle of 47.69º 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 #494122 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 65 | 34 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.71 |
| HSL | 47.69º | 0.36% | 0.21% | - |
| HSV(B) | 47.69º | 0.53% | 0.29% | - |
| XYZ | 4.93 | 5.31 | 2.28 | - |
| YUV | 63.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 34 | 0 | 0.11 | 0.53 | 0.71 | 47.69 | 0.36 | 0.21 |
| Hex | 49 | 41 | 22 | 0 | B | 35 | 47 | 30 | 24 | 15 |
| Octal | 111 | 101 | 42 | 0 | 13 | 65 | 107 | 60 | 44 | 25 |
| Binary | 1001001 | 1000001 | 100010 | 0 | 1011 | 110101 | 1000111 | 110000 | 100100 | 10101 |
Color Harmonies of #494122
Complementary color
Monochromatic Colors of #494122
Black with #494122
Text Example
Text Example
White with #494122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494122; }
p { color: rgb(73,65,34); }
H1.HeaderClassName
{
color: #494122;
}
.AnyTagClassName
{
color: #494122;
}
</style>
background-color css
<style>
a { background-color: #494122; }
a { background-color: rgb(73,65,34); }
div.DivClassName
{
background-color: #494122;
}
.BgClassName
{
background-color: #494122;
}
</style>
border-color css
<style>
span { border-color: #494122; }
span { border-color: rgb(73,65,34); }
td.TdClassName
{
border-color: #494122;
}
.TagClassName
{
border-color: #494122;
}
</style>