Shades of Madras #40390C
Tints of Madras #40390C
RGB
CMYK
RGB Variations
Color information
#40390C (or 0x40390C) is known color: Madras. HEX triplet: 40, 39 and 0C. RGB value is (64,57,12). Sum of RGB (Red+Green+Blue) = 64+57+12=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #40390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40390C is #BFC6F3. Grayscale: #363636. Windows color (decimal): -12568308 or 801088. OLE color: 801088.
HSL color Cylindrical-coordinate representation of color #40390C: hue angle of 51.92º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40390C is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 57 | 12 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.75 |
| HSL | 51.92º | 0.68% | 0.15% | - |
| HSV(B) | 51.92º | 0.81% | 0.25% | - |
| XYZ | 3.64 | 4.04 | 0.94 | - |
| YUV | 53.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 12 | 0 | 0.11 | 0.81 | 0.75 | 51.92 | 0.68 | 0.15 |
| Hex | 40 | 39 | C | 0 | B | 51 | 4B | 34 | 44 | F |
| Octal | 100 | 71 | 14 | 0 | 13 | 121 | 113 | 64 | 104 | 17 |
| Binary | 1000000 | 111001 | 1100 | 0 | 1011 | 1010001 | 1001011 | 110100 | 1000100 | 1111 |
Color Harmonies of #40390C
Complementary color
Monochromatic Colors of #40390C
Black with #40390C
Text Example
Text Example
White with #40390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40390C; }
p { color: rgb(64,57,12); }
H1.HeaderClassName
{
color: #40390C;
}
.AnyTagClassName
{
color: #40390C;
}
</style>
background-color css
<style>
a { background-color: #40390C; }
a { background-color: rgb(64,57,12); }
div.DivClassName
{
background-color: #40390C;
}
.BgClassName
{
background-color: #40390C;
}
</style>
border-color css
<style>
span { border-color: #40390C; }
span { border-color: rgb(64,57,12); }
td.TdClassName
{
border-color: #40390C;
}
.TagClassName
{
border-color: #40390C;
}
</style>