Shades of Madras #413B24
Tints of Madras #413B24
RGB
CMYK
RGB Variations
Color information
#413B24 (or 0x413B24) is known color: Madras. HEX triplet: 41, 3B and 24. RGB value is (65,59,36). Sum of RGB (Red+Green+Blue) = 65+59+36=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 65 - color contains mainly: red. Hex color #413B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B24 is #BEC4DB. Grayscale: #3A3A3A. Windows color (decimal): -12502236 or 2374465. OLE color: 2374465.
HSL color Cylindrical-coordinate representation of color #413B24: hue angle of 47.59º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #413B24 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 59 | 36 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.75 |
| HSL | 47.59º | 0.29% | 0.2% | - |
| HSV(B) | 47.59º | 0.45% | 0.25% | - |
| XYZ | 4.06 | 4.38 | 2.3 | - |
| YUV | 58.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 36 | 0 | 0.09 | 0.45 | 0.75 | 47.59 | 0.29 | 0.2 |
| Hex | 41 | 3B | 24 | 0 | 9 | 2D | 4B | 30 | 1D | 14 |
| Octal | 101 | 73 | 44 | 0 | 11 | 55 | 113 | 60 | 35 | 24 |
| Binary | 1000001 | 111011 | 100100 | 0 | 1001 | 101101 | 1001011 | 110000 | 11101 | 10100 |
Color Harmonies of #413B24
Complementary color
Monochromatic Colors of #413B24
Black with #413B24
Text Example
Text Example
White with #413B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413B24; }
p { color: rgb(65,59,36); }
H1.HeaderClassName
{
color: #413B24;
}
.AnyTagClassName
{
color: #413B24;
}
</style>
background-color css
<style>
a { background-color: #413B24; }
a { background-color: rgb(65,59,36); }
div.DivClassName
{
background-color: #413B24;
}
.BgClassName
{
background-color: #413B24;
}
</style>
border-color css
<style>
span { border-color: #413B24; }
span { border-color: rgb(65,59,36); }
td.TdClassName
{
border-color: #413B24;
}
.TagClassName
{
border-color: #413B24;
}
</style>