Shades of Madras #4A410C
Tints of Madras #4A410C
RGB
CMYK
RGB Variations
Color information
#4A410C (or 0x4A410C) is known color: Madras. HEX triplet: 4A, 41 and 0C. RGB value is (74,65,12). Sum of RGB (Red+Green+Blue) = 74+65+12=151 (20% of max value = 765). Red value is 74 (29.30% from 255 or 49.01% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 74 - color contains mainly: red. Hex color #4A410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A410C is #B5BEF3. Grayscale: #3D3D3D. Windows color (decimal): -11910900 or 803146. OLE color: 803146.
HSL color Cylindrical-coordinate representation of color #4A410C: hue angle of 51.29º 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 #4A410C is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 65 | 12 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.71 |
| HSL | 51.29º | 0.72% | 0.17% | - |
| HSV(B) | 51.29º | 0.84% | 0.29% | - |
| XYZ | 4.78 | 5.26 | 1.11 | - |
| YUV | 61.65 | 99.98 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 12 | 0 | 0.12 | 0.84 | 0.71 | 51.29 | 0.72 | 0.17 |
| Hex | 4A | 41 | C | 0 | C | 54 | 47 | 33 | 48 | 11 |
| Octal | 112 | 101 | 14 | 0 | 14 | 124 | 107 | 63 | 110 | 21 |
| Binary | 1001010 | 1000001 | 1100 | 0 | 1100 | 1010100 | 1000111 | 110011 | 1001000 | 10001 |
Color Harmonies of #4A410C
Complementary color
Monochromatic Colors of #4A410C
Black with #4A410C
Text Example
Text Example
White with #4A410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A410C; }
p { color: rgb(74,65,12); }
H1.HeaderClassName
{
color: #4A410C;
}
.AnyTagClassName
{
color: #4A410C;
}
</style>
background-color css
<style>
a { background-color: #4A410C; }
a { background-color: rgb(74,65,12); }
div.DivClassName
{
background-color: #4A410C;
}
.BgClassName
{
background-color: #4A410C;
}
</style>
border-color css
<style>
span { border-color: #4A410C; }
span { border-color: rgb(74,65,12); }
td.TdClassName
{
border-color: #4A410C;
}
.TagClassName
{
border-color: #4A410C;
}
</style>