Shades of Madras #413D10
Tints of Madras #413D10
RGB
CMYK
RGB Variations
Color information
#413D10 (or 0x413D10) is known color: Madras. HEX triplet: 41, 3D and 10. RGB value is (65,61,16). Sum of RGB (Red+Green+Blue) = 65+61+16=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #413D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D10 is #BEC2EF. Grayscale: #393939. Windows color (decimal): -12501744 or 1064257. OLE color: 1064257.
HSL color Cylindrical-coordinate representation of color #413D10: hue angle of 55.1º 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 #413D10 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 61 | 16 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.75 |
| HSL | 55.1º | 0.6% | 0.16% | - |
| HSV(B) | 55.1º | 0.75% | 0.25% | - |
| XYZ | 3.94 | 4.5 | 1.15 | - |
| YUV | 57.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 16 | 0 | 0.06 | 0.75 | 0.75 | 55.1 | 0.6 | 0.16 |
| Hex | 41 | 3D | 10 | 0 | 6 | 4B | 4B | 37 | 3C | 10 |
| Octal | 101 | 75 | 20 | 0 | 6 | 113 | 113 | 67 | 74 | 20 |
| Binary | 1000001 | 111101 | 10000 | 0 | 110 | 1001011 | 1001011 | 110111 | 111100 | 10000 |
Color Harmonies of #413D10
Complementary color
Monochromatic Colors of #413D10
Black with #413D10
Text Example
Text Example
White with #413D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D10; }
p { color: rgb(65,61,16); }
H1.HeaderClassName
{
color: #413D10;
}
.AnyTagClassName
{
color: #413D10;
}
</style>
background-color css
<style>
a { background-color: #413D10; }
a { background-color: rgb(65,61,16); }
div.DivClassName
{
background-color: #413D10;
}
.BgClassName
{
background-color: #413D10;
}
</style>
border-color css
<style>
span { border-color: #413D10; }
span { border-color: rgb(65,61,16); }
td.TdClassName
{
border-color: #413D10;
}
.TagClassName
{
border-color: #413D10;
}
</style>