Shades of Madras #413C05
Tints of Madras #413C05
RGB
CMYK
RGB Variations
Color information
#413C05 (or 0x413C05) is known color: Madras. HEX triplet: 41, 3C and 05. RGB value is (65,60,5). Sum of RGB (Red+Green+Blue) = 65+60+5=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 60 (23.83% from 255 or 46.15% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #413C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C05 is #BEC3FA. Grayscale: #373737. Windows color (decimal): -12502011 or 343105. OLE color: 343105.
HSL color Cylindrical-coordinate representation of color #413C05: hue angle of 55º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #413C05 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 60 | 5 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.75 |
| HSL | 55º | 0.86% | 0.14% | - |
| HSV(B) | 55º | 0.92% | 0.25% | - |
| XYZ | 3.82 | 4.37 | 0.78 | - |
| YUV | 55.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 5 | 0 | 0.08 | 0.92 | 0.75 | 55 | 0.86 | 0.14 |
| Hex | 41 | 3C | 5 | 0 | 8 | 5C | 4B | 37 | 56 | E |
| Octal | 101 | 74 | 5 | 0 | 10 | 134 | 113 | 67 | 126 | 16 |
| Binary | 1000001 | 111100 | 101 | 0 | 1000 | 1011100 | 1001011 | 110111 | 1010110 | 1110 |
Color Harmonies of #413C05
Complementary color
Monochromatic Colors of #413C05
Black with #413C05
Text Example
Text Example
White with #413C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C05; }
p { color: rgb(65,60,5); }
H1.HeaderClassName
{
color: #413C05;
}
.AnyTagClassName
{
color: #413C05;
}
</style>
background-color css
<style>
a { background-color: #413C05; }
a { background-color: rgb(65,60,5); }
div.DivClassName
{
background-color: #413C05;
}
.BgClassName
{
background-color: #413C05;
}
</style>
border-color css
<style>
span { border-color: #413C05; }
span { border-color: rgb(65,60,5); }
td.TdClassName
{
border-color: #413C05;
}
.TagClassName
{
border-color: #413C05;
}
</style>