Shades of Madras #40380C
Tints of Madras #40380C
RGB
CMYK
RGB Variations
Color information
#40380C (or 0x40380C) is known color: Madras. HEX triplet: 40, 38 and 0C. RGB value is (64,56,12). Sum of RGB (Red+Green+Blue) = 64+56+12=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #40380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40380C is #BFC7F3. Grayscale: #353535. Windows color (decimal): -12568564 or 800832. OLE color: 800832.
HSL color Cylindrical-coordinate representation of color #40380C: hue angle of 50.77º 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 #40380C is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 56 | 12 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.75 |
| HSL | 50.77º | 0.68% | 0.15% | - |
| HSV(B) | 50.77º | 0.81% | 0.25% | - |
| XYZ | 3.59 | 3.94 | 0.92 | - |
| YUV | 53.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 12 | 0 | 0.13 | 0.81 | 0.75 | 50.77 | 0.68 | 0.15 |
| Hex | 40 | 38 | C | 0 | D | 51 | 4B | 33 | 44 | F |
| Octal | 100 | 70 | 14 | 0 | 15 | 121 | 113 | 63 | 104 | 17 |
| Binary | 1000000 | 111000 | 1100 | 0 | 1101 | 1010001 | 1001011 | 110011 | 1000100 | 1111 |
Color Harmonies of #40380C
Complementary color
Monochromatic Colors of #40380C
Black with #40380C
Text Example
Text Example
White with #40380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40380C; }
p { color: rgb(64,56,12); }
H1.HeaderClassName
{
color: #40380C;
}
.AnyTagClassName
{
color: #40380C;
}
</style>
background-color css
<style>
a { background-color: #40380C; }
a { background-color: rgb(64,56,12); }
div.DivClassName
{
background-color: #40380C;
}
.BgClassName
{
background-color: #40380C;
}
</style>
border-color css
<style>
span { border-color: #40380C; }
span { border-color: rgb(64,56,12); }
td.TdClassName
{
border-color: #40380C;
}
.TagClassName
{
border-color: #40380C;
}
</style>