Shades of Madras #413E00
Tints of Madras #413E00
RGB
CMYK
RGB Variations
Color information
#413E00 (or 0x413E00) is known color: Madras. HEX triplet: 41, 3E and 00. RGB value is (65,62,0). Sum of RGB (Red+Green+Blue) = 65+62+0=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 62 (24.61% from 255 or 48.82% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #413E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413E00 is #BEC1FF. Grayscale: #383838. Windows color (decimal): -12501504 or 15937. OLE color: 15937.
HSL color Cylindrical-coordinate representation of color #413E00: hue angle of 57.23º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #413E00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 62 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.75 |
| HSL | 57.23º | 1% | 0.13% | - |
| HSV(B) | 57.23º | 1% | 0.25% | - |
| XYZ | 3.9 | 4.57 | 0.68 | - |
| YUV | 55.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 0 | 0 | 0.05 | 1 | 0.75 | 57.23 | 1 | 0.13 |
| Hex | 41 | 3E | 0 | 0 | 5 | 64 | 4B | 39 | 64 | D |
| Octal | 101 | 76 | 0 | 0 | 5 | 144 | 113 | 71 | 144 | 15 |
| Binary | 1000001 | 111110 | 0 | 0 | 101 | 1100100 | 1001011 | 111001 | 1100100 | 1101 |
Color Harmonies of #413E00
Complementary color
Monochromatic Colors of #413E00
Black with #413E00
Text Example
Text Example
White with #413E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E00; }
p { color: rgb(65,62,0); }
H1.HeaderClassName
{
color: #413E00;
}
.AnyTagClassName
{
color: #413E00;
}
</style>
background-color css
<style>
a { background-color: #413E00; }
a { background-color: rgb(65,62,0); }
div.DivClassName
{
background-color: #413E00;
}
.BgClassName
{
background-color: #413E00;
}
</style>
border-color css
<style>
span { border-color: #413E00; }
span { border-color: rgb(65,62,0); }
td.TdClassName
{
border-color: #413E00;
}
.TagClassName
{
border-color: #413E00;
}
</style>