Shades of Madras #413D20
Tints of Madras #413D20
RGB
CMYK
RGB Variations
Color information
#413D20 (or 0x413D20) is known color: Madras. HEX triplet: 41, 3D and 20. RGB value is (65,61,32). Sum of RGB (Red+Green+Blue) = 65+61+32=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #413D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D20 is #BEC2DF. Grayscale: #3B3B3B. Windows color (decimal): -12501728 or 2112833. OLE color: 2112833.
HSL color Cylindrical-coordinate representation of color #413D20: hue angle of 52.73º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413D20 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 61 | 32 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.75 |
| HSL | 52.73º | 0.34% | 0.19% | - |
| HSV(B) | 52.73º | 0.51% | 0.25% | - |
| XYZ | 4.11 | 4.57 | 2.03 | - |
| YUV | 58.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 32 | 0 | 0.06 | 0.51 | 0.75 | 52.73 | 0.34 | 0.19 |
| Hex | 41 | 3D | 20 | 0 | 6 | 33 | 4B | 35 | 22 | 13 |
| Octal | 101 | 75 | 40 | 0 | 6 | 63 | 113 | 65 | 42 | 23 |
| Binary | 1000001 | 111101 | 100000 | 0 | 110 | 110011 | 1001011 | 110101 | 100010 | 10011 |
Color Harmonies of #413D20
Complementary color
Monochromatic Colors of #413D20
Black with #413D20
Text Example
Text Example
White with #413D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D20; }
p { color: rgb(65,61,32); }
H1.HeaderClassName
{
color: #413D20;
}
.AnyTagClassName
{
color: #413D20;
}
</style>
background-color css
<style>
a { background-color: #413D20; }
a { background-color: rgb(65,61,32); }
div.DivClassName
{
background-color: #413D20;
}
.BgClassName
{
background-color: #413D20;
}
</style>
border-color css
<style>
span { border-color: #413D20; }
span { border-color: rgb(65,61,32); }
td.TdClassName
{
border-color: #413D20;
}
.TagClassName
{
border-color: #413D20;
}
</style>