Shades of Madras #403A19
Tints of Madras #403A19
RGB
CMYK
RGB Variations
Color information
#403A19 (or 0x403A19) is known color: Madras. HEX triplet: 40, 3A and 19. RGB value is (64,58,25). Sum of RGB (Red+Green+Blue) = 64+58+25=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #403A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A19 is #BFC5E6. Grayscale: #383838. Windows color (decimal): -12568039 or 1653312. OLE color: 1653312.
HSL color Cylindrical-coordinate representation of color #403A19: hue angle of 50.77º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #403A19 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 58 | 25 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.75 |
| HSL | 50.77º | 0.44% | 0.17% | - |
| HSV(B) | 50.77º | 0.61% | 0.25% | - |
| XYZ | 3.8 | 4.19 | 1.53 | - |
| YUV | 56.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 25 | 0 | 0.09 | 0.61 | 0.75 | 50.77 | 0.44 | 0.17 |
| Hex | 40 | 3A | 19 | 0 | 9 | 3D | 4B | 33 | 2C | 11 |
| Octal | 100 | 72 | 31 | 0 | 11 | 75 | 113 | 63 | 54 | 21 |
| Binary | 1000000 | 111010 | 11001 | 0 | 1001 | 111101 | 1001011 | 110011 | 101100 | 10001 |
Color Harmonies of #403A19
Complementary color
Monochromatic Colors of #403A19
Black with #403A19
Text Example
Text Example
White with #403A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A19; }
p { color: rgb(64,58,25); }
H1.HeaderClassName
{
color: #403A19;
}
.AnyTagClassName
{
color: #403A19;
}
</style>
background-color css
<style>
a { background-color: #403A19; }
a { background-color: rgb(64,58,25); }
div.DivClassName
{
background-color: #403A19;
}
.BgClassName
{
background-color: #403A19;
}
</style>
border-color css
<style>
span { border-color: #403A19; }
span { border-color: rgb(64,58,25); }
td.TdClassName
{
border-color: #403A19;
}
.TagClassName
{
border-color: #403A19;
}
</style>