Shades of Madras #49430A
Tints of Madras #49430A
RGB
CMYK
RGB Variations
Color information
#49430A (or 0x49430A) is known color: Madras. HEX triplet: 49, 43 and 0A. RGB value is (73,67,10). Sum of RGB (Red+Green+Blue) = 73+67+10=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #49430A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49430A is #B6BCF5. Grayscale: #3E3E3E. Windows color (decimal): -11975926 or 672585. OLE color: 672585.
HSL color Cylindrical-coordinate representation of color #49430A: hue angle of 54.29º 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 #49430A is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 67 | 10 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.71 |
| HSL | 54.29º | 0.76% | 0.16% | - |
| HSV(B) | 54.29º | 0.86% | 0.29% | - |
| XYZ | 4.81 | 5.45 | 1.09 | - |
| YUV | 62.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 10 | 0 | 0.08 | 0.86 | 0.71 | 54.29 | 0.76 | 0.16 |
| Hex | 49 | 43 | A | 0 | 8 | 56 | 47 | 36 | 4C | 10 |
| Octal | 111 | 103 | 12 | 0 | 10 | 126 | 107 | 66 | 114 | 20 |
| Binary | 1001001 | 1000011 | 1010 | 0 | 1000 | 1010110 | 1000111 | 110110 | 1001100 | 10000 |
Color Harmonies of #49430A
Complementary color
Monochromatic Colors of #49430A
Black with #49430A
Text Example
Text Example
White with #49430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49430A; }
p { color: rgb(73,67,10); }
H1.HeaderClassName
{
color: #49430A;
}
.AnyTagClassName
{
color: #49430A;
}
</style>
background-color css
<style>
a { background-color: #49430A; }
a { background-color: rgb(73,67,10); }
div.DivClassName
{
background-color: #49430A;
}
.BgClassName
{
background-color: #49430A;
}
</style>
border-color css
<style>
span { border-color: #49430A; }
span { border-color: rgb(73,67,10); }
td.TdClassName
{
border-color: #49430A;
}
.TagClassName
{
border-color: #49430A;
}
</style>