Shades of Madras #413D0A
Tints of Madras #413D0A
RGB
CMYK
RGB Variations
Color information
#413D0A (or 0x413D0A) is known color: Madras. HEX triplet: 41, 3D and 0A. RGB value is (65,61,10). Sum of RGB (Red+Green+Blue) = 65+61+10=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #413D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D0A is #BEC2F5. Grayscale: #383838. Windows color (decimal): -12501750 or 671041. OLE color: 671041.
HSL color Cylindrical-coordinate representation of color #413D0A: hue angle of 55.64º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #413D0A is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 61 | 10 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.75 |
| HSL | 55.64º | 0.73% | 0.15% | - |
| HSV(B) | 55.64º | 0.85% | 0.25% | - |
| XYZ | 3.9 | 4.48 | 0.95 | - |
| YUV | 56.38 | 101.83 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 10 | 0 | 0.06 | 0.85 | 0.75 | 55.64 | 0.73 | 0.15 |
| Hex | 41 | 3D | A | 0 | 6 | 55 | 4B | 38 | 49 | F |
| Octal | 101 | 75 | 12 | 0 | 6 | 125 | 113 | 70 | 111 | 17 |
| Binary | 1000001 | 111101 | 1010 | 0 | 110 | 1010101 | 1001011 | 111000 | 1001001 | 1111 |
Color Harmonies of #413D0A
Complementary color
Monochromatic Colors of #413D0A
Black with #413D0A
Text Example
Text Example
White with #413D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D0A; }
p { color: rgb(65,61,10); }
H1.HeaderClassName
{
color: #413D0A;
}
.AnyTagClassName
{
color: #413D0A;
}
</style>
background-color css
<style>
a { background-color: #413D0A; }
a { background-color: rgb(65,61,10); }
div.DivClassName
{
background-color: #413D0A;
}
.BgClassName
{
background-color: #413D0A;
}
</style>
border-color css
<style>
span { border-color: #413D0A; }
span { border-color: rgb(65,61,10); }
td.TdClassName
{
border-color: #413D0A;
}
.TagClassName
{
border-color: #413D0A;
}
</style>