Shades of Madras #413F0E
Tints of Madras #413F0E
RGB
CMYK
RGB Variations
Color information
#413F0E (or 0x413F0E) is known color: Madras. HEX triplet: 41, 3F and 0E. RGB value is (65,63,14). Sum of RGB (Red+Green+Blue) = 65+63+14=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #413F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F0E is #BEC0F1. Grayscale: #3A3A3A. Windows color (decimal): -12501234 or 933697. OLE color: 933697.
HSL color Cylindrical-coordinate representation of color #413F0E: hue angle of 57.65º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #413F0E is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 63 | 14 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.75 |
| HSL | 57.65º | 0.65% | 0.15% | - |
| HSV(B) | 57.65º | 0.78% | 0.25% | - |
| XYZ | 4.04 | 4.71 | 1.11 | - |
| YUV | 58.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 14 | 0 | 0.03 | 0.78 | 0.75 | 57.65 | 0.65 | 0.15 |
| Hex | 41 | 3F | E | 0 | 3 | 4E | 4B | 3A | 41 | F |
| Octal | 101 | 77 | 16 | 0 | 3 | 116 | 113 | 72 | 101 | 17 |
| Binary | 1000001 | 111111 | 1110 | 0 | 11 | 1001110 | 1001011 | 111010 | 1000001 | 1111 |
Color Harmonies of #413F0E
Complementary color
Monochromatic Colors of #413F0E
Black with #413F0E
Text Example
Text Example
White with #413F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F0E; }
p { color: rgb(65,63,14); }
H1.HeaderClassName
{
color: #413F0E;
}
.AnyTagClassName
{
color: #413F0E;
}
</style>
background-color css
<style>
a { background-color: #413F0E; }
a { background-color: rgb(65,63,14); }
div.DivClassName
{
background-color: #413F0E;
}
.BgClassName
{
background-color: #413F0E;
}
</style>
border-color css
<style>
span { border-color: #413F0E; }
span { border-color: rgb(65,63,14); }
td.TdClassName
{
border-color: #413F0E;
}
.TagClassName
{
border-color: #413F0E;
}
</style>