Shades of Madras #413D15
Tints of Madras #413D15
RGB
CMYK
RGB Variations
Color information
#413D15 (or 0x413D15) is known color: Madras. HEX triplet: 41, 3D and 15. RGB value is (65,61,21). Sum of RGB (Red+Green+Blue) = 65+61+21=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #413D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D15 is #BEC2EA. Grayscale: #393939. Windows color (decimal): -12501739 or 1391937. OLE color: 1391937.
HSL color Cylindrical-coordinate representation of color #413D15: hue angle of 54.55º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #413D15 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 61 | 21 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.75 |
| HSL | 54.55º | 0.51% | 0.17% | - |
| HSV(B) | 54.55º | 0.68% | 0.25% | - |
| XYZ | 3.98 | 4.52 | 1.37 | - |
| YUV | 57.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 21 | 0 | 0.06 | 0.68 | 0.75 | 54.55 | 0.51 | 0.17 |
| Hex | 41 | 3D | 15 | 0 | 6 | 44 | 4B | 37 | 33 | 11 |
| Octal | 101 | 75 | 25 | 0 | 6 | 104 | 113 | 67 | 63 | 21 |
| Binary | 1000001 | 111101 | 10101 | 0 | 110 | 1000100 | 1001011 | 110111 | 110011 | 10001 |
Color Harmonies of #413D15
Complementary color
Monochromatic Colors of #413D15
Black with #413D15
Text Example
Text Example
White with #413D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D15; }
p { color: rgb(65,61,21); }
H1.HeaderClassName
{
color: #413D15;
}
.AnyTagClassName
{
color: #413D15;
}
</style>
background-color css
<style>
a { background-color: #413D15; }
a { background-color: rgb(65,61,21); }
div.DivClassName
{
background-color: #413D15;
}
.BgClassName
{
background-color: #413D15;
}
</style>
border-color css
<style>
span { border-color: #413D15; }
span { border-color: rgb(65,61,21); }
td.TdClassName
{
border-color: #413D15;
}
.TagClassName
{
border-color: #413D15;
}
</style>