Shades of Madras #4A370D
Tints of Madras #4A370D
RGB
CMYK
RGB Variations
Color information
#4A370D (or 0x4A370D) is known color: Madras. HEX triplet: 4A, 37 and 0D. RGB value is (74,55,13). Sum of RGB (Red+Green+Blue) = 74+55+13=142 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.11% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 74 - color contains mainly: red. Hex color #4A370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A370D is #B5C8F2. Grayscale: #383838. Windows color (decimal): -11913459 or 866122. OLE color: 866122.
HSL color Cylindrical-coordinate representation of color #4A370D: hue angle of 41.31º 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 #4A370D is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 55 | 13 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.71 |
| HSL | 41.31º | 0.7% | 0.17% | - |
| HSV(B) | 41.31º | 0.82% | 0.29% | - |
| XYZ | 4.26 | 4.22 | 0.97 | - |
| YUV | 55.89 | 103.79 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 55 | 13 | 0 | 0.26 | 0.82 | 0.71 | 41.31 | 0.7 | 0.17 |
| Hex | 4A | 37 | D | 0 | 1A | 52 | 47 | 29 | 46 | 11 |
| Octal | 112 | 67 | 15 | 0 | 32 | 122 | 107 | 51 | 106 | 21 |
| Binary | 1001010 | 110111 | 1101 | 0 | 11010 | 1010010 | 1000111 | 101001 | 1000110 | 10001 |
Color Harmonies of #4A370D
Complementary color
Monochromatic Colors of #4A370D
Black with #4A370D
Text Example
Text Example
White with #4A370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A370D; }
p { color: rgb(74,55,13); }
H1.HeaderClassName
{
color: #4A370D;
}
.AnyTagClassName
{
color: #4A370D;
}
</style>
background-color css
<style>
a { background-color: #4A370D; }
a { background-color: rgb(74,55,13); }
div.DivClassName
{
background-color: #4A370D;
}
.BgClassName
{
background-color: #4A370D;
}
</style>
border-color css
<style>
span { border-color: #4A370D; }
span { border-color: rgb(74,55,13); }
td.TdClassName
{
border-color: #4A370D;
}
.TagClassName
{
border-color: #4A370D;
}
</style>