Shades of Madras #493C0A
Tints of Madras #493C0A
RGB
CMYK
RGB Variations
Color information
#493C0A (or 0x493C0A) is known color: Madras. HEX triplet: 49, 3C and 0A. RGB value is (73,60,10). Sum of RGB (Red+Green+Blue) = 73+60+10=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #493C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493C0A is #B6C3F5. Grayscale: #3A3A3A. Windows color (decimal): -11977718 or 670793. OLE color: 670793.
HSL color Cylindrical-coordinate representation of color #493C0A: hue angle of 47.62º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #493C0A is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 10 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.71 |
| HSL | 47.62º | 0.76% | 0.16% | - |
| HSV(B) | 47.62º | 0.86% | 0.29% | - |
| XYZ | 4.42 | 4.67 | 0.96 | - |
| YUV | 58.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 10 | 0 | 0.18 | 0.86 | 0.71 | 47.62 | 0.76 | 0.16 |
| Hex | 49 | 3C | A | 0 | 12 | 56 | 47 | 30 | 4C | 10 |
| Octal | 111 | 74 | 12 | 0 | 22 | 126 | 107 | 60 | 114 | 20 |
| Binary | 1001001 | 111100 | 1010 | 0 | 10010 | 1010110 | 1000111 | 110000 | 1001100 | 10000 |
Color Harmonies of #493C0A
Complementary color
Monochromatic Colors of #493C0A
Black with #493C0A
Text Example
Text Example
White with #493C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C0A; }
p { color: rgb(73,60,10); }
H1.HeaderClassName
{
color: #493C0A;
}
.AnyTagClassName
{
color: #493C0A;
}
</style>
background-color css
<style>
a { background-color: #493C0A; }
a { background-color: rgb(73,60,10); }
div.DivClassName
{
background-color: #493C0A;
}
.BgClassName
{
background-color: #493C0A;
}
</style>
border-color css
<style>
span { border-color: #493C0A; }
span { border-color: rgb(73,60,10); }
td.TdClassName
{
border-color: #493C0A;
}
.TagClassName
{
border-color: #493C0A;
}
</style>