Shades of Madras #413C1E
Tints of Madras #413C1E
RGB
CMYK
RGB Variations
Color information
#413C1E (or 0x413C1E) is known color: Madras. HEX triplet: 41, 3C and 1E. RGB value is (65,60,30). Sum of RGB (Red+Green+Blue) = 65+60+30=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #413C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C1E is #BEC3E1. Grayscale: #3A3A3A. Windows color (decimal): -12501986 or 1981505. OLE color: 1981505.
HSL color Cylindrical-coordinate representation of color #413C1E: hue angle of 51.43º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #413C1E is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 60 | 30 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.75 |
| HSL | 51.43º | 0.37% | 0.19% | - |
| HSV(B) | 51.43º | 0.54% | 0.25% | - |
| XYZ | 4.03 | 4.45 | 1.87 | - |
| YUV | 58.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 30 | 0 | 0.08 | 0.54 | 0.75 | 51.43 | 0.37 | 0.19 |
| Hex | 41 | 3C | 1E | 0 | 8 | 36 | 4B | 33 | 25 | 13 |
| Octal | 101 | 74 | 36 | 0 | 10 | 66 | 113 | 63 | 45 | 23 |
| Binary | 1000001 | 111100 | 11110 | 0 | 1000 | 110110 | 1001011 | 110011 | 100101 | 10011 |
Color Harmonies of #413C1E
Complementary color
Monochromatic Colors of #413C1E
Black with #413C1E
Text Example
Text Example
White with #413C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C1E; }
p { color: rgb(65,60,30); }
H1.HeaderClassName
{
color: #413C1E;
}
.AnyTagClassName
{
color: #413C1E;
}
</style>
background-color css
<style>
a { background-color: #413C1E; }
a { background-color: rgb(65,60,30); }
div.DivClassName
{
background-color: #413C1E;
}
.BgClassName
{
background-color: #413C1E;
}
</style>
border-color css
<style>
span { border-color: #413C1E; }
span { border-color: rgb(65,60,30); }
td.TdClassName
{
border-color: #413C1E;
}
.TagClassName
{
border-color: #413C1E;
}
</style>