Shades of Madras #494025
Tints of Madras #494025
RGB
CMYK
RGB Variations
Color information
#494025 (or 0x494025) is known color: Madras. HEX triplet: 49, 40 and 25. RGB value is (73,64,37). Sum of RGB (Red+Green+Blue) = 73+64+37=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #494025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494025 is #B6BFDA. Grayscale: #3F3F3F. Windows color (decimal): -11976667 or 2441289. OLE color: 2441289.
HSL color Cylindrical-coordinate representation of color #494025: hue angle of 45º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #494025 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 64 | 37 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.71 |
| HSL | 45º | 0.33% | 0.22% | - |
| HSV(B) | 45º | 0.49% | 0.29% | - |
| XYZ | 4.91 | 5.22 | 2.5 | - |
| YUV | 63.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 37 | 0 | 0.12 | 0.49 | 0.71 | 45 | 0.33 | 0.22 |
| Hex | 49 | 40 | 25 | 0 | C | 31 | 47 | 2D | 21 | 16 |
| Octal | 111 | 100 | 45 | 0 | 14 | 61 | 107 | 55 | 41 | 26 |
| Binary | 1001001 | 1000000 | 100101 | 0 | 1100 | 110001 | 1000111 | 101101 | 100001 | 10110 |
Color Harmonies of #494025
Complementary color
Monochromatic Colors of #494025
Black with #494025
Text Example
Text Example
White with #494025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494025; }
p { color: rgb(73,64,37); }
H1.HeaderClassName
{
color: #494025;
}
.AnyTagClassName
{
color: #494025;
}
</style>
background-color css
<style>
a { background-color: #494025; }
a { background-color: rgb(73,64,37); }
div.DivClassName
{
background-color: #494025;
}
.BgClassName
{
background-color: #494025;
}
</style>
border-color css
<style>
span { border-color: #494025; }
span { border-color: rgb(73,64,37); }
td.TdClassName
{
border-color: #494025;
}
.TagClassName
{
border-color: #494025;
}
</style>