Shades of Madras #403D11
Tints of Madras #403D11
RGB
CMYK
RGB Variations
Color information
#403D11 (or 0x403D11) is known color: Madras. HEX triplet: 40, 3D and 11. RGB value is (64,61,17). Sum of RGB (Red+Green+Blue) = 64+61+17=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #403D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D11 is #BFC2EE. Grayscale: #393939. Windows color (decimal): -12567279 or 1129792. OLE color: 1129792.
HSL color Cylindrical-coordinate representation of color #403D11: hue angle of 56.17º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #403D11 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 61 | 17 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.75 |
| HSL | 56.17º | 0.58% | 0.16% | - |
| HSV(B) | 56.17º | 0.73% | 0.25% | - |
| XYZ | 3.88 | 4.47 | 1.19 | - |
| YUV | 56.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 17 | 0 | 0.05 | 0.73 | 0.75 | 56.17 | 0.58 | 0.16 |
| Hex | 40 | 3D | 11 | 0 | 5 | 49 | 4B | 38 | 3A | 10 |
| Octal | 100 | 75 | 21 | 0 | 5 | 111 | 113 | 70 | 72 | 20 |
| Binary | 1000000 | 111101 | 10001 | 0 | 101 | 1001001 | 1001011 | 111000 | 111010 | 10000 |
Color Harmonies of #403D11
Complementary color
Monochromatic Colors of #403D11
Black with #403D11
Text Example
Text Example
White with #403D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D11; }
p { color: rgb(64,61,17); }
H1.HeaderClassName
{
color: #403D11;
}
.AnyTagClassName
{
color: #403D11;
}
</style>
background-color css
<style>
a { background-color: #403D11; }
a { background-color: rgb(64,61,17); }
div.DivClassName
{
background-color: #403D11;
}
.BgClassName
{
background-color: #403D11;
}
</style>
border-color css
<style>
span { border-color: #403D11; }
span { border-color: rgb(64,61,17); }
td.TdClassName
{
border-color: #403D11;
}
.TagClassName
{
border-color: #403D11;
}
</style>