Shades of Madras #494323
Tints of Madras #494323
RGB
CMYK
RGB Variations
Color information
#494323 (or 0x494323) is known color: Madras. HEX triplet: 49, 43 and 23. RGB value is (73,67,35). Sum of RGB (Red+Green+Blue) = 73+67+35=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #494323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494323 is #B6BCDC. Grayscale: #414141. Windows color (decimal): -11975901 or 2310985. OLE color: 2310985.
HSL color Cylindrical-coordinate representation of color #494323: hue angle of 50.53º 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 #494323 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 67 | 35 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.71 |
| HSL | 50.53º | 0.35% | 0.21% | - |
| HSV(B) | 50.53º | 0.52% | 0.29% | - |
| XYZ | 5.06 | 5.55 | 2.4 | - |
| YUV | 65.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 35 | 0 | 0.08 | 0.52 | 0.71 | 50.53 | 0.35 | 0.21 |
| Hex | 49 | 43 | 23 | 0 | 8 | 34 | 47 | 33 | 23 | 15 |
| Octal | 111 | 103 | 43 | 0 | 10 | 64 | 107 | 63 | 43 | 25 |
| Binary | 1001001 | 1000011 | 100011 | 0 | 1000 | 110100 | 1000111 | 110011 | 100011 | 10101 |
Color Harmonies of #494323
Complementary color
Monochromatic Colors of #494323
Black with #494323
Text Example
Text Example
White with #494323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494323; }
p { color: rgb(73,67,35); }
H1.HeaderClassName
{
color: #494323;
}
.AnyTagClassName
{
color: #494323;
}
</style>
background-color css
<style>
a { background-color: #494323; }
a { background-color: rgb(73,67,35); }
div.DivClassName
{
background-color: #494323;
}
.BgClassName
{
background-color: #494323;
}
</style>
border-color css
<style>
span { border-color: #494323; }
span { border-color: rgb(73,67,35); }
td.TdClassName
{
border-color: #494323;
}
.TagClassName
{
border-color: #494323;
}
</style>