Shades of Madras #413E13
Tints of Madras #413E13
RGB
CMYK
RGB Variations
Color information
#413E13 (or 0x413E13) is known color: Madras. HEX triplet: 41, 3E and 13. RGB value is (65,62,19). Sum of RGB (Red+Green+Blue) = 65+62+19=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #413E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413E13 is #BEC1EC. Grayscale: #3A3A3A. Windows color (decimal): -12501485 or 1261121. OLE color: 1261121.
HSL color Cylindrical-coordinate representation of color #413E13: hue angle of 56.09º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #413E13 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 62 | 19 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.75 |
| HSL | 56.09º | 0.55% | 0.16% | - |
| HSV(B) | 56.09º | 0.71% | 0.25% | - |
| XYZ | 4.02 | 4.62 | 1.3 | - |
| YUV | 58 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 19 | 0 | 0.05 | 0.71 | 0.75 | 56.09 | 0.55 | 0.16 |
| Hex | 41 | 3E | 13 | 0 | 5 | 47 | 4B | 38 | 37 | 10 |
| Octal | 101 | 76 | 23 | 0 | 5 | 107 | 113 | 70 | 67 | 20 |
| Binary | 1000001 | 111110 | 10011 | 0 | 101 | 1000111 | 1001011 | 111000 | 110111 | 10000 |
Color Harmonies of #413E13
Complementary color
Monochromatic Colors of #413E13
Black with #413E13
Text Example
Text Example
White with #413E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E13; }
p { color: rgb(65,62,19); }
H1.HeaderClassName
{
color: #413E13;
}
.AnyTagClassName
{
color: #413E13;
}
</style>
background-color css
<style>
a { background-color: #413E13; }
a { background-color: rgb(65,62,19); }
div.DivClassName
{
background-color: #413E13;
}
.BgClassName
{
background-color: #413E13;
}
</style>
border-color css
<style>
span { border-color: #413E13; }
span { border-color: rgb(65,62,19); }
td.TdClassName
{
border-color: #413E13;
}
.TagClassName
{
border-color: #413E13;
}
</style>