Shades of Madras #413E14
Tints of Madras #413E14
RGB
CMYK
RGB Variations
Color information
#413E14 (or 0x413E14) is known color: Madras. HEX triplet: 41, 3E and 14. RGB value is (65,62,20). Sum of RGB (Red+Green+Blue) = 65+62+20=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #413E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413E14 is #BEC1EB. Grayscale: #3A3A3A. Windows color (decimal): -12501484 or 1326657. OLE color: 1326657.
HSL color Cylindrical-coordinate representation of color #413E14: hue angle of 56º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #413E14 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 62 | 20 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.75 |
| HSL | 56º | 0.53% | 0.17% | - |
| HSV(B) | 56º | 0.69% | 0.25% | - |
| XYZ | 4.03 | 4.62 | 1.34 | - |
| YUV | 58.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 20 | 0 | 0.05 | 0.69 | 0.75 | 56 | 0.53 | 0.17 |
| Hex | 41 | 3E | 14 | 0 | 5 | 45 | 4B | 38 | 35 | 11 |
| Octal | 101 | 76 | 24 | 0 | 5 | 105 | 113 | 70 | 65 | 21 |
| Binary | 1000001 | 111110 | 10100 | 0 | 101 | 1000101 | 1001011 | 111000 | 110101 | 10001 |
Color Harmonies of #413E14
Complementary color
Monochromatic Colors of #413E14
Black with #413E14
Text Example
Text Example
White with #413E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E14; }
p { color: rgb(65,62,20); }
H1.HeaderClassName
{
color: #413E14;
}
.AnyTagClassName
{
color: #413E14;
}
</style>
background-color css
<style>
a { background-color: #413E14; }
a { background-color: rgb(65,62,20); }
div.DivClassName
{
background-color: #413E14;
}
.BgClassName
{
background-color: #413E14;
}
</style>
border-color css
<style>
span { border-color: #413E14; }
span { border-color: rgb(65,62,20); }
td.TdClassName
{
border-color: #413E14;
}
.TagClassName
{
border-color: #413E14;
}
</style>