Shades of Madras #413C20
Tints of Madras #413C20
RGB
CMYK
RGB Variations
Color information
#413C20 (or 0x413C20) is known color: Madras. HEX triplet: 41, 3C and 20. RGB value is (65,60,32). Sum of RGB (Red+Green+Blue) = 65+60+32=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #413C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C20 is #BEC3DF. Grayscale: #3A3A3A. Windows color (decimal): -12501984 or 2112577. OLE color: 2112577.
HSL color Cylindrical-coordinate representation of color #413C20: hue angle of 50.91º 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 #413C20 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 60 | 32 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.75 |
| HSL | 50.91º | 0.34% | 0.19% | - |
| HSV(B) | 50.91º | 0.51% | 0.25% | - |
| XYZ | 4.06 | 4.46 | 2.01 | - |
| YUV | 58.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 32 | 0 | 0.08 | 0.51 | 0.75 | 50.91 | 0.34 | 0.19 |
| Hex | 41 | 3C | 20 | 0 | 8 | 33 | 4B | 33 | 22 | 13 |
| Octal | 101 | 74 | 40 | 0 | 10 | 63 | 113 | 63 | 42 | 23 |
| Binary | 1000001 | 111100 | 100000 | 0 | 1000 | 110011 | 1001011 | 110011 | 100010 | 10011 |
Color Harmonies of #413C20
Complementary color
Monochromatic Colors of #413C20
Black with #413C20
Text Example
Text Example
White with #413C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C20; }
p { color: rgb(65,60,32); }
H1.HeaderClassName
{
color: #413C20;
}
.AnyTagClassName
{
color: #413C20;
}
</style>
background-color css
<style>
a { background-color: #413C20; }
a { background-color: rgb(65,60,32); }
div.DivClassName
{
background-color: #413C20;
}
.BgClassName
{
background-color: #413C20;
}
</style>
border-color css
<style>
span { border-color: #413C20; }
span { border-color: rgb(65,60,32); }
td.TdClassName
{
border-color: #413C20;
}
.TagClassName
{
border-color: #413C20;
}
</style>