Shades of Madras #413C15
Tints of Madras #413C15
RGB
CMYK
RGB Variations
Color information
#413C15 (or 0x413C15) is known color: Madras. HEX triplet: 41, 3C and 15. RGB value is (65,60,21). Sum of RGB (Red+Green+Blue) = 65+60+21=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #413C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C15 is #BEC3EA. Grayscale: #393939. Windows color (decimal): -12501995 or 1391681. OLE color: 1391681.
HSL color Cylindrical-coordinate representation of color #413C15: hue angle of 53.18º 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 #413C15 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 60 | 21 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.75 |
| HSL | 53.18º | 0.51% | 0.17% | - |
| HSV(B) | 53.18º | 0.68% | 0.25% | - |
| XYZ | 3.93 | 4.41 | 1.35 | - |
| YUV | 57.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 21 | 0 | 0.08 | 0.68 | 0.75 | 53.18 | 0.51 | 0.17 |
| Hex | 41 | 3C | 15 | 0 | 8 | 44 | 4B | 35 | 33 | 11 |
| Octal | 101 | 74 | 25 | 0 | 10 | 104 | 113 | 65 | 63 | 21 |
| Binary | 1000001 | 111100 | 10101 | 0 | 1000 | 1000100 | 1001011 | 110101 | 110011 | 10001 |
Color Harmonies of #413C15
Complementary color
Monochromatic Colors of #413C15
Black with #413C15
Text Example
Text Example
White with #413C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C15; }
p { color: rgb(65,60,21); }
H1.HeaderClassName
{
color: #413C15;
}
.AnyTagClassName
{
color: #413C15;
}
</style>
background-color css
<style>
a { background-color: #413C15; }
a { background-color: rgb(65,60,21); }
div.DivClassName
{
background-color: #413C15;
}
.BgClassName
{
background-color: #413C15;
}
</style>
border-color css
<style>
span { border-color: #413C15; }
span { border-color: rgb(65,60,21); }
td.TdClassName
{
border-color: #413C15;
}
.TagClassName
{
border-color: #413C15;
}
</style>