Shades of Madras #4A390D
Tints of Madras #4A390D
RGB
CMYK
RGB Variations
Color information
#4A390D (or 0x4A390D) is known color: Madras. HEX triplet: 4A, 39 and 0D. RGB value is (74,57,13). Sum of RGB (Red+Green+Blue) = 74+57+13=144 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.39% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 74 - color contains mainly: red. Hex color #4A390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A390D is #B5C6F2. Grayscale: #393939. Windows color (decimal): -11912947 or 866634. OLE color: 866634.
HSL color Cylindrical-coordinate representation of color #4A390D: hue angle of 43.28º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A390D is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 57 | 13 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.71 |
| HSL | 43.28º | 0.7% | 0.17% | - |
| HSV(B) | 43.28º | 0.82% | 0.29% | - |
| XYZ | 4.36 | 4.41 | 1 | - |
| YUV | 57.07 | 103.13 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 13 | 0 | 0.23 | 0.82 | 0.71 | 43.28 | 0.7 | 0.17 |
| Hex | 4A | 39 | D | 0 | 17 | 52 | 47 | 2B | 46 | 11 |
| Octal | 112 | 71 | 15 | 0 | 27 | 122 | 107 | 53 | 106 | 21 |
| Binary | 1001010 | 111001 | 1101 | 0 | 10111 | 1010010 | 1000111 | 101011 | 1000110 | 10001 |
Color Harmonies of #4A390D
Complementary color
Monochromatic Colors of #4A390D
Black with #4A390D
Text Example
Text Example
White with #4A390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A390D; }
p { color: rgb(74,57,13); }
H1.HeaderClassName
{
color: #4A390D;
}
.AnyTagClassName
{
color: #4A390D;
}
</style>
background-color css
<style>
a { background-color: #4A390D; }
a { background-color: rgb(74,57,13); }
div.DivClassName
{
background-color: #4A390D;
}
.BgClassName
{
background-color: #4A390D;
}
</style>
border-color css
<style>
span { border-color: #4A390D; }
span { border-color: rgb(74,57,13); }
td.TdClassName
{
border-color: #4A390D;
}
.TagClassName
{
border-color: #4A390D;
}
</style>