Shades of Madras #413C13
Tints of Madras #413C13
RGB
CMYK
RGB Variations
Color information
#413C13 (or 0x413C13) is known color: Madras. HEX triplet: 41, 3C and 13. RGB value is (65,60,19). Sum of RGB (Red+Green+Blue) = 65+60+19=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #413C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C13 is #BEC3EC. Grayscale: #383838. Windows color (decimal): -12501997 or 1260609. OLE color: 1260609.
HSL color Cylindrical-coordinate representation of color #413C13: hue angle of 53.48º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #413C13 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 60 | 19 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.75 |
| HSL | 53.48º | 0.55% | 0.16% | - |
| HSV(B) | 53.48º | 0.71% | 0.25% | - |
| XYZ | 3.91 | 4.4 | 1.26 | - |
| YUV | 56.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 19 | 0 | 0.08 | 0.71 | 0.75 | 53.48 | 0.55 | 0.16 |
| Hex | 41 | 3C | 13 | 0 | 8 | 47 | 4B | 35 | 37 | 10 |
| Octal | 101 | 74 | 23 | 0 | 10 | 107 | 113 | 65 | 67 | 20 |
| Binary | 1000001 | 111100 | 10011 | 0 | 1000 | 1000111 | 1001011 | 110101 | 110111 | 10000 |
Color Harmonies of #413C13
Complementary color
Monochromatic Colors of #413C13
Black with #413C13
Text Example
Text Example
White with #413C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C13; }
p { color: rgb(65,60,19); }
H1.HeaderClassName
{
color: #413C13;
}
.AnyTagClassName
{
color: #413C13;
}
</style>
background-color css
<style>
a { background-color: #413C13; }
a { background-color: rgb(65,60,19); }
div.DivClassName
{
background-color: #413C13;
}
.BgClassName
{
background-color: #413C13;
}
</style>
border-color css
<style>
span { border-color: #413C13; }
span { border-color: rgb(65,60,19); }
td.TdClassName
{
border-color: #413C13;
}
.TagClassName
{
border-color: #413C13;
}
</style>