Shades of Madras #40370F
Tints of Madras #40370F
RGB
CMYK
RGB Variations
Color information
#40370F (or 0x40370F) is known color: Madras. HEX triplet: 40, 37 and 0F. RGB value is (64,55,15). Sum of RGB (Red+Green+Blue) = 64+55+15=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #40370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40370F is #BFC8F0. Grayscale: #353535. Windows color (decimal): -12568817 or 997184. OLE color: 997184.
HSL color Cylindrical-coordinate representation of color #40370F: hue angle of 48.98º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40370F is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 55 | 15 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.75 |
| HSL | 48.98º | 0.62% | 0.15% | - |
| HSV(B) | 48.98º | 0.77% | 0.25% | - |
| XYZ | 3.57 | 3.86 | 1.01 | - |
| YUV | 53.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 55 | 15 | 0 | 0.14 | 0.77 | 0.75 | 48.98 | 0.62 | 0.15 |
| Hex | 40 | 37 | F | 0 | E | 4D | 4B | 31 | 3E | F |
| Octal | 100 | 67 | 17 | 0 | 16 | 115 | 113 | 61 | 76 | 17 |
| Binary | 1000000 | 110111 | 1111 | 0 | 1110 | 1001101 | 1001011 | 110001 | 111110 | 1111 |
Color Harmonies of #40370F
Complementary color
Monochromatic Colors of #40370F
Black with #40370F
Text Example
Text Example
White with #40370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40370F; }
p { color: rgb(64,55,15); }
H1.HeaderClassName
{
color: #40370F;
}
.AnyTagClassName
{
color: #40370F;
}
</style>
background-color css
<style>
a { background-color: #40370F; }
a { background-color: rgb(64,55,15); }
div.DivClassName
{
background-color: #40370F;
}
.BgClassName
{
background-color: #40370F;
}
</style>
border-color css
<style>
span { border-color: #40370F; }
span { border-color: rgb(64,55,15); }
td.TdClassName
{
border-color: #40370F;
}
.TagClassName
{
border-color: #40370F;
}
</style>