Shades of Madras #403D1C
Tints of Madras #403D1C
RGB
CMYK
RGB Variations
Color information
#403D1C (or 0x403D1C) is known color: Madras. HEX triplet: 40, 3D and 1C. RGB value is (64,61,28). Sum of RGB (Red+Green+Blue) = 64+61+28=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #403D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D1C is #BFC2E3. Grayscale: #3A3A3A. Windows color (decimal): -12567268 or 1850688. OLE color: 1850688.
HSL color Cylindrical-coordinate representation of color #403D1C: hue angle of 55º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #403D1C is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 61 | 28 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.75 |
| HSL | 55º | 0.39% | 0.18% | - |
| HSV(B) | 55º | 0.56% | 0.25% | - |
| XYZ | 3.99 | 4.51 | 1.76 | - |
| YUV | 58.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 28 | 0 | 0.05 | 0.56 | 0.75 | 55 | 0.39 | 0.18 |
| Hex | 40 | 3D | 1C | 0 | 5 | 38 | 4B | 37 | 27 | 12 |
| Octal | 100 | 75 | 34 | 0 | 5 | 70 | 113 | 67 | 47 | 22 |
| Binary | 1000000 | 111101 | 11100 | 0 | 101 | 111000 | 1001011 | 110111 | 100111 | 10010 |
Color Harmonies of #403D1C
Complementary color
Monochromatic Colors of #403D1C
Black with #403D1C
Text Example
Text Example
White with #403D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D1C; }
p { color: rgb(64,61,28); }
H1.HeaderClassName
{
color: #403D1C;
}
.AnyTagClassName
{
color: #403D1C;
}
</style>
background-color css
<style>
a { background-color: #403D1C; }
a { background-color: rgb(64,61,28); }
div.DivClassName
{
background-color: #403D1C;
}
.BgClassName
{
background-color: #403D1C;
}
</style>
border-color css
<style>
span { border-color: #403D1C; }
span { border-color: rgb(64,61,28); }
td.TdClassName
{
border-color: #403D1C;
}
.TagClassName
{
border-color: #403D1C;
}
</style>