Shades of Madras #403B1E
Tints of Madras #403B1E
RGB
CMYK
RGB Variations
Color information
#403B1E (or 0x403B1E) is known color: Madras. HEX triplet: 40, 3B and 1E. RGB value is (64,59,30). Sum of RGB (Red+Green+Blue) = 64+59+30=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 59 (23.44% from 255 or 38.56% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #403B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B1E is #BFC4E1. Grayscale: #393939. Windows color (decimal): -12567778 or 1981248. OLE color: 1981248.
HSL color Cylindrical-coordinate representation of color #403B1E: hue angle of 51.18º 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 #403B1E is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 30 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.75 |
| HSL | 51.18º | 0.36% | 0.18% | - |
| HSV(B) | 51.18º | 0.53% | 0.25% | - |
| XYZ | 3.91 | 4.31 | 1.85 | - |
| YUV | 57.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 30 | 0 | 0.08 | 0.53 | 0.75 | 51.18 | 0.36 | 0.18 |
| Hex | 40 | 3B | 1E | 0 | 8 | 35 | 4B | 33 | 24 | 12 |
| Octal | 100 | 73 | 36 | 0 | 10 | 65 | 113 | 63 | 44 | 22 |
| Binary | 1000000 | 111011 | 11110 | 0 | 1000 | 110101 | 1001011 | 110011 | 100100 | 10010 |
Color Harmonies of #403B1E
Complementary color
Monochromatic Colors of #403B1E
Black with #403B1E
Text Example
Text Example
White with #403B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B1E; }
p { color: rgb(64,59,30); }
H1.HeaderClassName
{
color: #403B1E;
}
.AnyTagClassName
{
color: #403B1E;
}
</style>
background-color css
<style>
a { background-color: #403B1E; }
a { background-color: rgb(64,59,30); }
div.DivClassName
{
background-color: #403B1E;
}
.BgClassName
{
background-color: #403B1E;
}
</style>
border-color css
<style>
span { border-color: #403B1E; }
span { border-color: rgb(64,59,30); }
td.TdClassName
{
border-color: #403B1E;
}
.TagClassName
{
border-color: #403B1E;
}
</style>