Shades of Madras #413A0E
Tints of Madras #413A0E
RGB
CMYK
RGB Variations
Color information
#413A0E (or 0x413A0E) is known color: Madras. HEX triplet: 41, 3A and 0E. RGB value is (65,58,14). Sum of RGB (Red+Green+Blue) = 65+58+14=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #413A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A0E is #BEC5F1. Grayscale: #373737. Windows color (decimal): -12502514 or 932417. OLE color: 932417.
HSL color Cylindrical-coordinate representation of color #413A0E: hue angle of 51.76º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #413A0E is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 58 | 14 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.75 |
| HSL | 51.76º | 0.65% | 0.15% | - |
| HSV(B) | 51.76º | 0.78% | 0.25% | - |
| XYZ | 3.77 | 4.18 | 1.02 | - |
| YUV | 55.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 14 | 0 | 0.11 | 0.78 | 0.75 | 51.76 | 0.65 | 0.15 |
| Hex | 41 | 3A | E | 0 | B | 4E | 4B | 34 | 41 | F |
| Octal | 101 | 72 | 16 | 0 | 13 | 116 | 113 | 64 | 101 | 17 |
| Binary | 1000001 | 111010 | 1110 | 0 | 1011 | 1001110 | 1001011 | 110100 | 1000001 | 1111 |
Color Harmonies of #413A0E
Complementary color
Monochromatic Colors of #413A0E
Black with #413A0E
Text Example
Text Example
White with #413A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A0E; }
p { color: rgb(65,58,14); }
H1.HeaderClassName
{
color: #413A0E;
}
.AnyTagClassName
{
color: #413A0E;
}
</style>
background-color css
<style>
a { background-color: #413A0E; }
a { background-color: rgb(65,58,14); }
div.DivClassName
{
background-color: #413A0E;
}
.BgClassName
{
background-color: #413A0E;
}
</style>
border-color css
<style>
span { border-color: #413A0E; }
span { border-color: rgb(65,58,14); }
td.TdClassName
{
border-color: #413A0E;
}
.TagClassName
{
border-color: #413A0E;
}
</style>