Shades of Madras #493E0C
Tints of Madras #493E0C
RGB
CMYK
RGB Variations
Color information
#493E0C (or 0x493E0C) is known color: Madras. HEX triplet: 49, 3E and 0C. RGB value is (73,62,12). Sum of RGB (Red+Green+Blue) = 73+62+12=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #493E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493E0C is #B6C1F3. Grayscale: #3B3B3B. Windows color (decimal): -11977204 or 802377. OLE color: 802377.
HSL color Cylindrical-coordinate representation of color #493E0C: hue angle of 49.18º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #493E0C is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 62 | 12 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.71 |
| HSL | 49.18º | 0.72% | 0.17% | - |
| HSV(B) | 49.18º | 0.84% | 0.29% | - |
| XYZ | 4.54 | 4.89 | 1.05 | - |
| YUV | 59.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 12 | 0 | 0.15 | 0.84 | 0.71 | 49.18 | 0.72 | 0.17 |
| Hex | 49 | 3E | C | 0 | F | 54 | 47 | 31 | 48 | 11 |
| Octal | 111 | 76 | 14 | 0 | 17 | 124 | 107 | 61 | 110 | 21 |
| Binary | 1001001 | 111110 | 1100 | 0 | 1111 | 1010100 | 1000111 | 110001 | 1001000 | 10001 |
Color Harmonies of #493E0C
Complementary color
Monochromatic Colors of #493E0C
Black with #493E0C
Text Example
Text Example
White with #493E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493E0C; }
p { color: rgb(73,62,12); }
H1.HeaderClassName
{
color: #493E0C;
}
.AnyTagClassName
{
color: #493E0C;
}
</style>
background-color css
<style>
a { background-color: #493E0C; }
a { background-color: rgb(73,62,12); }
div.DivClassName
{
background-color: #493E0C;
}
.BgClassName
{
background-color: #493E0C;
}
</style>
border-color css
<style>
span { border-color: #493E0C; }
span { border-color: rgb(73,62,12); }
td.TdClassName
{
border-color: #493E0C;
}
.TagClassName
{
border-color: #493E0C;
}
</style>