Shades of Madras #413C04
Tints of Madras #413C04
RGB
CMYK
RGB Variations
Color information
#413C04 (or 0x413C04) is known color: Madras. HEX triplet: 41, 3C and 04. RGB value is (65,60,4). Sum of RGB (Red+Green+Blue) = 65+60+4=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #413C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C04 is #BEC3FB. Grayscale: #373737. Windows color (decimal): -12502012 or 277569. OLE color: 277569.
HSL color Cylindrical-coordinate representation of color #413C04: hue angle of 55.08º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #413C04 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 60 | 4 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.75 |
| HSL | 55.08º | 0.88% | 0.14% | - |
| HSV(B) | 55.08º | 0.94% | 0.25% | - |
| XYZ | 3.82 | 4.36 | 0.76 | - |
| YUV | 55.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 4 | 0 | 0.08 | 0.94 | 0.75 | 55.08 | 0.88 | 0.14 |
| Hex | 41 | 3C | 4 | 0 | 8 | 5E | 4B | 37 | 58 | E |
| Octal | 101 | 74 | 4 | 0 | 10 | 136 | 113 | 67 | 130 | 16 |
| Binary | 1000001 | 111100 | 100 | 0 | 1000 | 1011110 | 1001011 | 110111 | 1011000 | 1110 |
Color Harmonies of #413C04
Complementary color
Monochromatic Colors of #413C04
Black with #413C04
Text Example
Text Example
White with #413C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C04; }
p { color: rgb(65,60,4); }
H1.HeaderClassName
{
color: #413C04;
}
.AnyTagClassName
{
color: #413C04;
}
</style>
background-color css
<style>
a { background-color: #413C04; }
a { background-color: rgb(65,60,4); }
div.DivClassName
{
background-color: #413C04;
}
.BgClassName
{
background-color: #413C04;
}
</style>
border-color css
<style>
span { border-color: #413C04; }
span { border-color: rgb(65,60,4); }
td.TdClassName
{
border-color: #413C04;
}
.TagClassName
{
border-color: #413C04;
}
</style>