Shades of Madras #413C10
Tints of Madras #413C10
RGB
CMYK
RGB Variations
Color information
#413C10 (or 0x413C10) is known color: Madras. HEX triplet: 41, 3C and 10. RGB value is (65,60,16). Sum of RGB (Red+Green+Blue) = 65+60+16=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #413C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C10 is #BEC3EF. Grayscale: #383838. Windows color (decimal): -12502000 or 1064001. OLE color: 1064001.
HSL color Cylindrical-coordinate representation of color #413C10: hue angle of 53.88º 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 #413C10 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 60 | 16 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.75 |
| HSL | 53.88º | 0.6% | 0.16% | - |
| HSV(B) | 53.88º | 0.75% | 0.25% | - |
| XYZ | 3.89 | 4.39 | 1.13 | - |
| YUV | 56.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 16 | 0 | 0.08 | 0.75 | 0.75 | 53.88 | 0.6 | 0.16 |
| Hex | 41 | 3C | 10 | 0 | 8 | 4B | 4B | 36 | 3C | 10 |
| Octal | 101 | 74 | 20 | 0 | 10 | 113 | 113 | 66 | 74 | 20 |
| Binary | 1000001 | 111100 | 10000 | 0 | 1000 | 1001011 | 1001011 | 110110 | 111100 | 10000 |
Color Harmonies of #413C10
Complementary color
Monochromatic Colors of #413C10
Black with #413C10
Text Example
Text Example
White with #413C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C10; }
p { color: rgb(65,60,16); }
H1.HeaderClassName
{
color: #413C10;
}
.AnyTagClassName
{
color: #413C10;
}
</style>
background-color css
<style>
a { background-color: #413C10; }
a { background-color: rgb(65,60,16); }
div.DivClassName
{
background-color: #413C10;
}
.BgClassName
{
background-color: #413C10;
}
</style>
border-color css
<style>
span { border-color: #413C10; }
span { border-color: rgb(65,60,16); }
td.TdClassName
{
border-color: #413C10;
}
.TagClassName
{
border-color: #413C10;
}
</style>