Shades of Madras #40390E
Tints of Madras #40390E
RGB
CMYK
RGB Variations
Color information
#40390E (or 0x40390E) is known color: Madras. HEX triplet: 40, 39 and 0E. RGB value is (64,57,14). Sum of RGB (Red+Green+Blue) = 64+57+14=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #40390E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40390E is #BFC6F1. Grayscale: #363636. Windows color (decimal): -12568306 or 932160. OLE color: 932160.
HSL color Cylindrical-coordinate representation of color #40390E: hue angle of 51.6º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40390E is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 57 | 14 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.75 |
| HSL | 51.6º | 0.64% | 0.15% | - |
| HSV(B) | 51.6º | 0.78% | 0.25% | - |
| XYZ | 3.66 | 4.05 | 1 | - |
| YUV | 54.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 14 | 0 | 0.11 | 0.78 | 0.75 | 51.6 | 0.64 | 0.15 |
| Hex | 40 | 39 | E | 0 | B | 4E | 4B | 34 | 40 | F |
| Octal | 100 | 71 | 16 | 0 | 13 | 116 | 113 | 64 | 100 | 17 |
| Binary | 1000000 | 111001 | 1110 | 0 | 1011 | 1001110 | 1001011 | 110100 | 1000000 | 1111 |
Color Harmonies of #40390E
Complementary color
Monochromatic Colors of #40390E
Black with #40390E
Text Example
Text Example
White with #40390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40390E; }
p { color: rgb(64,57,14); }
H1.HeaderClassName
{
color: #40390E;
}
.AnyTagClassName
{
color: #40390E;
}
</style>
background-color css
<style>
a { background-color: #40390E; }
a { background-color: rgb(64,57,14); }
div.DivClassName
{
background-color: #40390E;
}
.BgClassName
{
background-color: #40390E;
}
</style>
border-color css
<style>
span { border-color: #40390E; }
span { border-color: rgb(64,57,14); }
td.TdClassName
{
border-color: #40390E;
}
.TagClassName
{
border-color: #40390E;
}
</style>