Shades of Madras #413B07
Tints of Madras #413B07
RGB
CMYK
RGB Variations
Color information
#413B07 (or 0x413B07) is known color: Madras. HEX triplet: 41, 3B and 07. RGB value is (65,59,7). Sum of RGB (Red+Green+Blue) = 65+59+7=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 59 (23.44% from 255 or 45.04% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #413B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B07 is #BEC4F8. Grayscale: #373737. Windows color (decimal): -12502265 or 473921. OLE color: 473921.
HSL color Cylindrical-coordinate representation of color #413B07: hue angle of 53.79º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #413B07 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 59 | 7 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.75 |
| HSL | 53.79º | 0.81% | 0.14% | - |
| HSV(B) | 53.79º | 0.89% | 0.25% | - |
| XYZ | 3.78 | 4.27 | 0.83 | - |
| YUV | 54.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 7 | 0 | 0.09 | 0.89 | 0.75 | 53.79 | 0.81 | 0.14 |
| Hex | 41 | 3B | 7 | 0 | 9 | 59 | 4B | 36 | 51 | E |
| Octal | 101 | 73 | 7 | 0 | 11 | 131 | 113 | 66 | 121 | 16 |
| Binary | 1000001 | 111011 | 111 | 0 | 1001 | 1011001 | 1001011 | 110110 | 1010001 | 1110 |
Color Harmonies of #413B07
Complementary color
Monochromatic Colors of #413B07
Black with #413B07
Text Example
Text Example
White with #413B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413B07; }
p { color: rgb(65,59,7); }
H1.HeaderClassName
{
color: #413B07;
}
.AnyTagClassName
{
color: #413B07;
}
</style>
background-color css
<style>
a { background-color: #413B07; }
a { background-color: rgb(65,59,7); }
div.DivClassName
{
background-color: #413B07;
}
.BgClassName
{
background-color: #413B07;
}
</style>
border-color css
<style>
span { border-color: #413B07; }
span { border-color: rgb(65,59,7); }
td.TdClassName
{
border-color: #413B07;
}
.TagClassName
{
border-color: #413B07;
}
</style>