Shades of Madras #413E12
Tints of Madras #413E12
RGB
CMYK
RGB Variations
Color information
#413E12 (or 0x413E12) is known color: Madras. HEX triplet: 41, 3E and 12. RGB value is (65,62,18). Sum of RGB (Red+Green+Blue) = 65+62+18=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 62 (24.61% from 255 or 42.76% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #413E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413E12 is #BEC1ED. Grayscale: #3A3A3A. Windows color (decimal): -12501486 or 1195585. OLE color: 1195585.
HSL color Cylindrical-coordinate representation of color #413E12: hue angle of 56.17º 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 #413E12 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 62 | 18 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.75 |
| HSL | 56.17º | 0.57% | 0.16% | - |
| HSV(B) | 56.17º | 0.72% | 0.25% | - |
| XYZ | 4.01 | 4.61 | 1.25 | - |
| YUV | 57.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 18 | 0 | 0.05 | 0.72 | 0.75 | 56.17 | 0.57 | 0.16 |
| Hex | 41 | 3E | 12 | 0 | 5 | 48 | 4B | 38 | 39 | 10 |
| Octal | 101 | 76 | 22 | 0 | 5 | 110 | 113 | 70 | 71 | 20 |
| Binary | 1000001 | 111110 | 10010 | 0 | 101 | 1001000 | 1001011 | 111000 | 111001 | 10000 |
Color Harmonies of #413E12
Complementary color
Monochromatic Colors of #413E12
Black with #413E12
Text Example
Text Example
White with #413E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E12; }
p { color: rgb(65,62,18); }
H1.HeaderClassName
{
color: #413E12;
}
.AnyTagClassName
{
color: #413E12;
}
</style>
background-color css
<style>
a { background-color: #413E12; }
a { background-color: rgb(65,62,18); }
div.DivClassName
{
background-color: #413E12;
}
.BgClassName
{
background-color: #413E12;
}
</style>
border-color css
<style>
span { border-color: #413E12; }
span { border-color: rgb(65,62,18); }
td.TdClassName
{
border-color: #413E12;
}
.TagClassName
{
border-color: #413E12;
}
</style>