Shades of Madras #493C25
Tints of Madras #493C25
RGB
CMYK
RGB Variations
Color information
#493C25 (or 0x493C25) is known color: Madras. HEX triplet: 49, 3C and 25. RGB value is (73,60,37). Sum of RGB (Red+Green+Blue) = 73+60+37=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #493C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C25 is #B6C3DA. Grayscale: #3D3D3D. Windows color (decimal): -11977691 or 2440265. OLE color: 2440265.
HSL color Cylindrical-coordinate representation of color #493C25: hue angle of 38.33º 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 #493C25 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 37 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.71 |
| HSL | 38.33º | 0.33% | 0.22% | - |
| HSV(B) | 38.33º | 0.49% | 0.29% | - |
| XYZ | 4.7 | 4.78 | 2.43 | - |
| YUV | 61.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 37 | 0 | 0.18 | 0.49 | 0.71 | 38.33 | 0.33 | 0.22 |
| Hex | 49 | 3C | 25 | 0 | 12 | 31 | 47 | 26 | 21 | 16 |
| Octal | 111 | 74 | 45 | 0 | 22 | 61 | 107 | 46 | 41 | 26 |
| Binary | 1001001 | 111100 | 100101 | 0 | 10010 | 110001 | 1000111 | 100110 | 100001 | 10110 |
Color Harmonies of #493C25
Complementary color
Monochromatic Colors of #493C25
Black with #493C25
Text Example
Text Example
White with #493C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C25; }
p { color: rgb(73,60,37); }
H1.HeaderClassName
{
color: #493C25;
}
.AnyTagClassName
{
color: #493C25;
}
</style>
background-color css
<style>
a { background-color: #493C25; }
a { background-color: rgb(73,60,37); }
div.DivClassName
{
background-color: #493C25;
}
.BgClassName
{
background-color: #493C25;
}
</style>
border-color css
<style>
span { border-color: #493C25; }
span { border-color: rgb(73,60,37); }
td.TdClassName
{
border-color: #493C25;
}
.TagClassName
{
border-color: #493C25;
}
</style>