Shades of Madras #413F12
Tints of Madras #413F12
RGB
CMYK
RGB Variations
Color information
#413F12 (or 0x413F12) is known color: Madras. HEX triplet: 41, 3F and 12. RGB value is (65,63,18). Sum of RGB (Red+Green+Blue) = 65+63+18=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #413F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F12 is #BEC0ED. Grayscale: #3A3A3A. Windows color (decimal): -12501230 or 1195841. OLE color: 1195841.
HSL color Cylindrical-coordinate representation of color #413F12: hue angle of 57.45º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #413F12 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 63 | 18 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.75 |
| HSL | 57.45º | 0.57% | 0.16% | - |
| HSV(B) | 57.45º | 0.72% | 0.25% | - |
| XYZ | 4.07 | 4.72 | 1.27 | - |
| YUV | 58.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 18 | 0 | 0.03 | 0.72 | 0.75 | 57.45 | 0.57 | 0.16 |
| Hex | 41 | 3F | 12 | 0 | 3 | 48 | 4B | 39 | 39 | 10 |
| Octal | 101 | 77 | 22 | 0 | 3 | 110 | 113 | 71 | 71 | 20 |
| Binary | 1000001 | 111111 | 10010 | 0 | 11 | 1001000 | 1001011 | 111001 | 111001 | 10000 |
Color Harmonies of #413F12
Complementary color
Monochromatic Colors of #413F12
Black with #413F12
Text Example
Text Example
White with #413F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F12; }
p { color: rgb(65,63,18); }
H1.HeaderClassName
{
color: #413F12;
}
.AnyTagClassName
{
color: #413F12;
}
</style>
background-color css
<style>
a { background-color: #413F12; }
a { background-color: rgb(65,63,18); }
div.DivClassName
{
background-color: #413F12;
}
.BgClassName
{
background-color: #413F12;
}
</style>
border-color css
<style>
span { border-color: #413F12; }
span { border-color: rgb(65,63,18); }
td.TdClassName
{
border-color: #413F12;
}
.TagClassName
{
border-color: #413F12;
}
</style>