Shades of Madras #413D1C
Tints of Madras #413D1C
RGB
CMYK
RGB Variations
Color information
#413D1C (or 0x413D1C) is known color: Madras. HEX triplet: 41, 3D and 1C. RGB value is (65,61,28). Sum of RGB (Red+Green+Blue) = 65+61+28=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #413D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D1C is #BEC2E3. Grayscale: #3A3A3A. Windows color (decimal): -12501732 or 1850689. OLE color: 1850689.
HSL color Cylindrical-coordinate representation of color #413D1C: hue angle of 53.51º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #413D1C is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 61 | 28 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.75 |
| HSL | 53.51º | 0.4% | 0.18% | - |
| HSV(B) | 53.51º | 0.57% | 0.25% | - |
| XYZ | 4.06 | 4.55 | 1.76 | - |
| YUV | 58.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 28 | 0 | 0.06 | 0.57 | 0.75 | 53.51 | 0.4 | 0.18 |
| Hex | 41 | 3D | 1C | 0 | 6 | 39 | 4B | 36 | 28 | 12 |
| Octal | 101 | 75 | 34 | 0 | 6 | 71 | 113 | 66 | 50 | 22 |
| Binary | 1000001 | 111101 | 11100 | 0 | 110 | 111001 | 1001011 | 110110 | 101000 | 10010 |
Color Harmonies of #413D1C
Complementary color
Monochromatic Colors of #413D1C
Black with #413D1C
Text Example
Text Example
White with #413D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D1C; }
p { color: rgb(65,61,28); }
H1.HeaderClassName
{
color: #413D1C;
}
.AnyTagClassName
{
color: #413D1C;
}
</style>
background-color css
<style>
a { background-color: #413D1C; }
a { background-color: rgb(65,61,28); }
div.DivClassName
{
background-color: #413D1C;
}
.BgClassName
{
background-color: #413D1C;
}
</style>
border-color css
<style>
span { border-color: #413D1C; }
span { border-color: rgb(65,61,28); }
td.TdClassName
{
border-color: #413D1C;
}
.TagClassName
{
border-color: #413D1C;
}
</style>