Shades of Madras #403C1E
Tints of Madras #403C1E
RGB
CMYK
RGB Variations
Color information
#403C1E (or 0x403C1E) is known color: Madras. HEX triplet: 40, 3C and 1E. RGB value is (64,60,30). Sum of RGB (Red+Green+Blue) = 64+60+30=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #403C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C1E is #BFC3E1. Grayscale: #393939. Windows color (decimal): -12567522 or 1981504. OLE color: 1981504.
HSL color Cylindrical-coordinate representation of color #403C1E: hue angle of 52.94º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #403C1E is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 60 | 30 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.75 |
| HSL | 52.94º | 0.36% | 0.18% | - |
| HSV(B) | 52.94º | 0.53% | 0.25% | - |
| XYZ | 3.96 | 4.42 | 1.87 | - |
| YUV | 57.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 30 | 0 | 0.06 | 0.53 | 0.75 | 52.94 | 0.36 | 0.18 |
| Hex | 40 | 3C | 1E | 0 | 6 | 35 | 4B | 35 | 24 | 12 |
| Octal | 100 | 74 | 36 | 0 | 6 | 65 | 113 | 65 | 44 | 22 |
| Binary | 1000000 | 111100 | 11110 | 0 | 110 | 110101 | 1001011 | 110101 | 100100 | 10010 |
Color Harmonies of #403C1E
Complementary color
Monochromatic Colors of #403C1E
Black with #403C1E
Text Example
Text Example
White with #403C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403C1E; }
p { color: rgb(64,60,30); }
H1.HeaderClassName
{
color: #403C1E;
}
.AnyTagClassName
{
color: #403C1E;
}
</style>
background-color css
<style>
a { background-color: #403C1E; }
a { background-color: rgb(64,60,30); }
div.DivClassName
{
background-color: #403C1E;
}
.BgClassName
{
background-color: #403C1E;
}
</style>
border-color css
<style>
span { border-color: #403C1E; }
span { border-color: rgb(64,60,30); }
td.TdClassName
{
border-color: #403C1E;
}
.TagClassName
{
border-color: #403C1E;
}
</style>