Shades of Madras #494123
Tints of Madras #494123
RGB
CMYK
RGB Variations
Color information
#494123 (or 0x494123) is known color: Madras. HEX triplet: 49, 41 and 23. RGB value is (73,65,35). Sum of RGB (Red+Green+Blue) = 73+65+35=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #494123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494123 is #B6BEDC. Grayscale: #404040. Windows color (decimal): -11976413 or 2310473. OLE color: 2310473.
HSL color Cylindrical-coordinate representation of color #494123: hue angle of 47.37º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #494123 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 65 | 35 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.71 |
| HSL | 47.37º | 0.35% | 0.21% | - |
| HSV(B) | 47.37º | 0.52% | 0.29% | - |
| XYZ | 4.94 | 5.32 | 2.36 | - |
| YUV | 63.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 35 | 0 | 0.11 | 0.52 | 0.71 | 47.37 | 0.35 | 0.21 |
| Hex | 49 | 41 | 23 | 0 | B | 34 | 47 | 2F | 23 | 15 |
| Octal | 111 | 101 | 43 | 0 | 13 | 64 | 107 | 57 | 43 | 25 |
| Binary | 1001001 | 1000001 | 100011 | 0 | 1011 | 110100 | 1000111 | 101111 | 100011 | 10101 |
Color Harmonies of #494123
Complementary color
Monochromatic Colors of #494123
Black with #494123
Text Example
Text Example
White with #494123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494123; }
p { color: rgb(73,65,35); }
H1.HeaderClassName
{
color: #494123;
}
.AnyTagClassName
{
color: #494123;
}
</style>
background-color css
<style>
a { background-color: #494123; }
a { background-color: rgb(73,65,35); }
div.DivClassName
{
background-color: #494123;
}
.BgClassName
{
background-color: #494123;
}
</style>
border-color css
<style>
span { border-color: #494123; }
span { border-color: rgb(73,65,35); }
td.TdClassName
{
border-color: #494123;
}
.TagClassName
{
border-color: #494123;
}
</style>