Shades of Madras #413A20
Tints of Madras #413A20
RGB
CMYK
RGB Variations
Color information
#413A20 (or 0x413A20) is known color: Madras. HEX triplet: 41, 3A and 20. RGB value is (65,58,32). Sum of RGB (Red+Green+Blue) = 65+58+32=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #413A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A20 is #BEC5DF. Grayscale: #393939. Windows color (decimal): -12502496 or 2112065. OLE color: 2112065.
HSL color Cylindrical-coordinate representation of color #413A20: hue angle of 47.27º 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 #413A20 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 58 | 32 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.75 |
| HSL | 47.27º | 0.34% | 0.19% | - |
| HSV(B) | 47.27º | 0.51% | 0.25% | - |
| XYZ | 3.95 | 4.25 | 1.98 | - |
| YUV | 57.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 32 | 0 | 0.11 | 0.51 | 0.75 | 47.27 | 0.34 | 0.19 |
| Hex | 41 | 3A | 20 | 0 | B | 33 | 4B | 2F | 22 | 13 |
| Octal | 101 | 72 | 40 | 0 | 13 | 63 | 113 | 57 | 42 | 23 |
| Binary | 1000001 | 111010 | 100000 | 0 | 1011 | 110011 | 1001011 | 101111 | 100010 | 10011 |
Color Harmonies of #413A20
Complementary color
Monochromatic Colors of #413A20
Black with #413A20
Text Example
Text Example
White with #413A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A20; }
p { color: rgb(65,58,32); }
H1.HeaderClassName
{
color: #413A20;
}
.AnyTagClassName
{
color: #413A20;
}
</style>
background-color css
<style>
a { background-color: #413A20; }
a { background-color: rgb(65,58,32); }
div.DivClassName
{
background-color: #413A20;
}
.BgClassName
{
background-color: #413A20;
}
</style>
border-color css
<style>
span { border-color: #413A20; }
span { border-color: rgb(65,58,32); }
td.TdClassName
{
border-color: #413A20;
}
.TagClassName
{
border-color: #413A20;
}
</style>