Shades of Madras #413C19
Tints of Madras #413C19
RGB
CMYK
RGB Variations
Color information
#413C19 (or 0x413C19) is known color: Madras. HEX triplet: 41, 3C and 19. RGB value is (65,60,25). Sum of RGB (Red+Green+Blue) = 65+60+25=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #413C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C19 is #BEC3E6. Grayscale: #393939. Windows color (decimal): -12501991 or 1653825. OLE color: 1653825.
HSL color Cylindrical-coordinate representation of color #413C19: hue angle of 52.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #413C19 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 60 | 25 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.75 |
| HSL | 52.5º | 0.44% | 0.18% | - |
| HSV(B) | 52.5º | 0.62% | 0.25% | - |
| XYZ | 3.97 | 4.43 | 1.56 | - |
| YUV | 57.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 25 | 0 | 0.08 | 0.62 | 0.75 | 52.5 | 0.44 | 0.18 |
| Hex | 41 | 3C | 19 | 0 | 8 | 3E | 4B | 34 | 2C | 12 |
| Octal | 101 | 74 | 31 | 0 | 10 | 76 | 113 | 64 | 54 | 22 |
| Binary | 1000001 | 111100 | 11001 | 0 | 1000 | 111110 | 1001011 | 110100 | 101100 | 10010 |
Color Harmonies of #413C19
Complementary color
Monochromatic Colors of #413C19
Black with #413C19
Text Example
Text Example
White with #413C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C19; }
p { color: rgb(65,60,25); }
H1.HeaderClassName
{
color: #413C19;
}
.AnyTagClassName
{
color: #413C19;
}
</style>
background-color css
<style>
a { background-color: #413C19; }
a { background-color: rgb(65,60,25); }
div.DivClassName
{
background-color: #413C19;
}
.BgClassName
{
background-color: #413C19;
}
</style>
border-color css
<style>
span { border-color: #413C19; }
span { border-color: rgb(65,60,25); }
td.TdClassName
{
border-color: #413C19;
}
.TagClassName
{
border-color: #413C19;
}
</style>