Shades of Madras #413E10
Tints of Madras #413E10
RGB
CMYK
RGB Variations
Color information
#413E10 (or 0x413E10) is known color: Madras. HEX triplet: 41, 3E and 10. RGB value is (65,62,16). Sum of RGB (Red+Green+Blue) = 65+62+16=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #413E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413E10 is #BEC1EF. Grayscale: #393939. Windows color (decimal): -12501488 or 1064513. OLE color: 1064513.
HSL color Cylindrical-coordinate representation of color #413E10: hue angle of 56.33º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #413E10 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 62 | 16 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.75 |
| HSL | 56.33º | 0.6% | 0.16% | - |
| HSV(B) | 56.33º | 0.75% | 0.25% | - |
| XYZ | 4 | 4.61 | 1.17 | - |
| YUV | 57.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 16 | 0 | 0.05 | 0.75 | 0.75 | 56.33 | 0.6 | 0.16 |
| Hex | 41 | 3E | 10 | 0 | 5 | 4B | 4B | 38 | 3C | 10 |
| Octal | 101 | 76 | 20 | 0 | 5 | 113 | 113 | 70 | 74 | 20 |
| Binary | 1000001 | 111110 | 10000 | 0 | 101 | 1001011 | 1001011 | 111000 | 111100 | 10000 |
Color Harmonies of #413E10
Complementary color
Monochromatic Colors of #413E10
Black with #413E10
Text Example
Text Example
White with #413E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E10; }
p { color: rgb(65,62,16); }
H1.HeaderClassName
{
color: #413E10;
}
.AnyTagClassName
{
color: #413E10;
}
</style>
background-color css
<style>
a { background-color: #413E10; }
a { background-color: rgb(65,62,16); }
div.DivClassName
{
background-color: #413E10;
}
.BgClassName
{
background-color: #413E10;
}
</style>
border-color css
<style>
span { border-color: #413E10; }
span { border-color: rgb(65,62,16); }
td.TdClassName
{
border-color: #413E10;
}
.TagClassName
{
border-color: #413E10;
}
</style>